]> git.sur5r.net Git - openldap/commitdiff
Comment on rootpw only be valid if rootdn is with namingContext
authorKurt Zeilenga <kurt@openldap.org>
Fri, 6 Oct 2000 21:19:20 +0000 (21:19 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 6 Oct 2000 21:19:20 +0000 (21:19 +0000)
doc/man/man5/slapd.conf.5

index 039356364fc02a0aca24dda92153534e220389d3..85ce15abccfcae6f40ba1732df9a6901d3fcf89a 100644 (file)
@@ -554,10 +554,16 @@ or administrative limit restrictions for operations on this database.
 This DN may or may not be associated with an entry.  An empty root
 DN (the default) specifies no root access is to be granted.  It is
 recommended that the rootdn only be specified when needed (such as
-when initially populating a database).
+when initially populating a database).  If the rootdn is within
+a namingContext (suffix) of the database, a simple bind password
+may also be provided using the
+.B rootpw
+directive.
 .TP
 .B rootpw <password>
-Specify a password (or hash of the password) for the rootdn.
+Specify a password (or hash of the password) for the rootdn.  If
+the rootdn is not within the namingContext of the database, the
+provided password is ignored.
 This option accepts all RFC 2307 userPassword formats known to
 the server (see 
 .B password-hash