[jboss-user] [Security JAAS/JBoss] - Re: EJB3 and remote client EJB access

2009-01-08 Thread danielen
Im using LdapExtLoginModule and in the code I can see that it in the validatePassword() method stores the AuthenticationException from failed validation in the super class. Then in the super class UsernamePasswordLoginModule, the AuthenticationException is retrieved again in the login() method

[jboss-user] [Security JAAS/JBoss] - Re: EJB3 and remote client EJB access

2009-01-07 Thread danielen
Im using JBoss 4.3 EAP and have the same problem. Is there a solution for this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4200144#4200144 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4200144

[jboss-user] [Security JAAS/JBoss] - Re: EJB3 and remote client EJB access

2006-11-28 Thread dhartford
so...yeah, problem still not resolved. The problem occurs when entering incorrect credentials, but the client does NOT get any feedback. Needless to say, hard to handle credential requests from the client-side when you have no feedback if the credential was incorrect because the server-side

[jboss-user] [Security JAAS/JBoss] - Re: EJB3 and remote client EJB access

2006-10-24 Thread dhartford
so Also tried org.jboss.security.jndi.JndiLoginInitialContextFactory without the AppcallbackHandler Properties env = new Properties(); |env.setProperty(Context.INITIAL_CONTEXT_FACTORY, org.jboss.security.jndi.JndiLoginInitialContextFactory); |

[jboss-user] [Security JAAS/JBoss] - Re: EJB3 and remote client EJB access

2006-10-18 Thread dhartford
If the problem is NotSerializableException, should I post this into the Remoting forum? I'm stuck and I would like to solve this problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3979061#3979061 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: EJB3 and remote client EJB access

2006-10-11 Thread dhartford
Also tested UsernamePasswordHandler with same server-side issue/remoting issue. Since my requirements need LDAP authentication, kinda stuck. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977597#3977597 Reply to the post :