Wednesday, September 30, 2009

Subversion + LDAP read only and read write


Image via Wikipedia
Here follows the Apache configuration I found working to set a repository read-only and read-write permissions. Consider read-write permissions are given by adding a user to both read-allowed and write-allowed LDAP groups, while read-only permissions are given through the read-allowed LDAP group.


  AuthType basic
  AuthBasicProvider ldap
  AuthBasicAuthoritative On
  AuthName "SmartLab Directory Server"
  AuthLDAPURL ldap://ldap/ou=people,dc=smartlab,dc=net
  AuthLDAPGroupAttributeIsDN off
  AuthLDAPGroupAttribute memberUid
 
    Require ldap-group cn=read-allowed,ou=groups,dc=smartlab,dc=net
 

 
    Require ldap-group cn=write-allowed,ou=groups,dc=smartlab,dc=net
 




Reblog this post [with Zemanta]

1 comment:

Diego Bellini said...

Hello. I'm a sys administrator.Used SVN and LDAP in my system but I can't configurate the read-only or read-and-write user. please tell me which configuration parameters for LDAP colocastes only group allowed to perform reading and writing another group to perform.

Thanks for the helpme!.