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.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ā„¢

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
$