]> git.sur5r.net Git - openldap/commitdiff
Add {CLEARTEXT} to password-hash possibilities
authorKurt Zeilenga <kurt@openldap.org>
Wed, 12 Jun 2002 00:50:28 +0000 (00:50 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 12 Jun 2002 00:50:28 +0000 (00:50 +0000)
doc/man/man5/slapd.conf.5

index 0d41ed4beab20c5f131ccd9d8a522a7d477c6dbc..6bae0f6bc93b78c9dcd60c6d58a8a86366ee514c 100644 (file)
@@ -447,12 +447,18 @@ The <hash> must be one of
 .BR {SHA} ,
 .BR {SMD5} ,
 .BR {MD5} ,
+.BR {CRYPT} ,
 and
-.BR {CRYPT} .
+.BR {CLEARTEXT} .
 The default is
 .BR {SSHA} .
 
-Note that this option does not alter the normal user applications
+Note that
+.B {CLEARTEXT}
+indicates that the new password should be
+added to userPassword as clear text.
+
+Also, 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>