Configuring Anonymous Binds - 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ā„¢

Sites that allow anonymous binds and anonymous reads of the directory can use the following example to enable directory authorization without a service ID for LDAP (shown below), KRB5 and SPNEGO.

When the service bind is automatic, as shown in Using Service Binds, and the bind is anonymous because the LdapServiceFQDN and LdapServicePassword are not configured, you do not need to configure the LdapServiceBindRequired property.
<Mechanism Name="ldap">
  <MechanismProperties
     ...
     LdapServiceBindRequired="yes"
     LdapServiceFQDN=""
     LdapServicePassword=""
     ...
        />
</Mechanism>