LDAP Turba ACL
From dghartung.com/docs
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
