]> git.sur5r.net Git - openldap/commitdiff
Clarify that rootpw is not needed when rootdn is not within database
authorKurt Zeilenga <kurt@openldap.org>
Sun, 1 Sep 2002 02:54:56 +0000 (02:54 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 1 Sep 2002 02:54:56 +0000 (02:54 +0000)
doc/guide/admin/slapdconfig.sdf

index 505cd1cc00301675e6612275ea31a7a600dc1305..3e8c0850d23d9a78930cf0d687458eeb34da04d9 100644 (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>