diff --git a/product_docs/docs/postgres_distributed_for_kubernetes/1/ldap.mdx b/product_docs/docs/postgres_distributed_for_kubernetes/1/ldap.mdx index bb7dda7aa74..3608f95c682 100644 --- a/product_docs/docs/postgres_distributed_for_kubernetes/1/ldap.mdx +++ b/product_docs/docs/postgres_distributed_for_kubernetes/1/ldap.mdx @@ -16,7 +16,7 @@ for the full context. With LDAP support, only the user authentication is sent to LDAP, so the user must already exist in the postgres database. This example shows an LDAP configuration using `simple bind` mode in PGDGroup. -Use `prefix + username + suffix` and password to bind the LDAP +The Postgres server uses `prefix + username + suffix` and password to bind the LDAP server to achieve the authentication. ```yaml