Sample of an Identity Map for NT-Styled Logons - Analytics Database - Teradata Vantage

Security Administration

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-04-05
dita:mapPath
hjo1628096075471.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
zuy1472246340572
lifecycle
latest
Product Category
Teradata Vantage™

You can use the following identity map for usernames expressed in Windows NT logon format, for example: td\ab111222.

<Mechanism Name="ldap">
    <MechanismProperties
        ...
        />
    <IdentityMap
      Match="[Tt][Dd]\\(.+)"
      Pattern="cn=${1},ou=users,dc=td,dc=teradata,dc=com"/>
</Mechanism>

This identity map extracts no domain information from the username, but instead uses information in the Pattern attribute to construct the DN.