Skip to content

Commit

Permalink
Fixes ldap examples (#1106)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Smith <stevsmit@stevsmit-thinkpadt14gen4.remote.csb>
  • Loading branch information
stevsmit and Steven Smith authored Sep 18, 2024
1 parent 13b757d commit 9d502f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions modules/config-fields-ldap.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,10 @@ LDAP_USER_FILTER: (memberof=cn=developers,ou=Users,dc=<domain_name>,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=<example_organization_unit_one>
- ou=<example_organization_unit_two>
- ou=<example_organization_unit_three>
- ou=<example_organization_unit_four>
----
<1> Required. Must be set to `LDAP`.
<2> Required. The admin DN for LDAP authentication.
Expand Down
6 changes: 4 additions & 2 deletions modules/proc_manage-ldap-setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,10 @@ LDAP_USER_FILTER: (memberof=cn=developers,ou=Users,dc=<domain_name>,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=<example_organization_unit_one>
- ou=<example_organization_unit_two>
- ou=<example_organization_unit_three>
- ou=<example_organization_unit_four>
# ...
----
<1> Required. Must be set to `LDAP`.
Expand Down

0 comments on commit 9d502f4

Please sign in to comment.