mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
clarify default access control policy
This commit is contained in:
parent
9647ccd945
commit
babc993ef7
1 changed files with 4 additions and 3 deletions
|
|
@ -42,10 +42,11 @@ argsfile %LOCALSTATEDIR%/slapd.args
|
|||
# by users read
|
||||
# by anonymous auth
|
||||
#
|
||||
# if no access controls are present, the default policy is:
|
||||
# Allow read by all
|
||||
# if no access controls are present, the default policy
|
||||
# allows anyone and everyone to read anything but restricts
|
||||
# updates to rootdn. (e.g., "access to * by * read")
|
||||
#
|
||||
# rootdn can always write!
|
||||
# rootdn can always read and write EVERYTHING!
|
||||
|
||||
#######################################################################
|
||||
# ldbm database definitions
|
||||
|
|
|
|||
Loading…
Reference in a new issue