mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
Add {CLEARTEXT} to password-hash possibilities
This commit is contained in:
parent
56bbe05490
commit
dfeac21baa
1 changed files with 8 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue