• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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
 
This is my favorite show. And this is my favorite tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic