• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

LDAP

 
Ranch Hand
Posts: 90
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Climb the rope! CLIMB THE ROPE! You too tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic