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

slapd crypting userPassword attribute



Hello all,
I have installed Openldap-2.0.15 with Berkley db-3.3.11, it works fine.
I am able to add entires, do ldapsearch and modify attributes.
The problem is when i add entry for qmailuser, the Password gets crypted
by itself.
Has this feature been added in 2.0.15, if so how can i disable it.

Below is the definition of userPassword attribute in core.schema.

attributetype ( 2.5.4.35 NAME 'userPassword'
 EQUALITY octetStringMatch
 SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} )

I changed it to the following:

attributetype ( 2.5.4.35 NAME 'userpassword'
 EQUALITY caseIgnoreIA5Match
 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
 SINGLE-VALUE )

Still it did't work.

-Vishwanath