Storing Logon Information in Teradata Wallet | Teradata Vantage - Storing Logon Information by System Tdpid - 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ā„¢

Users who need to log on to multiple databases, Unity servers, or host groups using a different password for each can store and retrieve the passwords by tdpid. For convenience, you can also store the username for each Tdpid.

In subsequent logons, the user enters the Tdpid and the required substitution syntax to call the username and password for that tdpid. For example:

  1. Log on to a Teradata Vantage client system and obtain a command prompt.
  2. Run the tdwallet tool on the client to store usernames and passwords for the TDSys1 and TDSys2 systems. The following example is for a Windows client:
    1. Enter the command to add the username and password for the first system, TDSys1:
      C:\Documents and Settings\joe>tdwallet add username_for_TDSys1 add password_for_TDSys1
      If a password or passphrase is not already established for accessing the user wallet, the Teradata Wallet software first prompts for the required access password or passphrase. At the prompt, enter the wallet access password or passphrase.
      NOTICE: No password has been established for this wallet.
      Enter desired wallet password:  password   (not displayed) 
      Reenter desired wallet password:  password   (not displayed) 
      Wallet password established. Remember your password.
    2. The system prompts for the values of username_for_TDSys1 and password_for_TDSys1. At the prompts, enter the username and password for the TDSys1 system, for example:
      Enter desired value for the item named "username_for_TDSys1":
    3. Add the username and password for the second system, TDSys2:
      C:\Documents and Settings\joe>tdwallet add username_for_TDSys2 add password_for_TDSys2
    4. At the prompts, enter the username and password for the TDSys2 system.
    5. Add the string that links stored usernames and passwords for the two systems to the authentication mechanism used to access the systems, for example:
      C:\Documents and Settings\joe>tdwallet add com.teradata.TD2
      Each set of usernames and passwords can be associated with only one authentication mechanism.
    6. At the prompt, enter the substitution string syntax to link the tdpid specified in a logon string, for example TDSys1, to the password stored for that tdpid:
      $tdwallet(password_for_$(tdpid))