[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Got error while enabling SASL
- To: openldap-technical@openldap.org
- Subject: Got error while enabling SASL
- From: Gaurav Gugnani <gugnanigaurav@gmail.com>
- Date: Thu, 2 Feb 2012 11:36:44 +0530
- 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=6TFXGsbbl5t6iISjhgUp0ZUjUaamrjgf9u5r4/Oiz1Q=; b=O2QZ4eqW1MjQTrmOJKXd4MGLNNuDmWr+vUHk/2F0wUeNCMhMoNP6iJcB6bvDbEa8cS o7InM/sNatHPg7fyVTus2/z6c/wC8H9RmFsDAo89vqpxgvxh9FAgphZ2AXaD/8+BZHwM 5IE/gGOQ615w7vYIWsIqYQucvhid0QQqWv0Qo=
Hello All,
I'm a new bie to LDAP and trying to enable SASL on the newly created user.
I read link at open ldap forum:
http://www.openldap.org/doc/admin24/sasl.html#DIGEST-MD5
and performed following steps:
Step-1: saslpasswd2 -c sasluser2
<asked for password>
Step-2: sasldblistusers2
sasluser2@test0.devcs: userPassword
add_sasl_accnt.ldif
----------------------------
# TEST Account for SASL:
dn: uid=sasluser2,ou=System,o=db
uid: sasluser2
ou: System
description: Special account for SASL Testing
userPassword: sasluser2
objectClass: account
objectClass: simpleSecurityObject
Step-3: ldapadd -x -D cn=Manager,o=db -W -f add_sasl_accnt.ldif
After performing these stpes, i tried to perform ldapsearch and landed up in getting error:
ldapsearch -U sasluser2 -b 'o=db' '(objectclass=*)'
ldap_sasl_interactive_bind_s: No such attribute (16)
ldapsearch -LLL -U sasluser2 -b 'o=db'
ldap_sasl_interactive_bind_s: No such attribute (16)
Kindly help.
Thanks and Regards,
Gaurav Gugnani