- Thursday, December 11, 2008, 15:38
- J2EE, Java, Tutorial
- 12,025 views
In this article we will explore the ways to implementation of LDAP (Lightweight Directory Access Protocol) authentication in Tomcat as well as JBoss server.
First let us see briefly what LDAP is.
Introduction to LDAP
Following is what Wikipedia has to say about LDAP:
The Lightweight Directory Access Protocol, or LDAP is an application protocol for querying and modifying directory services running over TCP/IP.
A directory is a set of ...
Full story