From 1cd9d8376a352f8f72ca5f80f94faa5151f758c6 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 8 Jun 2002 20:17:03 +0000 Subject: [PATCH] rootpw changes from HEAD --- doc/man/man5/slapd.conf.5 | 6 +++--- tests/data/slapd-glue.conf | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 9a22026da7..0d41ed4bea 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -914,9 +914,9 @@ may also be provided using the directive. .TP .B rootpw -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. +Specify a password (or hash of the password) for the rootdn. The +password can only be set if the rootdn is within the namingContext +(suffix) of the database. This option accepts all RFC 2307 userPassword formats known to the server (see .B password-hash diff --git a/tests/data/slapd-glue.conf b/tests/data/slapd-glue.conf index 5bf85b1a8e..69256c39fd 100644 --- a/tests/data/slapd-glue.conf +++ b/tests/data/slapd-glue.conf @@ -20,7 +20,6 @@ suffix "ou=Information Technology Division,ou=People,o=University of Michigan, subordinate directory ./test-db/C_db1 rootdn "cn=Manager, o=University of Michigan, c=US" -rootpw secret #ldbm#index objectclass eq #ldbm#index uid pres,eq,sub #ldbm#index cn,sn pres,eq,sub,subany @@ -35,7 +34,6 @@ suffix "ou=Groups,o=University of Michigan, c=US" subordinate directory ./test-db/C_db2 rootdn "cn=Manager, o=University of Michigan, c=US" -rootpw secret #ldbm#index objectclass eq #ldbm#index uid pres,eq,sub #ldbm#index cn,sn pres,eq,sub,subany -- 2.39.5