-
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"
-
On the server:
- Update TDGSSCONFIG GDO from the Teradata command prompt: run_tdgssconfig.
- Activate the changes to the TDGSS configuration: tpareset -f "use updated TDGSSCONFIG GDO"
-
On the client:
- Update tdgssconfig.jar with the modified TdgssUserConfigFile.xml.
- 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'
- Remove the username and password attributes from the modelmanager.xml file.