mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
Clean up examples
This commit is contained in:
parent
e178624b42
commit
5e572b5deb
1 changed files with 8 additions and 7 deletions
|
|
@ -33,13 +33,14 @@ argsfile %LOCALSTATEDIR%/slapd.args
|
|||
# security ssf=1 update_ssf=112 simple_bind=64
|
||||
|
||||
# Sample access control policy:
|
||||
# Allow read access of root DSE
|
||||
# Allow self write access
|
||||
# Allow authenticated users read access
|
||||
# Allow anonymous users to authenticate
|
||||
# Directives needed to implement policy:
|
||||
#access to dn.base="" by * read
|
||||
#access to *
|
||||
# Root DSE: allow anyone to read it
|
||||
# Other DSEs:
|
||||
# Allow self write access
|
||||
# Allow authenticated users read access
|
||||
# Allow anonymous users to authenticate
|
||||
# Directives needed to implement policy:
|
||||
# access to dn.base="" by * read
|
||||
# access to *
|
||||
# by self write
|
||||
# by users read
|
||||
# by anonymous auth
|
||||
|
|
|
|||
Loading…
Reference in a new issue