G3 wrote:
Hi
Thanks for the reply.
Is
login-config.xml
-------------------
<application-policy name="ADCon">
<authentication>
<login-module code="org.jboss.security.auth.spi.LdapExtLoginModule"
flag="required" >
.....
</login-module>
<login-module code="org.jboss.security.auth.spi.LdapExtLoginModule"
flag="required" >
......
</login-module>
</authentication>
</application-policy>
not an accepted application-policy ? I dont find any errors
The configuration itself looks alright. It could be a bug in the
implementation of LdapExtLoginModule. Check if there is a newer version
available.