Configuring Anonymous Binds - Advanced SQL Engine - Teradata Database

Security Administration

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2022-02-15
dita:mapPath
ppz1593203596223.ditamap
dita:ditavalPath
wrg1590696035526.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>