mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-21 22:34:08 -05:00
password-hash now takes a list of mechanisms
This commit is contained in:
parent
4504b48c6b
commit
5f9a87c041
1 changed files with 3 additions and 3 deletions
|
|
@ -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 <hash>
|
||||
This option sets the hash to be used in generation of user
|
||||
passwords, stored in userPassword, during processing of
|
||||
.B password-hash <hash> [<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 <hash> must be one of
|
||||
.BR {SSHA} ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue