linux - How to add a new LDAP'ed user to subversion -


our svn administrator on holidays, , need add new user subversion.

we're using collabnet subversion on redhat box.

i've found collabnet_subversion/conf/ directory configuration files, including auth file can see contains our users , groups belong to.

all our users need log in ldap credentials, don't need change of that.

it looks this: company_auth_production

   `[groups]     it-leads = jsmith, hsimpson, pgriffin     it-all = ajolie, rwitherspoon, @it-leads      [/]     * =      [prod:/]     @it-all = rw     ` 

so added new user , restarted subversion. doesn't seem have done trick. missing else ? thanks

a. have mention there "company_auth_production" file. please check if there other authorization file, "authz". can please provide more information on this.

as per structure in file

[prod:/] @it-all = rw

should have given read write access users of "it-all" till path "prod".

b. if not working please try using "visualsvn server". has nice gui add users , give them priviledges also.

hope helps.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -