Interact with LDAP servers Carlos [email protected]
The following options are required to be configured for the pack to work correctly.
Option | Type | Required | Secret | Description |
---|---|---|---|---|
profiles |
array | A list of available ldap servers | ||
available_profiles |
array | True | False | The list of available profiles to be presented in the WebUI's dropdown list |
The pack provides the following actions:
Add a new entity to the directory tree
Parameter | Type | Required | Secret | Description |
---|---|---|---|---|
ldap_profile |
string | True | default | Used to select the profile configured in the LDAP pack's config.yaml file. |
distinguished_name |
string | True | default | The distinguished name to add to the directory. |
attributes |
object | True | default | The attributes to be added to the DN object. |
Delete a DN from the directory tree
Parameter | Type | Required | Secret | Description |
---|---|---|---|---|
ldap_profile |
string | True | default | Used to select the profile configured in the LDAP pack's config.yaml file. |
delete_dn |
string | True | default | The DN to be deleted. |
Modify an existing entity in the directory tree.
Parameter | Type | Required | Secret | Description |
---|---|---|---|---|
ldap_profile |
string | True | default | Used to select the profile configured in the LDAP pack's config.yaml file. |
modify_dn |
string | True | default | The DN to be modified. |
old |
object | True | default | The old attribute to be modified for the given 'modify_dn'. |
new |
object | True | default | The new attribute to be modified for the given 'modify_dn'. |
Search for entities in the directory tree.
Parameter | Type | Required | Secret | Description |
---|---|---|---|---|
ldap_profile |
string | True | default | Used to select the profile configured in the LDAP pack's config.yaml file. |
base_dn |
string | True | default | Search base in the directory tree to perform the search. |
scope |
string | False | default | Limit the scope of the search to 'object', 'one-level', or 'subtree'. |
search_filter |
string | False | default | LDAP filter to use in the query. |
attributes |
array | False | default | The attributes to be returned in the returned result set. |
There are no sensors available for this pack.
The following authentication methods are supported
- Simple Anonymous Bind
- Simple DN Bind
- No SASL authentication.
https://www.ldap.com/ldap-filters
https://icons8.com for the use of their
Documentation generated using pack2md