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

(-)a/services/univention-s4-connector/modules/univention/s4connector/__init__.py (-1 / +1 lines)
 Lines 833-839   class ucs: Link Here 
833
						ud.debug(ud.LDAP, ud.PROCESS, "__sync_file_from_ucs: Object with entryUUID %s has been removed before. Don't re-create." % entryUUID)
833
						ud.debug(ud.LDAP, ud.PROCESS, "__sync_file_from_ucs: Object with entryUUID %s has been removed before. Don't re-create." % entryUUID)
834
						return True
834
						return True
835
			else:
835
			else:
836
				ud.debug(ud.LDAP, ud.ERROR, "__sync_file_from_ucs: Object without entryUUID: %s", (dn,))
836
				ud.debug(ud.LDAP, ud.ERROR, "__sync_file_from_ucs: Object without entryUUID: %s" % (dn,))
837
				return False
837
				return False
838
838
839
			if key == 'msGPO':
839
			if key == 'msGPO':

Return to bug 49918