This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes Security 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 » Java » JSF
Reply Bookmark "Security" Watch "Security" New topic
Author

Security

none noone
Greenhorn

Joined: Aug 22, 2010
Posts: 1
Hi,

one short question. I'm using FORM-Authentication in my frontend webapp like that:



I'm using the JBoss AS and also configured an login-Module in $JBOSS_HOME/server/default/conf/login-config.xml for LDAP-Security. That all works fine but unfortunately I don't know exactly why....
I can't see any connection between the login-Module and the JSF-Frontend configuration. How does the webserver knows witch login-module to choose?

Jonny
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14480
    
    7

"none noone",

We'd like to welcome you to the JavaRanch, but you're in blatant violation of our naming rules: http://www.javaranch.com/name.jsp

Technically, this is a JBoss question and you should have asked it in the forum where the JBoss experts hang out, but in any event, you'll get an answer a lot faster if you change your display name to conform to our requirements.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Security
 
Similar Threads
Studying HeadFirst book: cannot make authentification
Problems with FORM Authentication
Return to HTTP from HTTPS
Adding users and roles
req.isUserInRole("admin"); return false??