I'm no expert, but I throw a couple of ideas your way since no one has 
repsonded yet.

Usually one needs some module-options with the LDAP login-module (url, 
principalDNPrefix, etc.), but I don't see any of that in your login-config.xml 
file.  I'm not familiar with the siwcc.util.MyLdapLoginModule but it seems you 
are missing some attributes.  Also, is there a reason you are using your own 
LDAP login module instead of the org.jboss.security.auth.spi.LdapLoginModule 
one?

Are you getting any errors in the logs?  Try adding the following to the 
log4j.xml file and see what is coming up in your server.log file

<category name="org.jboss.security">
  |    <priority value="TRACE" class="org.jboss.logging.XLevel"/>
  | </category>
  | <category name="org.jboss.web.tomcat.security">
  |    <priority value="TRACE" class="org.jboss.logging.XLevel"/>
  | </category>
  | <category name="org.apache.catalina">
  |    <priority value="DEBUG"/>
  | </category>
  | 
This can also be found on point 4 of the security FAQ at the beginning of the 
forum.

Let me know what you come up with.

--Andy

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952409#3952409

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952409


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to