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

Re: slapd crypting userPassword attribute



But qmail requires in this format

userPassword: {crypt}vi1Khw/oD2nzE

In the previous version of Openldap-1.2.11, i used to crypt the password with

crypt(), and add {crypt} to it.

Is there any way of disabling the crypting value of userPassword attribute ?

I badly need this, else qmail-pop3d will not be able to authenticate the
user.

Thanx for any help
Vishwanath



Michael Ströder wrote:

> Vishwanath wrote:
> >
> > The problem is when i add entry for qmailuser, the Password gets crypted
> > by itself.
>
> What software are you using to change the password?
>
> > Has this feature been added in 2.0.15, if so how can i disable it.
>
> Anyway you should not change this behaviour. Checking
> username/password is done by a BindRequest and OpenLDAP does the
> right thing for you. The password does not have to be known as
> cleartext to be checked.
>
> > Below is the definition of userPassword attribute in core.schema.
>
> It has also nothing to do with the schema.
>
> Ciao, Michael.