From 0566761193691a8373fde521c0a61ceabdbf6e24 Mon Sep 17 00:00:00 2001 From: mbshields Date: Thu, 16 Nov 2023 13:18:50 -0800 Subject: [PATCH] docs: LDAP - comments Signed-off-by: mbshields --- docs/articles/authn-authz.md | 2 +- docs/general/whats-new.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/articles/authn-authz.md b/docs/articles/authn-authz.md index 129bd5c..3cc5f91 100644 --- a/docs/articles/authn-authz.md +++ b/docs/articles/authn-authz.md @@ -147,7 +147,7 @@ The following table lists the configurable attributes for LDAP authentication. | `subtreeSearch` | Set to `true` to expand the scope for search to include subtrees of the base DN. | -A local file contains the bind credentials for the LDAP server, as shown in the following example. +To allow for separation of configuration and credentials, the credentials for the LDAP server are specified in a separate file, as shown in the following example. ``` json { diff --git a/docs/general/whats-new.md b/docs/general/whats-new.md index 3e75ef6..133bf83 100644 --- a/docs/general/whats-new.md +++ b/docs/general/whats-new.md @@ -30,7 +30,7 @@ - The validity of an image's signature can be [verified](../articles/verifying-signatures.md) by zot. Users can upload public keys or certificates to zot. -### LDAP credentials stored apart from configuration +### LDAP credentials stored separately from configuration - The LDAP credentials are removed from zot's LDAP configuration and stored in a separate file. See zot's [LDAP documentation](../articles/authn-authz.md).