Skip to content

Commit

Permalink
docs: update conf references
Browse files Browse the repository at this point in the history
  • Loading branch information
rezib committed Feb 4, 2025
1 parent 969a4a7 commit 7088ffd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/modules/conf/examples/gateway.ini
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,16 @@ group_object_classes=
posixGroup
groupOfNames

# Lookup user DN in the scope of user base subtree. If disable, LDAP
# directory is not requested to search for the user in the subtree before
# authentication, and the user DN are considered to be in the form of
# `{user_name_attribute}=<login>,{user_base}` (ex:
# `uid=<login>,ou=people,dc=example,dc=org`). This notably implies all
# users entries to be at the first level under the user base in the tree.
#
# Default value: yes
lookup_user_dn=yes

# DN used to bind to the LDAP server. When this parameter is not defined,
# access to LDAP directory is performed anonymously.
bind_dn=cn=system,ou=people,dc=example,dc=org
Expand Down
17 changes: 17 additions & 0 deletions docs/modules/conf/partials/conf-gateway.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,23 @@ _No default value_
* `groupOfNames`
|-
|lookup_user_dn
|bool
|Lookup user DN in the scope of user base subtree. If disable, LDAP
directory is not requested to search for the user in the subtree before
authentication, and the user DN are considered to be in the form of
`{user_name_attribute}=<login>,{user_base}` (ex:
`uid=<login>,ou=people,dc=example,dc=org`). This notably implies all
users entries to be at the first level under the user base in the tree.
*Default:* `True`
|-
|bind_dn
Expand Down

0 comments on commit 7088ffd

Please sign in to comment.