View | Details | Raw Unified | Return to bug 52263 | Differences between
and this patch

Collapse All | Expand All

(-)a/services/univention-ad-connector/modules/univention/connector/__init__.py (-1 / +1 lines)
 Lines 1423-1429   class ucs: Link Here 
1423
					retlist.append(l.lower())
1423
					retlist.append(l.lower())
1424
				return retlist
1424
				return retlist
1425
			else:
1425
			else:
1426
				return elements
1426
				return elements.lower()
1427
1427
1428
		def dict_lower(dict):
1428
		def dict_lower(dict):
1429
			if isinstance(dict, type({})):
1429
			if isinstance(dict, type({})):

Return to bug 52263