[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
I cannot auth against SASL
- To: openldap-technical@openldap.org
- Subject: I cannot auth against SASL
- From: Friedrich Locke <friedrich.locke@gmail.com>
- Date: Thu, 30 Jun 2011 14:59:40 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=y1MyNX5eUeizc9g1BFgrb/OxSAvWFTNxpxrhi5cSMWc=; b=xMZ8MImOlcDB5smGuIeeGUmed47IO+RGXE6H5mGxHmJsuN6JjeTJelIXGOVeW06NyW vnhph+9oD/G6HjACzpzqXbI2IdA7eBj1CM68jFPMJLY09M0M8AwvAj5OlUfGc2PGdMrw 9wiiPKB/t5uWh/GNL4927aL4FQAYh2pqn2Dbo=
Hi!
i am trying to authenticate binding the DN below and it works nicely.
dn: uid=grios,ou=people,dc=ufv,dc=br
uid: grios
objectclass: organizationalrole
objectclass: posixaccount
cn: Gustavo Rios
uidnumber: 2000
gidnumber: 2000
homedirectory: /home/grios
userpassword: {SSHA}dWhcPjgDn4EGb/FwGMYbxx7fIqAuXCN7
loginshell: /bin/sh
gecos: Gustavo V G C Rios,,,
But if i change userpassword attribute to {SASL}grios@UFV.BR it does
not work when i bind the same DN above.
Does anybody have an ideia about my mistaken ?
Thanks in advance.