Feature #3259

objectClass:posixGroup support

Added by Javi Fontan over 6 years ago. Updated over 6 years ago.

Status:ClosedStart date:10/23/2014
Priority:NormalDue date:
Assignee:Javi Fontan% Done:

0%

Category:Drivers - Auth
Target version:Release 4.10
Resolution:worksforme Pull request:https://github.com/OpenNebula/one/pull/37

Description

From pull request https://github.com/OpenNebula/one/pull/37:

This patch allows OpenNebula to check if user is a member of group also in case if the group has posixGroup object Class.

History

#1 Updated by Javi Fontan over 6 years ago

  • Status changed from Pending to Closed
  • Resolution set to worksforme

The same functionality can be done changing the configuration file:

# field that holds the user name, if not set 'cn' will be used
:user_field: 'uid'

# field name for group membership, by default it is 'member'
:group_field: 'memberuid'

# user field that that is in in the group group_field, if not set 'dn' will be used
:user_group_field: 'uid'

Also available in: Atom PDF