summaryrefslogtreecommitdiff
path: root/ldap/db/08_base.conf.in
blob: 1d78c6a2cc4103abf09b370ff599a50c8d05e1cd (plain)
  1. # The userPassword by default can be changed
  2. # by the entry owning it if they are authenticated.
  3. # Others should not be able to see it, except the
  4. # admin entry below
  5. access to dn.subtree="ou=SAM,@SUFFIX@" attrs=userpassword,shadowLastChange
  6. by dn.exact="@ADMIN@" write
  7. by group="cn=SAM,ou=Administrators,ou=Access Control,@SUFFIX@" write
  8. by anonymous auth
  9. by self write
  10. by * none