Click or drag to resize

SolidFireElementEnableLdapAuthentication Method (String, String, String, String, String, String, String, String, String, String)

The EnableLdapAuthentication method enables you to configure an LDAP directory connection to use for LDAP authentication to a cluster. Users that are members of the LDAP directory can then log in to the storage system using their LDAP credentials.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public EnableLdapAuthenticationResult EnableLdapAuthentication(
	string[] ServerURIs,
	string AuthType = null,
	string GroupSearchBaseDN = null,
	string GroupSearchCustomFilter = null,
	string GroupSearchType = null,
	string SearchBindDN = null,
	string SearchBindPassword = null,
	string UserDNTemplate = null,
	string UserSearchBaseDN = null,
	string UserSearchFilter = null
)

Parameters

ServerURIs
Type: SystemString
AuthType (Optional)
Type: SystemString
GroupSearchBaseDN (Optional)
Type: SystemString
GroupSearchCustomFilter (Optional)
Type: SystemString
GroupSearchType (Optional)
Type: SystemString
SearchBindDN (Optional)
Type: SystemString
SearchBindPassword (Optional)
Type: SystemString
UserDNTemplate (Optional)
Type: SystemString
UserSearchBaseDN (Optional)
Type: SystemString
UserSearchFilter (Optional)
Type: SystemString

Return Value

Type: EnableLdapAuthenticationResult

Implements

ISolidFireElementEnableLdapAuthentication(String, String, String, String, String, String, String, String, String, String)
See Also