Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

LDAP login module for jaas configuration in WAS6.1.0.31

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
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?

We are usign novell's eDirectory for LDAP server

thanks
Prashanth
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Closing. Do not duplicate threads. Continue there.
    Bookmark Topic Watch Topic
  • New Topic