Skip to content

Commit

Permalink
Update product_docs/docs/postgres_distributed_for_kubernetes/1/ldap.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ebgitelman committed Nov 8, 2024
1 parent c816b65 commit 423db43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
```
This example shows configuring LDAP using `search+bind` mode in PGDGroup.
In this mode, the postgres database is first bound to the LDAP using `bindDN` with its password stored
In this mode, the Postgres instance is first bound to the LDAP using `bindDN` with its password stored
in the secret `bindPassword`. Then Postgres tries to perform a search under `baseDN` to find a
username that matches the item specified by `searchAttribute`. If a match is found, Postgres finally
verifies the entry and the password against the LDAP server.
Expand Down

0 comments on commit 423db43

Please sign in to comment.