Skip to content

Commit

Permalink
Improve the ldapsearch call (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
allipatev authored Mar 4, 2024
1 parent 43b2350 commit 7b871ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Database-Features/manual-ldap-connection-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ There might be a configuration problem with your LDAP server, the distinguished

## Solution

Try to connect/bind to your LDAP server with the ldapsearch command line tool. If you cannot connect with ldapsearch, the database won't be able to connect the LDAP user.
Try to connect/bind to your LDAP server with the `ldapsearch` command line tool. If you cannot connect with `ldapsearch`, the database won't be able to connect the LDAP user.
Here is a simple example:


```
ldapsearch -v -x -D "uid=Ben,ou=People,dc=myserv,dc=com" -w my_password -H ldap://my_ldap_server.com
```shell
LDAPTLS_REQCERT=never ldapsearch -v -x -D "uid=Ben,ou=People,dc=myserv,dc=com" -w my_password -H ldap://my_ldap_server.com
```

*We appreciate your input! Share your knowledge by contributing to the Knowledge Base directly in [GitHub](https://github.com/exasol/public-knowledgebase).*
*We appreciate your input! Share your knowledge by contributing to the Knowledge Base directly in [GitHub](https://github.com/exasol/public-knowledgebase).*

0 comments on commit 7b871ac

Please sign in to comment.