TDGSS NegotiationSupported Property | Teradata Vantage - NegotiationSupported - Advanced SQL Engine - Teradata Database

Security Administration

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
ied1556235912841.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1100
lifecycle
previous
Product Category
Teradata Vantageā„¢

The NegotiationSupported property is boolean. It signifies that a mechanism is actually a pseudo mechanism that negotiates between the client and the server to find an appropriate mechanism to use. All mechanisms that fit this description will have NegotiationSupported set to yes.

The SPNEGO mechanism is no longer considered a negotiating mechanism, because it can only be used for .NET clients that are connecting to Vantage servers using the Kerberos mechanism. Therefore SPNEGO will have the NegotiationSupported property set to no.

Default Property Value

TDGSS sets the value of this property to yes for TDNEGO and to no for all other mechanisms in the Vantage server, Unity server, and client configuration files.

Valid Settings

Setting Description
yes The mechanism is a pseudo mechanism that negotiates between the client and the server to find an appropriate mechanism to use; for example, the TDNEGO mechanism is set to yes.
no The mechanism is not a pseudo mechanism that negotiates between the client and the server.

Editing Guidelines

  • This property should never be edited.
  • Any mechanism that has the NegotiationSupported property set to yes must also have at least one NegotiatedMechanism ObjectId set for that mechanism, otherwise an error is reported by the tdgssconfig executable.