This one time, at band camp, Selim Jahangir wrote:
> #rootpw secret
>
> rootpw {SSHA}airnU5gtmX+okEfQzseQsdXEx1QWpJ7/
Did you restart slapd after changing the password?
>[EMAIL PROTECTED] openldap]# ldapadd -x -D "cn=Manager,dc=example,dc=com"
>-W -f /etc/openldap/example.com.ldif
What's /etc/openldap/ldap.conf say that your default host is? (It's
probably ldap:// but sometimes may be ldapi://)
>Enter LDAP Password:
>
>ldap_bind: Invalid credentials (49)
Try adding "loglevel 448" (which will turn on connection logging, access
control list processing messages, and config file processing messages) and
see what /var/log/ldap.log says happens when you try connecting.
Oh, you'll probably want to add
local4.* -/var/log/ldap.log
to /etc/syslog.conf and restart that too, in order to get the logs.
Alternatively you could restart slapd from the command line with debugging
enabled like so:
slapd -d 448
and then not have to worry about syslog.
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html