mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Add userPassword protection to example.
This commit is contained in:
parent
5a84fb8b0f
commit
cd80d6d5ec
@ -1737,6 +1737,11 @@ pidfile LOCALSTATEDIR/slapd.pid
|
|||||||
attributeoptions x-hidden lang-
|
attributeoptions x-hidden lang-
|
||||||
access to attr=name;x-hidden by * =cs
|
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
|
database bdb
|
||||||
suffix "dc=our-domain,dc=com"
|
suffix "dc=our-domain,dc=com"
|
||||||
# The database directory MUST exist prior to
|
# The database directory MUST exist prior to
|
||||||
|
Loading…
Reference in New Issue
Block a user