Click or drag to resize

SolidFireElementEnableLdapAuthenticationAsync Method (EnableLdapAuthenticationRequest, CancellationToken)

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(
	EnableLdapAuthenticationRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiEnableLdapAuthenticationRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskEnableLdapAuthenticationResult

Implements

ISolidFireElementEnableLdapAuthenticationAsync(EnableLdapAuthenticationRequest, CancellationToken)
See Also