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

(-)a/ucs-3.2-8/management/univention-management-console-module-udm/umc/python/udm/__init__.py (-1 / +4 lines)
 Lines 474-480   def _thread( request ): Link Here 
474
										  notifier.Callback( self._thread_finished, request ) )
474
										  notifier.Callback( self._thread_finished, request ) )
475
		thread.run()
475
		thread.run()
476
476
477
	@sanitize(objectPropertyValue=LDAPSearchSanitizer())
477
	@sanitize(objectPropertyValue=LDAPSearchSanitizer(
478
		add_asterisks=ucr.is_true('umc/auto_substring_search', True),
479
		use_asterisks=ucr.is_true('umc/allow_substring_search', True),
480
	))
478
	def query( self, request ):
481
	def query( self, request ):
479
		"""Searches for LDAP objects and returns a few properties of the found objects
482
		"""Searches for LDAP objects and returns a few properties of the found objects
480
483

Return to bug 42181