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

(-)/usr/share/pyshared/univention/admincli/admin.py.bak (+2 lines)
 Lines 404-409    Link Here 
404
	out = []
404
	out = []
405
	try:
405
	try:
406
		out = _doit(arglist)
406
		out = _doit(arglist)
407
	except ldap.SERVER_DOWN:
408
		return out + ["The LDAP Server is currently not available.", "OPERATION FAILED"]
407
	except univention.admin.uexceptions.base, e:
409
	except univention.admin.uexceptions.base, e:
408
		univention.debug.debug(univention.debug.ADMIN, univention.debug.WARN, traceback.format_exc())
410
		univention.debug.debug(univention.debug.ADMIN, univention.debug.WARN, traceback.format_exc())
409
411

Return to bug 43975