[JBoss-user] [Security & JAAS/JBoss] - Re: Prolem with custom login module

2005-04-13 Thread d_schulze
... forgot to mention that the origianl LdapLoginModule at least connects to the ldap server and prints some output to the logifles. It doesn't work though (because of some strange strctures in the ldap server) but that is another thing. View the original post : http://www.jboss.org/index.html

[JBoss-user] [Security & JAAS/JBoss] - Prolem with custom login module

2005-04-13 Thread d_schulze
For some reasons I have to create my own login module. Since I didn't do this before I decided to play with what already exists: the LdapLoginModule. I copied the source to a new java class which resides in one of my own packages, created a .jar and put it to the server/default/lib directory.