skip to main content
Using the driver : Using Connection Properties : Authentication Properties
  

Try DataDirect Drivers Now

Authentication Properties

The following table summarizes connection properties related to authentication.
Table 20. Authentication Properties
Property
Characteristic
Specifies the database on the MongoDB server where user principal names are stored for Kerberos authentication. The default is $external.
Determines which authentication method the driver uses when establishing a connection. The default is userIdPassword.
Specifies the name of the database to which you are connecting. This value is used as the default qualifier for unqualified table names in SQL queries.
Specifies the name of the entry in the JAAS login configuration file that contains the authentication technology used by the driver to establish a Kerberos connection. The LoginModule-specific items found in the entry are passed on to the LoginModule. The default is JDBC_DRIVER_01.
Specifies the password used to connect to your database for user ID/password authentication.
Specifies the three-part service principal name registered with the key distribution center (KDC) in a Kerberos configuration. When no value is specified, the driver builds a service principle name based on environment variables.
Specifies the user ID for user ID/password authentication or the user principal name for Kerberos authentication.