• Post Reply 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

LDAP login module for jaas configuration

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