Example: Using ldapsearch to Authenticate a Sun Java Directory Server User - 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ā„¢

This example authenticates the user against the Sun Java System Directory Server. You may find it beneficial to consult your directory administrator for the proper syntax for user names accepted by the directory.

In this test example, the user ID diperm01@testing is a valid user dn.

$ ldapsearch -H ldap://elsegundoca -b "" -s base -x -D diperm01@testing -W -Z namingContexts
Enter LDAP password:
dn:
namingContexts: dc=elsegundoca,dc=teradata,dc=com
namingContexts: o=NetscapeRoot
$