17.10 - Configuring Anonymous Binds - Advanced SQL Engine - Teradata Database

Teradata Vantageā„¢ - Advanced SQL Engine 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
zuy1472246340572

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>