Thank you for your reply Les.

I debug as yous said and it is throwing LDAP authentication error. 
So do I need to set systemUserName and systemPassword as follows ? 

<bean id="contextFactory"
class="org.apache.shiro.realm.ldap.JndiLdapContextFactory">
    <property name="url" value="ldap://ladapserver:389"; />
    <property name="systemPassword" value="userName" />
    <property name="systemUsername" value="password" />
  </bean>

--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/Unable-to-authenticate-using-JndiLdapRealm-tp6369464p6370987.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to