[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: disable password hash
thanks for the clarification,
But my problem remains because slapd insist on hashing the userpassword
attribute when users are added. This will cause me to have to do an
extra modify to user accounts with every add, in my situation this is
more trouble than it sounds like.
I would like to have slapd *not* hash the userpassword attribute, and
just store the value recieved unencrypted, just like any other
attribute. Is this possible?
Kurt D. Zeilenga wrote:
At 08:49 PM 2002-05-22, kervin@blueprint-tech.com wrote:
The patch causes {CLEARTEXT} scheme to be treated just as the other schemes.
That would break clear text passwords.
I am not seeing how. Could you please clarify?
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.
I read the exop draft several times and I can't understand what it does
or how I would use it. I need to stick to 1823 functions though,
because I need to create users from PHP and maybe other platforms that
*may* not support this extension.
--Kervin