The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
GetLdapConfiguration
Contributors
-
PDF of this doc site
-
Manage storage with Element software
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
You can use the GetLdapConfiguration
method to get the currently active LDAP configuration on the cluster.
Parameters
This method has no input parameters.
Return value
This method has the following return value.
Name | Description | Type |
---|---|---|
ldapConfiguration |
List of the current LDAP configuration settings. This API call does not return the plain text of the search account password. Note: If LDAP authentication is currently disabled, all the returned settings are empty with the exception of "authType", and "groupSearchType" which are set to "SearchAndBind" and "ActiveDirectory" respectively. |
Request example
Requests for this method are similar to the following example:
{ "method": "GetLdapConfiguration", "params": {}, "id": 1 }
Response example
This method returns a response similar to the following example:
{ "id": 1, "result": { "ldapConfiguration": { "authType": "SearchAndBind", "enabled": true, "groupSearchBaseDN": "dc=prodtest,dc=solidfire,dc=net", "groupSearchCustomFilter": "", "groupSearchType": "ActiveDirectory", "searchBindDN": "SFReadOnly@prodtest.solidfire.net", "serverURIs": [ "ldaps://111.22.333.444", "ldap://555.66.777.888" ], "userDNTemplate": "", "userSearchBaseDN": "dc=prodtest,dc=solidfire,dc=net", "userSearchFilter": "(&(objectClass=person)(sAMAccountName=%USERNAME%))" } } }
New since version
9.6