summaryrefslogtreecommitdiff
path: root/ldap/db/10_base.conf.in
blob: 0781b3d0dec1194c2ead4831601f6e7635441c1f (plain)
  1. # Ensure read access to the base for things like
  2. # supportedSASLMechanisms. Without this you may
  3. # have problems with SASL not knowing what
  4. # mechanisms are available and the like.
  5. # Note that this is covered by the 'access to *'
  6. # ACL below too but if you change that as people
  7. # are wont to do you'll still need this if you
  8. # want SASL (and possible other things) to work
  9. # happily.
  10. access to dn.base=""
  11. by * read
  12. access to dn.subtree="cn=monitor"
  13. by * read
  14. # The admin dn has full write access, everyone else
  15. # needs further checking
  16. access to dn.subtree="@SUFFIX@"
  17. by dn.exact="cn=admin,@SUFFIX@" write
  18. by group/groupOfUniqueNames/uniqueMember="cn=DSA,ou=Administrators,ou=Groups,ou=Access Control,@SUFFIX@" write
  19. by group/groupOfUniqueNames/uniqueMember="cn=Replicants,ou=Groups,ou=Access Control,@SUFFIX@" write
  20. by * break