<p class="MsoNormal">Hi,<br>
<br>
I have a user who needs to be authenticated:<br>
<br>
The ldap schema looks as below:<br>
dn: cn=a, cn=authenticated users, cn=abc, o=<a href="http://a1.com">a1.com</a><br>
authenticationuserpassword: ****<br>
userPassword:: #######<br>
description: test<br>
objectClass: top<br>
objectClass: authenticationuser<br>
cn: a<br>
<br>
As mentioned below, I provided in the djabberd conf file, and tried to login using the user a but the result is - user is not
found...<br>
<Plugin DJabberd::Authen::LDAP><br>
LDAPURI
ldap://ip:port/<br>
LDAPBindDN o=<a href="http://a1.com">a1.com</a><br>
LDAPBindPW ****<br>
LDAPBaseDN
cn=authenticated users,cn=abc,o=<a href="http://a1.com">a1.com</a><br>
LDAPFilter
(cn=%u)<br>
</Plugin><br>
<br>
When i give the same from a ldap browser as below, i am able to find the dn for
this user<br>
Search dn: cn=authenticated users,cn=abc,o=<a href="http://a1.com">a1.com</a><br>
Filter: cn = a<br>
I get the dn for this user. <br>
<br>
I tried with adding scope as 'sub' in the ldap plugin which gives the same
result. <br>
<br>
One more thing is, SSL is required for ldap. so i did the required changes to
the ldap plugin in djabberd and tried. I am getting the same result that
"account a not found".. <br>
<br>
Can you provide some input?<br>
<br>
Regards,<br>
-Rajesh</p>