Adding Identity Map and Identity Search Elements to the LdapConfig - 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 must add at least one 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.example.com"
                Base="dc=td,dc=example,dc=com"
                Filter="(uid=${1})"
                DatabaseName="div1_${1}"
                BindName="dn:${result}"/>
            <IdentitySearch
                ...
    />
    </Canonicalizations>