<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>
&nbsp;&lt;Plugin DJabberd::Authen::LDAP&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
LDAPURI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
ldap://ip:port/<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
LDAPBindDN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; o=<a href="http://a1.com">a1.com</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
LDAPBindPW&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ****<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LDAPBaseDN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
cn=authenticated users,cn=abc,o=<a href="http://a1.com">a1.com</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
LDAPFilter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
(cn=%u)<br>
&nbsp; &lt;/Plugin&gt;<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 &#39;sub&#39; 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
&quot;account a not found&quot;.. <br>
<br>
Can you provide some input?<br>
<br>
Regards,<br>
-Rajesh</p>