Skip to content

Commit 9d502f4

Browse files
stevsmitSteven Smith
andauthored
Fixes ldap examples (quay#1106)
Co-authored-by: Steven Smith <[email protected]>
1 parent 13b757d commit 9d502f4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

modules/config-fields-ldap.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ LDAP_USER_FILTER: (memberof=cn=developers,ou=Users,dc=<domain_name>,dc=com) <9>
8888
LDAP_USER_RDN: <10>
8989
- ou=people
9090
LDAP_SECONDARY_USER_RDNS: <11>
91-
- ou=lab,ou=accounts,dc=example,dc=com
92-
- ou=users,dc=example,dc=com
91+
- ou=<example_organization_unit_one>
92+
- ou=<example_organization_unit_two>
93+
- ou=<example_organization_unit_three>
94+
- ou=<example_organization_unit_four>
9395
----
9496
<1> Required. Must be set to `LDAP`.
9597
<2> Required. The admin DN for LDAP authentication.

modules/proc_manage-ldap-setup.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,10 @@ LDAP_USER_FILTER: (memberof=cn=developers,ou=Users,dc=<domain_name>,dc=com) <9>
123123
LDAP_USER_RDN: <10>
124124
- ou=people
125125
LDAP_SECONDARY_USER_RDNS: <11>
126-
- ou=lab,ou=accounts,dc=example,dc=com
127-
- ou=users,dc=example,dc=com
126+
- ou=<example_organization_unit_one>
127+
- ou=<example_organization_unit_two>
128+
- ou=<example_organization_unit_three>
129+
- ou=<example_organization_unit_four>
128130
# ...
129131
----
130132
<1> Required. Must be set to `LDAP`.

0 commit comments

Comments
 (0)