AuthMode EnumerationAerospike
Authentication mode when user/password is defined.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.8.1.0 (3.8.1)
Syntax

Members

  Member nameValueDescription
INTERNAL0 Use internal authentication only. Hashed password is stored on the server. Do not send clear password. This is the default.
EXTERNAL1 Use external authentication (like LDAP). Specific external authentication is configured on server. If TLS defined, send clear password on node login via TLS. Throw exception if TLS is not defined.
EXTERNAL_INSECURE2 Use external authentication (like LDAP). Specific external authentication is configured on server. Send clear password on node login whether or not TLS is defined. This mode should only be used for testing purposes because it is not secure authentication.
See Also