Adding Identity Map and Identity Search Elements to the LdapConfig - 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 must add at least 1 Identity Map or Identity Search element to the <Canonicalizations> subsection of the <LdapConfig> to assist LDAP in finding users. The system considers the canonicalizations in the order they appear in the configuration file.

  1. Create the needed <Identity Map> and <Identity Search> elements. See the topics beginning with Working with Directory User Identification Options.
  2. Add the <Identity Map> and <Identity Search> elements to <Canonicalizations> section, for example:
    <Canonicalizations>
            <IdentitySearch
                Ref="svc.div1root"
                Pattern="(.+)@td.teradata.com"
                Base="dc=td,dc=teradata,dc=com"
                Filter="(uid=${1})"
                DatabaseName="div1_${1}"
                BindName="dn:${result}"/>
            <IdentitySearch
                ...
    />
    </Canonicalizations>