[jboss-user] [Security JAAS/JBoss] - Re: LDAP and JBoss

2008-03-07 Thread rukh
Sorry for the post under a post, but editing is not permitted here.. I've created a simple application that uses a single class with main method and created there an LdapContext and unfortunately on failed login it also pops by 2... guess I have some LDAP server configuration bug, but I cant

[jboss-user] [Security JAAS/JBoss] - Re: LDAP and JBoss

2008-03-06 Thread rukh
thanks for the reply :) my login-config.xml looks like this (excluding the standard policies that were there when I set up the server) anonymous wrote : | application-policy name=authPolicy | | login-module code=com.caern.authentication.SecurityLoginModule

[jboss-user] [Security JAAS/JBoss] - LDAP and JBoss

2008-03-05 Thread rukh
I have this issue with JBoss and LDAP. I've created a configuration for LDAP and JBoss and everything works fine, but everytime user fails to log in the failed login counter pops by 2. I've put some logging information in the place where LdapContext is created for a user and it's fired only