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.
LDAP login module for jaas configuration in WAS6.1.0.31
prashanth nagaraj
Ranch Hand
Joined: Mar 11, 2002
Posts: 43
posted
0
In websphere 6.1.0.31 - We have jaas security configured in our application(not in web deployment descriptor) - the users and roles are configured in properties file and we are using Client Login Module for authentication. We want to replace user/roles configuration with Ldap server.
Earlier we were using com.ibm.ws.security.common.auth.module.WSLoginModuleImpl for class name and com.ibm.ws.security.common.auth.module.WSClientLoginModuleImpl for delegate.
What is the compatible class name and delegate for LDAP configuration?