Hi,
I want to configure my AS with LDAP auth.
Till the date, I am using JBoss 5.
In ..\jboss-5\server\default\conf\login-config.xml file, I configured like,
<application-policy name = "orangescape-sso">
<authentication>
<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>
...
</login-module>
</authentication>
</application-policy>
-------------------------------
In JBoss AS 7, I have configured in standalone.xml file. Is that correct file? Where to configure my LDAP auth code?
Help to find the difference in file/folder structure between JBoss 5 and JBoss AS 7, and where to keep the LDAP configure code!.