LDAP script configuration information

Use the Lightweight Directory Access Protocol (LDAP) script information to configure the LDAP script to interface with your LDAP server.

LDAP script inputs

Create
A single string that contains the name and password to set, separated by a comma. For example:
myName,myPassword
Read
None
Export
Name (for lookup)
Update
A single String containing the name to look up and the password to change, separated by a comma. For example:
myName,myPassword
Delete
Name (for lookup)

LDAP script outputs

Create
On the first line, return success if successfully added. Otherwise, failure.
Read
Return LDIF entries separated by:
  • A newline character
  • Three hyphens
  • Another newline character
For example:
<first entry here>
---
<second entry here>
If no data is found, don't return anything.
Export
Return a single LDIF entry. Otherwise, return nothing.
Update
On the first line, return success if successfully updated. Otherwise, failure.
Delete