Test the LDAP configuration
After configuring LDAP, you can test to make sure it is working by issuing a command.
- 
Log in to the Linux shell using SSH. 
- 
Issue the LDAP testing command, supplying the information for the LDAP server you configured, as in this example: $ ldapsearch -x -h 192.168.2.61 -p 389 -D "[email protected]" -W -b "dc=ldap,dc=thoughtspot,dc=com" cn
- 
Supply the LDAP password when prompted. 
- 
If the connection works, you can see a confirmation message. 
Was this page helpful?Give us feedback!