From 9d502f4454329cd11ca073fd64a7095780e54f0f Mon Sep 17 00:00:00 2001 From: Steven Smith <77019920+stevsmit@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:29:49 -0400 Subject: [PATCH] Fixes ldap examples (#1106) Co-authored-by: Steven Smith --- modules/config-fields-ldap.adoc | 6 ++++-- modules/proc_manage-ldap-setup.adoc | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/modules/config-fields-ldap.adoc b/modules/config-fields-ldap.adoc index 7632fdfc..5523b1a6 100644 --- a/modules/config-fields-ldap.adoc +++ b/modules/config-fields-ldap.adoc @@ -88,8 +88,10 @@ LDAP_USER_FILTER: (memberof=cn=developers,ou=Users,dc=,dc=com) <9> LDAP_USER_RDN: <10> - ou=people LDAP_SECONDARY_USER_RDNS: <11> - - ou=lab,ou=accounts,dc=example,dc=com - - ou=users,dc=example,dc=com + - ou= + - ou= + - ou= + - ou= ---- <1> Required. Must be set to `LDAP`. <2> Required. The admin DN for LDAP authentication. diff --git a/modules/proc_manage-ldap-setup.adoc b/modules/proc_manage-ldap-setup.adoc index 7bc96867..463838f6 100644 --- a/modules/proc_manage-ldap-setup.adoc +++ b/modules/proc_manage-ldap-setup.adoc @@ -123,8 +123,10 @@ LDAP_USER_FILTER: (memberof=cn=developers,ou=Users,dc=,dc=com) <9> LDAP_USER_RDN: <10> - ou=people LDAP_SECONDARY_USER_RDNS: <11> - - ou=lab,ou=accounts,dc=example,dc=com - - ou=users,dc=example,dc=com + - ou= + - ou= + - ou= + - ou= # ... ---- <1> Required. Must be set to `LDAP`.