Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M #: document new :group_base ldap config #638

Merged
merged 1 commit into from
Jun 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/deployment/authentication_setup/ldap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Configuration file for auth module is located at ``/etc/one/auth/ldap_auth.conf`
# base hierarchy where to search for users and groups
:base: 'dc=domain'

# alternative base hierarchy where to search for groups instead of :base:
#:group_base: 'ou=groups,dc=domain'

# group the users need to belong to. If not set any user will do
#:group: 'cn=cloud,ou=groups,dc=domain'

Expand Down Expand Up @@ -144,6 +147,9 @@ The structure is a hash where any key different to ``:order`` will contain the c
+-----------------------+-------------------------------------------------+
| ``:base`` | Base leaf where to perform user searches |
+-----------------------+-------------------------------------------------+
| ``:group_base`` | Alternative base leaf where to perform group |
| | searches instead of in :base |
+-----------------------+-------------------------------------------------+
| ``:group`` | If set the users need to belong to this group |
+-----------------------+-------------------------------------------------+
| ``:user_field`` | Field in LDAP that holds the user name |
Expand Down