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

(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/__init__.py (-1 / +4 lines)
 Lines 1826-1832   class simpleLdap(object): Link Here 
1826
			filter.value = mapping.mapValue(key, filter.value)
1826
			filter.value = mapping.mapValue(key, filter.value)
1827
1827
1828
		if isinstance(filter.value, (list, tuple)) and filter.value:
1828
		if isinstance(filter.value, (list, tuple)) and filter.value:
1829
			# complex syntax
1829
			# complex syntax or multivalue
1830
			filter.value = filter.value[0]
1831
		if isinstance(filter.value, (list, tuple)) and filter.value:
1832
			# complex syntax and multivalue
1830
			filter.value = filter.value[0]
1833
			filter.value = filter.value[0]
1831
1834
1832
	@classmethod
1835
	@classmethod

Return to bug 51777