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

Re: ldap_bind: Invalid credentials (49)



On 01/23/14 18:01 +0100, W Forum W wrote:
Hi,
I try to add the samba.schema in my openldap server (Debian Wheezy),
default installed.
slapd: 2.4.31
ldap-utils 2.4.31

I followed this tutorial
https://help.ubuntu.com/10.04/serverguide/samba-ldap.html

I can use ldapsearch, ldapadd and ldapmodify with my
cn=admin,dc=example,dc=com password
but when I try to add the new schema to the directory with

ldapadd -x -D cn=admin,cn=config -W -f /tmp/cn\=samba.ldif

I get
ldap_bind: Invalid credentials (49)

Is there a different password for cn=admin,cn=config? I was never asked
to create it.
And how can I change it if necessary?

Use 'slapcat -n0' to view your existing configuration. You may have an
olcAuthzRegexp configured to allow sasl external authentication over your
ldapi unix socket. If so, try:

ldapadd -Y external -H ldapi:/// -f /tmp/cn\=samba.ldif

--
Dan White