Add some clarification as to what hash algorithms are used

with each password-hash scheme.
This commit is contained in:
Kurt Zeilenga 2002-09-20 17:12:58 +00:00
parent 9ba829436e
commit 11a07153d6
2 changed files with 35 additions and 4 deletions

View file

@ -439,13 +439,26 @@ and
.BR {CLEARTEXT} .
The default is
.BR {SSHA} .
Note that
.TP
.B {SHA}
and
.B {SSHA}
use the SHA-1 algorithm (FIPS 160-1), the latter with a seed.
.TP
.B {MD5}
and
.B {SMD5}
use the MD5 algorithm (RFC 1321), the latter with a seed.
.TP
.B {CRYPT}
uses the
.BR crypt (3).
.TP
.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
.TP
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>

View file

@ -48,6 +48,24 @@ be specified:
The default is
.IR {SSHA} .
.TP
.B {SHA}
and
.B {SSHA}
use the SHA-1 algorithm (FIPS 160-1), the latter with a seed.
.TP
.B {MD5}
and
.B {SMD5}
use the MD5 algorithm (RFC 1321), the latter with a seed.
.TP
.B {CRYPT}
uses the
.BR crypt (3).
.TP
.B {CLEARTEXT}
indicates that the new password should be added to userPassword as
clear text.
.TP
.BI \-c " crypt-salt-format"
Specify the format of the salt passed to
.BR crypt (3)