From dfeac21baa0d41a422bcb62ed66f936c2e78b7e0 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 12 Jun 2002 00:50:28 +0000 Subject: [PATCH] Add {CLEARTEXT} to password-hash possibilities --- doc/man/man5/slapd.conf.5 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 0d41ed4bea..6bae0f6bc9 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -447,12 +447,18 @@ The 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 -- 2.39.5