UserGroupConfiguration#

class UserGroupConfiguration(group_object_class=None, group_search_base=None, group_member_attribute=None, group_member_attribute_value=None, *args, **kwargs)[source]#

Bases: object

User group configuration for OpenLDAP directory service

Parameters:
  • group_object_class (required) – (group_object_class) Object class in the OpenLDAP system that corresponds to groups

  • group_search_base (required) – (group_search_base) Base DN for group search

  • group_member_attribute (required) – (group_member_attribute) Attribute in a group that associates users to the group

  • group_member_attribute_value (required) – (group_member_attribute_value) User attribute value that will be used in group entity to associate user to the group

property group_member_attribute#

Attribute in a group that associates users to the group

Type:

str

property group_member_attribute_value#

User attribute value that will be used in group entity to associate user to the group

Type:

str

property group_object_class#

Object class in the OpenLDAP system that corresponds to groups

Type:

str

property group_search_base#

Base DN for group search

Type:

str

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model