1
vote
1answer
230 views

apache tomcat 7 combined Realm

Is it possible to use combined realm in order to authenticate users vs the Active directory and then get the roles for the user from SQL database? If yes please explain how and if no is please tell me ...
1
vote
2answers
95 views

Modal Apache htaccess?

Apache realm auth is great for quick and dirty site acl's. Can one do realm authentication with a modal window instead of the usual ugly native one? I know there are other solutions, like CAS, etc. ...