Hi folks,
I wanted to do JBOSS LDAP Integration and my Login-config.xml is as below
--<application-policy name="ldap-security">
--
--<login-module code="org.jboss.security.auth.spi.LdapLoginModule"
flag="required">
--<module-option
name="java.naming.factory.initial">com.sun.jndi.ldap.LdapCtxFactory</module-option>
--<module-option name="java.naming.provider.url">ldap://IP
Address:389/</module-option>
--<module-option
name="java.naming.security.authentication">simple</module-option>
--<module-option name="principalDNPrefix">cn=</module-option>
--<module-option
name="principalDNSuffix">,CN=users,dc=lab,dc=com</module-option>
--<module-option name="rolesCtxDN">o=test</module-option>
--<module-option name="uidAttributeID">member</module-option>
--<module-option name="matchOnUserDN">true</module-option>
--<module-option name="roleAttributeID">cn</module-option>
--<module-option name="roleAttributeIsDN">false</module-option>
--<module-option name="searchTimeLimit">5000</module-option>
--<module-option name="searchScope">SUBTREE_SCOPE</module-option>
--</login-module>
--
--</application-policy>
But I am not able to see the Login popup when I am there in my jmx_console. Means it's
not validatiing.
In my Server Log I am able to see
Started jboss.security:service
And this is a debig message. There is no error. Could you please help me in this.
Thanks in advance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166718#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...