LDAP: Difference between revisions

From DWIKI
No edit summary
 
No edit summary
Line 1: Line 1:
'''L'''ightweight '''D'''irectory '''A'''ccess '''P'''rotocol
'''L'''ightweight '''D'''irectory '''A'''ccess '''P'''rotocol


In [[wikipedia:computer networking]], the '''Lightweight Directory Access Protocol''', or '''LDAP''' ("ell-dap"), is a [[wikipedia:networking protocol]] for querying and modifying [[wikipedia:directory service]]s running over [[wikipedia:Internet protocol suite|TCP/IP]].  An LDAP directory usually follows the [[wikipedia:X.500]] model: it is a tree of entries, each of which consists of a set of named attributes with values. While some services use a more complicated "forest" model, the vast majority use a simple starting point for their database organization.
In [http://en.wikipedia.org/wiki/computer_networking computer networking], the '''Lightweight Directory Access Protocol''', or '''LDAP''' ("ell-dap"), is a [[wikipedia:networking protocol]] for querying and modifying [[wikipedia:directory service]]s running over [[wikipedia:Internet protocol suite|TCP/IP]].  An LDAP directory usually follows the [[wikipedia:X.500]] model: it is a tree of entries, each of which consists of a set of named attributes with values. While some services use a more complicated "forest" model, the vast majority use a simple starting point for their database organization.


An LDAP directory often reflects various political, geographic, and/or organizational boundaries, depending on the model chosen.  LDAP deployments today tend to use [[wikipedia:Domain Name System]] (DNS)  
An LDAP directory often reflects various political, geographic, and/or organizational boundaries, depending on the model chosen.  LDAP deployments today tend to use [[wikipedia:Domain Name System]] (DNS)  

Revision as of 20:46, 8 September 2006

Lightweight Directory Access Protocol

In computer networking, the Lightweight Directory Access Protocol, or LDAP ("ell-dap"), is a wikipedia:networking protocol for querying and modifying wikipedia:directory services running over TCP/IP. An LDAP directory usually follows the wikipedia:X.500 model: it is a tree of entries, each of which consists of a set of named attributes with values. While some services use a more complicated "forest" model, the vast majority use a simple starting point for their database organization.

An LDAP directory often reflects various political, geographic, and/or organizational boundaries, depending on the model chosen. LDAP deployments today tend to use wikipedia:Domain Name System (DNS) names for structuring the most simple levels of the hierarchy. Further into the directory might appear entries representing people, organizational units, printers, documents, groups of people or anything else which represents a given tree entry, or multiple entries.

Its current version is LDAPv3. LDAPv3 is specified in a series of wikipedia:IETF Standard Track RFCs as detailed in RFC 4510.


Tutorials

Links