Well carlos,
since i assume  you are in the same situation as me (ldap newbie),
i would suggest:

1) in everything you do (either from jboss SecurityManager or from ldapsearch)
watch the log of your ldap server CAREFULLY
(i use slapd -d 111)
2) Build your own LdapLogin module put it in a package, and then modify your 
run.sh
Notice you can do your job with org.jboss.security.auth.spi.LdapLoginModule
quite well, but with building your own you can print debug info that will
help you a lot.
3) Perform your ldapsearches in the SAME way that LdapLogin module does.
Once you get the expected results from ldapsearch, then proceed onto
examining your code in the module.

Achilleus

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to