univention.admin.handlers.groups package
Contents
univention.admin.handlers.groups package¶
Submodules¶
univention.admin.handlers.groups.group module¶
UDM module for groups
- class univention.admin.handlers.groups.group.object(co, lo, position, dn='', superordinate=None, attributes=None)[source]¶
Bases:
univention.admin.handlers.simpleLdap
- module = 'groups/group'¶
- open()[source]¶
Opens this object.
During the initialization of this object the current set LDAP attributes are mapped into
info
. This method makes it possible to e.g. resolve external references to other objects which are not represented in the raw LDAP attributes of this object, for example the group memberships of a user.By default only the open hook for extended attributes is called. This method can be subclassed.
Warning
If this method changes anything in self.info it must call
save()
afterwards.Warning
If your are going to do any modifications (such as creating, modifying, moving, removing this object) this method must be called directly after the constructor and before modifying any property.
- fast_member_remove(memberdnlist, uidlist, ignore_license=False, _retry_on_attribute_error=True)[source]¶