Click or drag to resize

SolidFireElementEnableLdapAuthenticationAsync Method (CancellationToken, 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 Task<EnableLdapAuthenticationResult> EnableLdapAuthenticationAsync(
	CancellationToken cancellationToken,
	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

cancellationToken
Type: System.ThreadingCancellationToken
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: TaskEnableLdapAuthenticationResult

Implements

ISolidFireElementEnableLdapAuthenticationAsync(CancellationToken, String, String, String, String, String, String, String, String, String, String)
See Also