Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
Property | Description |
AuthenticationString | AuthenticationString enables support for mechanisms that require additional authentication information. |
DataSource | The Teradata server name or, equivalently, the DBC Name or TDPID. |
AuthScheme | Specifies the Logon Mechanism, which determines the connection's authentication and encryption capabilities. |
User | Specifies the user ID of the authenticating Teradata user account. |
Password | Specifies the password of the authenticating user account. |
Database | The database selected as the default database when a Teradata connection is opened. |
Port | Connects to the Teradata Database on the TCP/IP port specified. The default Teradata Database port is 1025. |
Account | Specifies an account string to override the default account string defined for the Teradata Database user. |
AccountString | Identifies an individual user account and is associated with a specific User Id. |
IntegatedSecurity | Set this to true to use Single Sign On. |