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

Re: Ldap bind password



have a look in your /usr/local/etc/openldap/slapd.conf file
lines like these

suffix          "dc=yourorg,dc=com"
rootdn          "cn=Manager,dc=yourorg,dc=com"
# Cleartext passwords, especially for the rootdn, should
# be avoid.  See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
rootpw          secret

"secret" is password by default, the one you''re looking for, I guess


----- Original Message -----
From: "Joaquin Henriquez Alzola (REE)"
<Joaquin.Henriquez-Alzola@ree.ericsson.se>
To: "'OpenLDAP List '" <openldap-software@OpenLDAP.org>
Sent: Wednesday, April 09, 2003 4:13 PM
Subject: Ldap bind password


>
> Hi,
>
> when I run this command on ldap:
> ldapadd -D "cn=Manager,dc=<MY-DOMAIN>,dc=<COM>" -f example.ldif
>
> I get a Bind password prompt, when I compile and install the ldap I didn't
give any password. I try every password in the system but it is not working.
Does anyone know how to solve this?
>
> BR,
>
> Joaquin
>
>