Skip to content

Commit 5ab02a3

Browse files
committed
docs: update conf references
1 parent a0d1654 commit 5ab02a3

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

docs/modules/conf/examples/gateway.ini

+10
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,16 @@ group_object_classes=
191191
posixGroup
192192
groupOfNames
193193

194+
# Lookup user DN in the scope of user base subtree. If disable, LDAP
195+
# directory is not requested to search for the user in the subtree before
196+
# authentication, and the user DN are considered to be in the form of
197+
# `<user_name_attribute>=$login,<user_base>` (ex:
198+
# `uid=$login,ou=people,dc=example,dc=org`). This notably implies all
199+
# users entries to be at the first level under the user base in the tree.
200+
#
201+
# Default value: yes
202+
lookup_user_dn=yes
203+
194204
# DN used to bind to the LDAP server. When this parameter is not defined,
195205
# access to LDAP directory is performed anonymously.
196206
bind_dn=cn=system,ou=people,dc=example,dc=org

docs/modules/conf/partials/conf-gateway.adoc

+17
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,23 @@ _No default value_
447447
* `groupOfNames`
448448
449449
450+
|-
451+
452+
|lookup_user_dn
453+
|bool
454+
|Lookup user DN in the scope of user base subtree. If disable, LDAP
455+
directory is not requested to search for the user in the subtree before
456+
authentication, and the user DN are considered to be in the form of
457+
`<user_name_attribute>=$login,<user_base>` (ex:
458+
`uid=$login,ou=people,dc=example,dc=org`). This notably implies all
459+
users entries to be at the first level under the user base in the tree.
460+
461+
462+
463+
464+
465+
*Default:* `True`
466+
450467
|-
451468
452469
|bind_dn

0 commit comments

Comments
 (0)