[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldap_bind: Invalid credentials (49)
- To: John Espiro <john_espiro@yahoo.com>
- Subject: Re: ldap_bind: Invalid credentials (49)
- From: Brian Candler <B.Candler@pobox.com>
- Date: Thu, 3 Feb 2011 13:46:39 +0000
- Cc: "'openldap-technical@openldap.org'" <openldap-technical@openldap.org>
- Content-disposition: inline
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=date:from:to :cc:subject:message-id:references:mime-version:content-type :in-reply-to; s=sasl; bh=bc3Gtl4QT414t4xO9r4T9snxCW8=; b=fTWE/C9 6CLFh2Q+RvcGiJE1d8yvn0t+KMReAw6vCZ8I6OkiebhaKP4P7ngc53iIwvAQswWx oHEbkzE45bnarsQ6HCm6zJmRJTxmESr1+V1oYQ2YFTf6a0edpPfhSHINYh8vfMjp /gErDn+2dJHh010ZQjXmpAcxqtpUEByRJrqk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=pobox.com; h=date:from:to:cc :subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=sasl; b=l09zhjvtX4IhOwa2kiGsZr5tj5HLLrgd6 fUJxtsena4gkU3Z5eJxnbf4iardlJpDm5ReFcyV8qM+OH5tiArjfIjzoueqyP9Ds EUvi4LqikC1XutmX1UK3N0UKHr6Rq1K8mmXuxhURKTnLypHTMUWTUwvJ5UAfWoLI KXZmBHC1FU=
- In-reply-to: <4D49D183.4060103@yahoo.com>
- References: <4D49D183.4060103@yahoo.com>
- User-agent: Mutt/1.5.20 (2009-06-14)
On Wed, Feb 02, 2011 at 10:49:55PM +0100, John Espiro wrote:
> Ubuntu 10.10 server 64bit
...
> Entering:
> ldapmodify -x -D 'cn=config' -W -f log.ldif
>
> Gives me:
> Enter LDAP Password:
> ldap_bind: Invalid credentials (49)
Run ldapmodify on the same box as the server, as root. Point to the
ldapi:/// URL, and use the EXTERNAL SASL mechanism. Drop the other
authentication args (-x, -D, -W)
$ sudo bash
# ldapmodify -Y EXTERNAL -H ldapi:/// ...rest of args...
Regards,
Brian.