From 5f9a87c0411ad8e9cce3f40397365991b51136e7 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 2 Mar 2004 22:17:20 +0000 Subject: [PATCH] password-hash now takes a list of mechanisms --- doc/man/man5/slapd.conf.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 76b2145c10..ca1f3fb457 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -529,9 +529,9 @@ in place of the numeric OID in objectclass and attribute definitions. The 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 -This option sets the hash to be used in generation of user -passwords, stored in userPassword, during processing of +.B password-hash [...] +This option configures one or more hashes to be used in generation of user +passwords stored in the userPassword attribute during processing of LDAP Password Modify Extended Operations (RFC 3062). The must be one of .BR {SSHA} , -- 2.39.5