• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

j2ee application security with ldap in websphere

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I want to integrate my web application that has security restrictions with ldap server. I am able to integrate websphere app server with ldap server by making settings in "Secure administration, applications, and infrastructure" under Security section.

FOr securing j2ee applications, to define policies, the documentation says to add jaas policies under the same "Secure administration, applications, and infrastructure".

THere is one module com.ibm.ws.security.common.auth.module.WSLoginModuleImpl that needs to be configured for that. What is the compatible module for LDAP connection?

I am using WAS 6.1

thanks in advance
Prashanth
 
reply
    Bookmark Topic Watch Topic
  • New Topic