You can specify the Opcode acronym for the operation to work. For example, if you specify
AT for the
INSERT operation, the adapter will use only the first character of the acronym. The same concept is applicable to all
Opcodes. For
Opcodes that have a two-letter acronym, the adapter will use the first two characters and ignore all subsequent characters. However, if the first letter of an acronym is not valid, the adapter will display an error.
The INSERT operation uses the
LDAP_ADD or
A operation codes and will add an entry to the LDAP server.
For an INSERT operation using the LDAP_ADD operation code, the inbound message will be in the following format:
The DELETE operation uses the
LDAP_DELETE or
D operation codes, and will delete an entry from the LDAP server.
For a DELETE operation using the
LDAP_DELETE Opcode, the inbound message will be in the following format:
The UPDATE operation uses the
LDAP_MODIFY or
M operation codes, and will modify the entry on the LDAP server by overwriting the existing attribute values in the entry.
The UPDATE operation can be specified as:
For the UPDATE operation using the LDAP_MODIFY
Opcode, the inbound message will be in the following format:
The MODIFY DN operation replaces the RDN (Relative Distinguished Name) of an entry specified in the DN field with the RDN specified in the
NewDN field. This operation uses the
LDAP_MODIFYKEY or
MK operation codes.
For example, for the MODIFY DN operation using the LDAP_MODIFYKEY
Opcode, the inbound message appears in the following format:
The UPSERT operation is an
INSERT or an
UPDATE operation. If the entry does not exist, it will be added. If the entry exists, it will be modified. This operation uses the
LDAP_UPSERT or
U operation codes.
For the UPSERT operation using the LDAP_UPSERT
Opcode, the inbound message will be in the following format:
For the LOOKUP operation using the
LDAP_LOOKUP operation code, the inbound message will be in the following format:
LDAP_SEARCH_BASE helps you to search for an entry using a search condition,
LDAP_SEARCH_ONELEVEL helps you to search one level below the base using a search condition, not including the base, and
LDAP_SEARCH_SUBTREE lets you search the entire subtree
.
For the SEARCH operation, the inbound message will be in the following format:
In the second search condition, only the details specified as the Attributes (
telephoneNumber and
MobileNumber) are returned along with the DN.
For the AUTHENTICATE operation using the
LDAP_VALIDATE_USR operation code, the inbound message will be in the following format: