Skip to content

Commit

Permalink
M #: document new :group_base ldap config (#638)
Browse files Browse the repository at this point in the history
implemented in OpenNebula/one#3379

Signed-off-by: Steven Armstrong <steven.armstrong@id.ethz.ch>
  • Loading branch information
Steven Armstrong authored and Tino Vázquez committed Jun 3, 2019
1 parent 089a174 commit 33d8a0d
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit 33d8a0d

Please sign in to comment.