This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes LDAP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "LDAP" Watch "LDAP" New topic
Author

LDAP

Arathi Raj
Ranch Hand

Joined: Nov 22, 2002
Posts: 90
Hi,
Can anybody tell me what is LDAP and for what it is used. Brief description will be helpful. And resources for that .
Thanks in advance
Arathi
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

Check the beginner docs at http://www.ldapman.org to get started.
LDAP is a protocal, like HTTP, and as such it relies on LDAP servers. In the same way that Apache and IIS manage HTTP communication, servers like IBM SecureWay, Netscape's NDS and OpenLDAP are LDAP implementations.
There are many things that LDAP does, but in its most basic usage, it is used as a heirarchical directory listing and if often compared to a phone book.
It can also manage security and role mappings and vertical and horizontal replication. The difference between LDAP directories and relational databases is that LDAP directories are typically optimised for read and search operations, not create, update or deletes.
Dave
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: LDAP
 
Similar Threads
Example Code for JAAS with JBoss? Got it to work by "fudging." How do Right?
LDAP
difference between LDAP and JNDI
LDAP Server
about LDAP flavours