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

(-)a/services/univention-ad-connector/modules/univention/connector/__init__.py (+3 lines)
Lines 665-670 class ucs: Link Here
665
665
666
		dn, new, old, old_dn = cPickle.load(f)
666
		dn, new, old, old_dn = cPickle.load(f)
667
667
668
		if dn == 'cn=Subschema':
669
			return True
670
668
		def recode_attribs(attribs):
671
		def recode_attribs(attribs):
669
			nattribs = {}
672
			nattribs = {}
670
			for key in attribs.keys():
673
			for key in attribs.keys():

Return to bug 47395