Click or drag to resize

GetLdapConfigurationResultLdapConfiguration Property

List of the current LDAP configuration settings. This API call will not return the plain text of the search account password. Note: If LDAP authentication is currently disabled, all the returned settings will be empty with the exception of "authType", and "groupSearchType" which are set to "SearchAndBind" and "ActiveDirectory" respectively.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public LdapConfiguration LdapConfiguration { get; set; }

Property Value

Type: LdapConfiguration
See Also