]> git.sur5r.net Git - openldap/commitdiff
Add clarification to password-hash directive
authorKurt Zeilenga <kurt@openldap.org>
Wed, 30 Jan 2002 00:41:36 +0000 (00:41 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 30 Jan 2002 00:41:36 +0000 (00:41 +0000)
doc/man/man5/slapd.conf.5

index 0708a7191868cf2d0bb0e3409f07ab386d690a08..d4e06d4ac7eb9cb18fcda5b94f0500c3da488283 100644 (file)
@@ -349,7 +349,10 @@ name can also be used with a suffix of the form ":xx" in which case the
 value "oid.xx" will be used.
 .TP
 .B password-hash <hash>
-The <hash> to use for userPassword generation.  One of
+This option sets the hash to be used in generation of user
+passwords, stored in userPassword, during processing of
+LDAP Password Modify Extended Operations (RFC 3052).
+The <hash> must be one of
 .BR {SSHA} ,
 .BR {SHA} ,
 .BR {SMD5} ,
@@ -358,11 +361,17 @@ and
 .BR {CRYPT} .
 The default is
 .BR {SSHA} .
+
+Note that this option does not alter the normal user applications
+handling of userPassword during LDAP Add, Modify, or other LDAP operations.
 .TP
-.B password-crypt-salt-format <format>
+.B password\-crypt\-salt\-format <format>
 Specify the format of the salt passed to
 .BR crypt (3)
-when generating {CRYPT} passwords.  
+when generating {CRYPT} passwords (see
+.BR password\-hash )
+during processing of LDAP Password Modify Extended Operations (RFC 3062).
+
 This string needs to be in
 .BR sprintf (3)
 format and may include one (and only one) %s conversion.