From cd80d6d5ecbb25a3ea71ddcb5c414cff94aafa0d Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Mon, 18 Jul 2005 14:07:57 +0000 Subject: [PATCH] Add userPassword protection to example. --- doc/man/man5/slapd.conf.5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 87a33e25cc..573d4f1af8 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -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 -- 2.39.5