[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Changing the value of userPassword....
At 01:01 PM 9/25/00 -0500, Kevin Riggins wrote:
>I am trying to change a user's password, but whenever I do a ldapmodify it puts the password in as clear text instead of encrypted.
Yes. That's exactly what a LDAP client should expect (per standard
track specifications).
>I have password-hash set to {UNIX} in the slapd.conf file.
The password-hash directive (2.0) specifies behavior of the
LDAP password modify extended operation. This directive has
no impact upon the modify operation.
Kurt