Clarify that rootpw is not needed when rootdn is not within database

This commit is contained in:
Kurt Zeilenga 2002-09-01 02:54:56 +00:00
parent b67986cdde
commit 8f09321eb9

View File

@ -383,15 +383,14 @@ SASL authentication identities.
H4: rootpw <password>
This directive can be used to specifies a password for the DN for
the rootdn.
the rootdn (when the rootdn is set to a DN within the database).
\Example:
> rootpw secret
It is also permissible to provide hash of the password in
RFC 2307 form. {{slappasswd}}(8) may be used to generate
the password hash.
It is also permissible to provide hash of the password in RFC 2307
form. {{slappasswd}}(8) may be used to generate the password hash.
\Example:
@ -399,8 +398,6 @@ the password hash.
The hash was generated using the command {{EX:slappasswd -s secret}}.
This directive is deprecated in favor of SASL based authentication.
H4: suffix <dn suffix>