[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Bind with attribute + RDN instead of DN
- To: openldap-technical@openldap.org
- Subject: Bind with attribute + RDN instead of DN
- From: sim123 <Sim3159@gmail.com>
- Date: Fri, 9 Sep 2011 11:57:58 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=EeLVLJoJcDnDv2byA5/8P3eZfYDw8hO72iaSRtKlf88=; b=LM7AwZ/9Z2hpXtDm50wozjfrQlFPoduezpXeswegp9OTW9zECSOLn2KfNlLPP5lD28 f82LefnKmbJ+YZFInjpYJmpFjPrqMBKHpru2JtjKS8e1B+YiYpYowoLgqknNS8Bo6RBj GveQ8WNCDNDqr5QTbkrGIDJ+tJCBM6eV7y9j8=
Hi All,
I want third party applications to authenticate against my ldap using any attribute (specially mail & password) is it possible to do a bind using any attribute with/without RDN rather then DN? For example my LDAP user looks like this :
dn: uid=1,ou=users,dc=example,dc=local
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: person
objectClass: top
cn: Josh
sn: Cho
mail: joshcho@example.com
uid: 1
userPassword: joshcho
I can bind to ldap if I use DN & password but I can not bind to ldap if I use any attribute like
Would greatly appreciate any help.
Thanks
simon