[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: disable password hash



At 08:49 PM 2002-05-22, kervin@blueprint-tech.com wrote:
>I'm a little confused about cleartext password use in slapd.  This patch
>seems to be what I need to get things to work.  Am I mistaken?

Yes.  The {CLEARTEXT} scheme is special... it's not meant to
appear in the value like other schemes.

>The patch causes {CLEARTEXT} scheme to be treated just as the other schemes.

That would break clear text passwords.

I assume the problem is that you are trying to use
Password Modify EXOP.  password-hash {CLEARTEXT}
doesn't work because there is no hash function
for the scheme.

Kurt