Re: LDAP auth problems
From: Mart van de Wege (mvdwege.usenet_at_wanadoo.nl)
Date: 12/30/04
- Previous message: YH: "Re: kernel version"
- In reply to: Romel Sandoval: "LDAP auth problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: debian-user@lists.debian.org Date: Thu, 30 Dec 2004 20:28:26 +0100
Romel Sandoval <romel@prodigy.net.mx> writes:
<snip>
> I create a people.ldif file containing:
>
> dn: ou=people,dc=antalnet,dc=com
> ou: people
> objectClass: organizationalUnit
>
> But when I try to...
>
> #ldapadd -f people.ldif
> SASL/DIGEST-MD5 authentication started
> Please enter your password:
>
> This message appears:
>
> ldap_sasl_interactive_bind_s: Invalid credentials (49)
> additional info: SASL(-13): authentication failure: client
> response doesn't match what we generated
>
> I try also with:
> #ldapadd -f people.ldif -U admin
> and
> #ldapadd -f people.ldif -D 'cn=admin,dc=antalnet,dc=com'
> without luck.
>
> Anybody could helpme, please?
Try using ldapadd with the -x and -W flags. That'll force Simple Auth
with password prompt. Your error messages indicate ldapadd is trying
to use SASL, which is a different kettle of fish entirely (very wiggly
and hard to catch fish, if I may extend the metaphor).
Mart
-- "We will need a longer wall when the revolution comes." --- AJS, quoting an uncertain source. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: YH: "Re: kernel version"
- In reply to: Romel Sandoval: "LDAP auth problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]