Enabling LDAP in the Teradata Database - Teradata Warehouse Miner

Teradata Warehouse Miner Model Manager User Guide

Product
Teradata Warehouse Miner
Release Number
5.4.4
Published
July 2017
Language
English (United States)
Last Update
2018-05-03
dita:mapPath
opt1484331824882.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2303
Product Category
Software
  1. Modify the TdgssUserConfigFile.xml file on both the server and client: LdapServerName="k1" (LDAP server name like localhost)

    LdapServerPort="389"

    LdapServerRealm="k1dns"

    LdapSystemFQDN="cn=end2end,cn=tdat,ou=testing,dc=k1dns,dc=ncr,dc= com"LdapBaseFQDN="dc=k1dns,dc=ncr,dc=com"

  2. On the server:
    1. Update TDGSSCONFIG GDO from the Teradata command prompt: run_tdgssconfig.
    2. Activate the changes to the TDGSS configuration: tpareset -f "use updated TDGSSCONFIG GDO"
  3. On the client:
    1. Update tdgssconfig.jar with the modified TdgssUserConfigFile.xml.
    2. Modify the URL connection in the modelmanager.xml file: jdbc:teradata://TD Server or IP Address/DATABASE=MM_META_ DATABASE,TMODE=TERA, LOGMECH=LDAP,LOGDATA='authcid=dn:cn=TWM01,dc=tera,dc=data password=TWM01'
    3. Remove the username and password attributes from the modelmanager.xml file.