Kerberos Authentication | Teradata Studio/Studio Express - Configuring Studio or Studio Express with Windows Defender Disabled - Teradata Studio

Teradata® Studio™ User Guide - 17.20

Product
Teradata Studio
Release Number
17.20
Published
September 2022
Language
English (United States)
Last Update
2022-09-23
dita:mapPath
gvw1648839236371.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2041
Product Category
Teradata Tools and Utilities

For configuring Teradata Studio/Studio Express with Kerberos authentication when Windows defender is disabled:

  1. Specify the location of the TeraJDBC.config security configuration file in the java.security.auth.login.configure property variable.
    The format of the TeraJDBC.config file is specified in the Teradata JDBC Driver Reference, available at https://teradata-docs.s3.amazonaws.com/doc/connectivity/jdbc/reference/current/frameset.html.
  2. Add the following entry to TeradataStudio.ini or TeradataStudioExpress.ini files.
    -Djava.security.auth.login.config=c:/TeraJDBC.config
    Consider that, the TeraJDBC configuration file is located at c:/TeraJDBC.config, and the .ini file (TeradataStudioExpress.ini, TeradataStudio.ini, or eclipse.ini) is located in the same directory as the executable.
  3. Run kinit to initialize your Kerberos credential before launching the product.