ldap_ping
Check LDAP connectivity by binding with provided credentials and running a search filter against the specified host and port, verifying authentication and SSL settings.
Instructions
Test LDAP connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ssl | Yes | Use SSL | |
| base | Yes | LDAP base DN | |
| port | Yes | LDAP port | |
| user | Yes | LDAP bind user | |
| filter | Yes | LDAP search filter | |
| hostName | Yes | LDAP host name | |
| password | Yes | LDAP bind password | |
| certificate | No | SSL certificate |