Changeset 34
- Timestamp:
- 12/22/07 18:32:54 (1 year ago)
- Files:
-
- trunk/configs/ldap/slapd.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configs/ldap/slapd.conf
r14 r34 161 161 by dn.regex="uid=apache,ou=roles,dc=example,dc=org" read 162 162 by dn.regex="cn=.*,ou=staff,ou=people,dc=example,dc=org" read 163 164 access to dn.base="" by * read 165 166 # Ensure read access to the base for things like supportedSASLMechanisms. 167 # Without this you may have problems with SASL not knowing what mechanisms 168 # are available and the like. Note that this is covered by the 'access to 169 # *' ACL below too but if you change that as people are wont to do you'll 170 # still need this if you want SASL (and possible other things) to work 171 # happily.