Authentication mode when user/password is defined.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.0 (3.9.16)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
INTERNAL | 0 | Use internal authentication only. Hashed password is stored on the server. Do not send clear password. This is the default. | |
EXTERNAL | 1 | 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_INSECURE | 2 | 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