skip to main content
Part 4: The Connect XE Drivers : The Driver for the Teradata Database : Connection Option Descriptions : Security Mechanism
  
Security Mechanism
Attribute
SecurityMechanism (SECM)
Purpose
The authentication method to be used by the driver for connections to the database.
Valid Values
TD1 | TD2 | ldap | KRB5 | KRB5C | NTLM | NTLMC
Behavior
If set to TD1, the driver uses Teradata 1.
If set to TD2, the driver uses Teradata 2.
If set to ldap, the driver uses LDAP.
If set to KRB5, the driver uses Kerberos on Windows clients working with Windows servers if the server is V2R6.0.
If set to KRB5C, the driver uses Kerberos Compatibility on Windows clients working with Windows servers if the server is pre-V2R6.0.
If set to NTLM, the driver uses NTLM on Windows clients working with Windows servers if the server is V2R6.0.
If set to NTLMC, the driver uses NTLM Compatibility on Windows clients working with Windows servers if the server is pre-V2R6.0.
Note: Kerberos and NTLM are enabled through the Teradata client. See your Teradata documentation for requirements.
The following options may appear, based on the selected method:
*No mechanism selected
User name: A user name for the default Teradata database. If TeraSSO allows fully qualified user names, the user name may contain a domain or realm, for example, {judy@linedata}. Values containing a character like @ must be enclosed in braces.
*KRB5 and KRB5C
Authentication UserID: The Kerberos user ID.
Realm: The Kerberos domain. (The equivalent connection string attribute is AuthenticationDomain.)
*LDAP
Authentication UserID: The LDAP user ID.
Realm: The LDAP domain. (The equivalent connection string attribute is AuthenticationDomain.)
TD User name: The Teradata user name.
Profile: The Teradata Profile. (The equivalent connection string attribute is TDProfile.)
Default Role: The Teradata Role. (The equivalent connection string attribute is TDRole.)
*NTLM and NTLMC
Authentication UserID: The NTLM user ID.
Realm: The NTLM domain. (The equivalent connection string attribute is AuthenticationDomain.)
*TD1 and TD2
Authentication UserID: The TD1 or TD2 user ID.
Other parameters for the authentication mechanism can be entered in the Security Parameter field.
Default
None
GUI Tab
General tab