[jboss-user] [Security & JAAS/JBoss] - Re: Multiple login modules - LDAP and DB failover

2007-10-20 Thread DeanoUK
Here: http://java.sun.com/j2se/1.5.0/docs/api/javax/security/auth/login/Configuration.html I read: "If no Required or Requisite LoginModules are configured for an application, then at least one Sufficient or Optional LoginModule must succeed." But that's not what's happening - both are failing b

[jboss-user] [Security & JAAS/JBoss] - Re: Multiple login modules - LDAP and DB failover

2007-10-20 Thread DeanoUK
But if a user doesn't give any login information - he'll still be 'authenticated' because both are only marked as sufficient. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097166#4097166 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [Security & JAAS/JBoss] - Re: Multiple login modules - LDAP and DB failover

2007-09-07 Thread jc7442
In your login-config.xml you can create a policy with modules flagged sufficient. i do that to authenticate user on several LDAP: | | | ... | | | ... | | | | View the original post : http://www.jboss.com/index.html?module

[jboss-user] [Security & JAAS/JBoss] - Re: Multiple login modules - LDAP and DB failover

2007-08-29 Thread DeanoUK
No not as yet, I still need to do it at some point though, so if you find anything let me know - and vice versa. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079296#4079296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [Security & JAAS/JBoss] - Re: Multiple login modules - LDAP and DB failover

2007-08-29 Thread jhedden
did you ever resolve this? I am trying to implement something similar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079292#4079292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079292 ___