Skip to content

A pack to allow stackstorm to interact with an LDAP server

License

Notifications You must be signed in to change notification settings

nzlosh/stackstorm_ldap

Repository files navigation

ldap integration pack v0.1.0

Interact with LDAP servers Carlos nzlosh@yahoo.com

Configuration

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

Actions

The pack provides the following actions:

add

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

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

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

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.

Sensors

There are no sensors available for this pack.

Authentication

The following authentication methods are supported

  • Simple Anonymous Bind
  • Simple DN Bind

Limitations

  • No SASL authentication.

References

https://www.ldap.com/ldap-filters

Thanks to

https://icons8.com for the use of their icon

Documentation generated using pack2md

About

A pack to allow stackstorm to interact with an LDAP server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages