Definition of Lightweight directory access protocol

Babylon English
Lightweight Directory Access Protocol (LDAP)
set of protocols which enable computers to access X 500 information directories (Computers)

Search Dictionary:
Search Web Search Dictionary



Lightweight Directory Access Protocol definition was found in categories: Computer & Internet(2)  Language, Idioms & Slang(1)  Encyclopedia(1)  

Lightweight Directory Access Protocol Definition from Computer & Internet Dictionaries & Glossaries

FOLDOC
Lightweight Directory Access Protocol
<protocol> (LDAP) A protocol for accessing on-line directory services.
LDAP was defined by the IETF in order to encourage adoption of X.500 directories. The Directory Access Protocol (DAP) was seen as too complex for simple internet clients to use. LDAP defines a relatively simple protocol for updating and searching directories running over TCP/IP.
LDAP is gaining support from vendors such as NetscapeNovellSunHPIBM/Lotus, SGIAT&T, and Banyan
An LDAP directory entry is a collection of attributes with a name, called a distinguished name (DN). The DN refers to the entry unambiguously. Each of the entry's attributes has a type and one or more values. The types are typically mnemonic strings, like "cn" for common name, or "mail" for e-mail address. The values depend on the type. For example, a mail attribute might contain the value "donald.duck@disney.com". A jpegPhoto attribute would contain a photograph in binary JPEG/JFIF format.
LDAP directory entries are arranged in a hierarchical structure that reflects political, geographic, and/or organisational boundaries. Entries representing countries appear at the top of the tree. Below them are entries representing states or national organisations. Below them might be entries representing people, organisational units, printers, documents, or just about anything else.
RFC 1777RFC 1778RFC 1959RFC 1960RFC 1823.
LDAP v3.
[Difference v1, v2, v3?]
(2003-09-27)

Jensen's Technology Glossary
LDAP
An emerging directory service protocol that uses a subset of the X.500 directory standard to provide a common way to identify user and group information. It can be extended to provide information on other network resources.
(See Internet Messaging ).


Lightweight Directory Access Protocol Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
lightweight directory access protocol

lightweight directory access protocol
(ldap) a protocol for accessing on-line directory services



Lightweight Directory Access Protocol Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Lightweight Directory Access Protocol
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 objects with similar attributes organized in a logical and hierarchical manner. The most common example is the telephone directory, which consists of a series of names (either of persons or organizations) organized alphabetically, with each name having an address and phone number attached. Due to this basic design (among other factors) LDAP is often used by other services for authentication.


See more at Wikipedia.org...