Retrieve LDAP Vendor Configuration

The get_ldap_vendor_configuration script retrieves the configuration for all available LDAPs or for the specified LDAP.

Syntax


/opt/tufin/securitysuite/scripts/get_ldap_vendor_configuration.sh [--vendor '<vendor_name>']

Supported arguments

--vendor '<vendor_name>'

(Optional) Returns the configuration details for the specified vendor

Sample code

Returns the configuration for all LDAP vendors:

/opt/tufin/securitysuite/scripts/get_ldap_vendor_configuration.sh

Returns the configuration for Active Directory:

/opt/tufin/securitysuite/scripts/get_ldap_vendor_configuration.sh --vendor 'Active Directory'