Skip to content

Instantly share code, notes, and snippets.

@stefanandres
Created November 24, 2014 14:04
Show Gist options
  • Save stefanandres/69a202f5304bd9ecc71e to your computer and use it in GitHub Desktop.
Save stefanandres/69a202f5304bd9ecc71e to your computer and use it in GitHub Desktop.
access to attrs=userPassword
by dn="cn=admin,dc=foo,dc=de" write
by dn="cn=sync,dc=foo,dc=de" read
by group.exact="cn=ldap_admins,ou=groups,dc=foo,dc=de" write
by anonymous auth
by self write
by * none
access to dn.base="" by * read
access to *
by dn="cn=admin,dc=foo,dc=de" write
by dn="cn=sync,dc=foo,dc=de" read
by group.exact="cn=ldap_admins,ou=groups,dc=foo,dc=de" write
by self write
by * read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment