mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Add a sample ACL
This commit is contained in:
parent
f4d48da5f4
commit
ef59732180
@ -21,6 +21,24 @@ argsfile %LOCALSTATEDIR%/slapd.args
|
||||
# moduleload back_passwd.la
|
||||
# moduleload back_shell.la
|
||||
|
||||
#
|
||||
# Sample Access Control
|
||||
# Allow read access of root DSE
|
||||
# Allow self write access
|
||||
# Allow authenticated users read access
|
||||
# Allow anonymous users to authenticate
|
||||
#
|
||||
#access to dn="" by * read
|
||||
#access to *
|
||||
# by self write
|
||||
# by users read
|
||||
# by anonymous auth
|
||||
#
|
||||
# if no access controls are present, the default is:
|
||||
# Allow read by all
|
||||
#
|
||||
# rootdn can always write!
|
||||
|
||||
#######################################################################
|
||||
# ldbm database definitions
|
||||
#######################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user