Table of Contents

Search

  1. Preface
  2. Understanding PowerExchange for LDAP
  3. PowerExchange for LDAP Configuration
  4. LDAP Connections
  5. LDAP Data Objects
  6. LDAP Mappings
  7. LDAP Lookup
  8. LDAP Run-Time Processing
  9. Appendix A: Data Type Reference

PowerExchange for LDAP User Guide

PowerExchange for LDAP User Guide

LDAP Architecture

LDAP Architecture

LDAP defines the communication protocol and content of the messages exchanged between an LDAP client and an LDAP directory server. The messages specify the operations requested by the client, the responses from the server, and the format of the data carried in the messages. An LDAP client can request operations such as search, add, modify, and delete. LDAP carries the messages over TCP/IP.
Use PowerExchange for LDAP to connect to the LDAP directory server, browse metadata, and import source and target definitions into the repository. Create a mapping to read from and write to the LDAP directory server.
LDAP uses the following process to interact between an LDAP client and an LDAP directory server:
  1. The client establishes a session or binding with the LDAP directory server.
    The client specifies the host name or IP address and the port number to which the LDAP directory server is listening.
  2. The client can either enter a user name and password for authentication with the server or establish an anonymous session with default access rights. The client can also use one-way or two-way secure communication.
  3. The client performs operations on the directory data. LDAP has both read and write capabilities. You can manage and query the directory information.
  4. LDAP also searches the directory for data to satisfy the specified criteria. Specify the part of the directory to search and the information to return. A search filter that uses Boolean conditions displays data, based on the condition.
  5. After completing the client requests, the client closes the session or unbinds with the server.

0 COMMENTS

We’d like to hear from you!