Hi,
I would need to integrate the Login page with Active directory instead of Database. Could you please provide some sample code and the xml entries to acheive the same.
I think it can be acheived by using LDAPLoginModule but if somebody could please provide some help. Also how would be the password be authenticated by AD. How should I handle the roles ?
Thanks in advance
regards
Surajit
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996213#3996213
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996213
JBoss Portal relies on the JACC framework for authorization. It is true that this has been removed from the documentation as it is an implementation detail.
Since 2.4 we have developed an abstraction on top of JACC which hides the usage of that layer (because the layer API simply sucks, specifically the configuration part).
We can work on providing documentation on the security abstraction we have however with the garantee that this framework will not change for the 2.x versions (i.e 2.4, 2.6 maybe 2.8) (JBoss Portal 3.x will work in non Java EE environement, i.e servlet container that does not provide this API implementation).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996211#3996211
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996211