univention.ldap_cache package
Contents
univention.ldap_cache package¶
Subpackages¶
Submodules¶
univention.ldap_cache.frontend module¶
univention.ldap_cache.listener_module module¶
- class univention.ldap_cache.listener_module.LdapCacheHandler(*args, **kwargs)[source]¶
Bases:
univention.listener.handler.ListenerModuleHandler
When subclassing, in
__init__()
first call must be:super(.., self).__init__(*args, **kwargs)
self.config will be set by the metaclass.
- modify(dn, old, new, old_dn)[source]¶
Called when an existing object was modified or moved.
A move can be be detected by looking at old_dn. Attributes can be modified during a move.