trying to be clearer the doc chapter 8.4.6.3 says: It's often the case that a local LDAP server provides identity and authentication services but is unable to use the authorization services. This is because application roles don't always map well onto LDAP groups, and LDAP administrators are often hesitant to allow external application-specific data in central LDAP servers. For this reason, the LDAP authentication module is often paired with another login module, such as the database login module, that can provide roles more suitable to the application being developed.
but chapter 8.4.6.4 says about the databaseLoginModule: You would use this login module if you have your username, password and role information relational database My question: How can I use the databaseLoginModule just to retrieve role or what module should I use to do so? I don't have the password in the database. thanks in advance for help, link or anything usefull. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916430#3916430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916430 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
