aspose file tools
The moose likes JBoss and the fly likes JBoss Authentication Alteratives to LDAP for AWS Cloud Instances Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "JBoss Authentication Alteratives to LDAP for AWS Cloud Instances" Watch "JBoss Authentication Alteratives to LDAP for AWS Cloud Instances" New topic
Author

JBoss Authentication Alteratives to LDAP for AWS Cloud Instances

Diego Bowen
Ranch Hand

Joined: Aug 19, 2003
Posts: 50
I have a JBoss application on a aws EC2 cloud instance and I've had disable all my individual war authentication in WEB-INF/web.xml which use login-config.xml because they can't reach our LDap servers inside our network. So I was wondering if there are other "authentication" options that I can use...
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5536

You could use the UsersRolesLoginModule. If your VM also has a database, you could use DatabaseServerLoginModule (in a pinch you could even use that with the built-in HSQLDB, but it is more of a pain to set it up).


JBoss In Action
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JBoss Authentication Alteratives to LDAP for AWS Cloud Instances
 
Similar Threads
design strategy for WebSphere security
Any pointers to Websphere V 6.0+Siteminder+LDAP
Apache Authentication / LDAP Authorization Question
Form Based Authentication using SSL/TLS in JBOSS
Jboss with LDAP problem