• 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

Tomcat LDAP Authentication

 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a requirement where my application is hosted in Tomcat and where the authentication of the users has to be done using LDAP directory (SUN ONE Directory Server).

I have gone thro' the "Realm-Howto" of Tomcat Realms.

Could ne1 let me know how to make use of the Tomcat and LDAP . Or how to make use of some standard LDAP LoginModule which i can just use it as a pluggable component to authenticate the users (using JAAS perhaps).

Hoping for someone to help me with a solution..

Thanks
John
 
reply
    Bookmark Topic Watch Topic
  • New Topic