LDAP Background Information (Windows Embedded CE 6.0)

1/6/2010

LDAP is a protocol designed to be a lightweight front-end to a X.500 directory or stand-alone directory service, such as Microsoft Active Directory®, over the Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP). LDAP is a client-server protocol that enables users to locate a specific set of information and other resources such as files and devices on a network. Protocol elements are carried directly over TCP or UDP, thereby bypassing much of the session/presentation overhead that is required for other directory services, such as X.500. LDAP uses a lightweight basic encoding rule (BER) notation to encode all protocol elements.

By selecting the LDAP Catalog item, you can integrate all parts required to implement an LDAP client on your run-time image. The Windows Embedded CE support of LDAP exposes an associated application-programming interface (API) that simplifies writing directory service applications. The LDAP API is applicable to directory management and browser applications that do not have directory service support as their primary function. LDAP cannot create directories or specify how a directory service operates.

See Also

Other Resources

LDAP Application Development