View | Details | Raw Unified | Return to bug 41899
Collapse All | Expand All

(-)a/management/univention-directory-manager-modules/modules/univention/admin/handlers/__init__.py (-1 / +1 lines)
 Lines 767-774   def _modify(self, modify_childs=1, ignore_license=0): Link Here 
767
		self._call_checkLdap_on_all_property_syntaxes()
767
		self._call_checkLdap_on_all_property_syntaxes()
768
768
769
		ml = self._ldap_modlist()
769
		ml = self._ldap_modlist()
770
		ml = self._ldap_object_classes(ml)
771
		ml = self.call_udm_property_hook('hook_ldap_modlist', self, ml)
770
		ml = self.call_udm_property_hook('hook_ldap_modlist', self, ml)
771
		ml = self._ldap_object_classes(ml)
772
772
773
		#FIXME: timeout without exception if objectClass of Object is not exsistant !!
773
		#FIXME: timeout without exception if objectClass of Object is not exsistant !!
774
		univention.debug.debug(univention.debug.ADMIN, 99, 'Modify dn=%r;\nmodlist=%r;\noldattr=%r;' % (self.dn, ml, self.oldattr))
774
		univention.debug.debug(univention.debug.ADMIN, 99, 'Modify dn=%r;\nmodlist=%r;\noldattr=%r;' % (self.dn, ml, self.oldattr))

Return to bug 41899