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

Re: setting up admin password on openldap



On Tuesday 30 October 2007 21:49:31 Naufal Sheikh wrote:
> The passowrd is hashed in the ldif file which I am importing from the
> production system, as below:
>
> # id=00000003
> dn: uid=nsadmin,o=trac
> objectClass: top
> objectClass: person
> objectClass: organizationalPerson
> objectClass: inetOrgPerson
> cn: SuiteSpot Administrator
> sn: Administrator
> givenName: SuiteSpot
> uid: nsadmin
> creatorsName: cn=nsadmin
> createTimestamp: 19980218204619Z
> userPassword:: e1NIQX12bm4rOFpBNFNzdzJJMnlQOVZ2clBJVFlGRzg9


If you had added the base64-decoded version of this password, which looks like 
this:

{SHA}vnn+8ZA4Ssw2I2yP9VvrPITYFG8=

to slapd.conf after the rootpw keyword, then things should have worked ...

Regards,
Buchan