ldap_compare
Compare an attribute and value against an LDAP entry to check for a match, returning true if they are equal.
Instructions
Compare an attribute/value pair against an LDAP entry. Returns true if they match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dn | Yes | DN of the entry to compare against | |
| value | Yes | ||
| attribute | Yes | ||
| connectionId | No | Id of the ldap connection to use, from databases.config.yml. Optional when only one ldap connection is configured. |