LDAP Turba ACL

From dghartung.com/docs

Jump to: navigation, search

ACL Description http://www.zytrax.com/books/ldap/ch6/

Example of a functioning acl for use in turba:

/etc/openldap/slapd.conf:

access to attr=userPassword
       by self
       by anonymous auth
       by dn.regex="cn=(.+),ou=ab,dc=dghartung,dc=com" write
access to *
       by dn.regex="cn=(.+),ou=ab,dc=dghartung,dc=com" write

example slapd.conf

Scope!

Personal tools