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

Collapse All | Expand All

(-)a/doc/doc-common (-1 / +1 lines)
Line 1    Link Here 
1
Subproject commit 5dc4ea65f95535aa2b6986463cad9e90d158244c
1
Subproject commit fd6157e48088bb3b1ad20ab3f221b65bec9ed735
(-)a/management/python-notifier/python-notifier (-1 / +1 lines)
Line 1    Link Here 
1
Subproject commit 5795ab564093bd83bcee204cbf8c6c36044d8cea
1
Subproject commit c3978e370400446624733098e690046e6755ae6b
(-)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