Authentication

This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.


Property Description
AuthScheme The scheme used for authentication. Accepted entries are Basic, DSE, Kerberos, and LDAP.
Server The host name or IP address of the server hosting the Cassandra database.
Port The port for the Cassandra database.
LDAPServer The host name or IP address of the LDAP server.
User The Cassandra user account used to authenticate.
Password The password used to authenticate the user.
LDAPPort The port for the LDAP server.
Database The name of the Cassandra keyspace.
DefaultLDAPUser The default LDAP user used to connect to and communicate with the server, it must be set if the LDAP server do not allow anonymous bind.
LDAPPassword The password of the default LDAP user. It must be set if the LDAP server do not allow anonymous bind.
SearchBase The search base for your LDAPServer, used to look up users.
SearchFilter The search filter for looking up usernames in LDAP. The default setting is (uid=), When using Active Directory set the filter to (sAMAccountName=).
UseSSL This field sets whether SSL is enabled.