mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Add userPassword protection to example.
This commit is contained in:
parent
5a84fb8b0f
commit
cd80d6d5ec
1 changed files with 5 additions and 0 deletions
|
|
@ -1737,6 +1737,11 @@ pidfile LOCALSTATEDIR/slapd.pid
|
|||
attributeoptions x-hidden lang-
|
||||
access to attr=name;x-hidden by * =cs
|
||||
|
||||
# Protect passwords. See \fBslapd.access\fP(5).
|
||||
access to attrs=userPassword by * auth
|
||||
# Read access to other attributes and entries.
|
||||
access to * by * read
|
||||
|
||||
database bdb
|
||||
suffix "dc=our-domain,dc=com"
|
||||
# The database directory MUST exist prior to
|
||||
|
|
|
|||
Loading…
Reference in a new issue