Sample of an Identity Map for NT-Styled Logons - 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™

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.