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

(-)base/univention-lib/python/umc_connection.py (-1 / +1 lines)
 Lines 85-91    Link Here 
85
		data = self.build_data({'username' : username, 'password' : password})
85
		data = self.build_data({'username' : username, 'password' : password})
86
		con = self.get_connection()
86
		con = self.get_connection()
87
		try:
87
		try:
88
			con.request('POST', '/umcp/auth', data)
88
			con.request('POST', '/umcp/auth', data, headers=self._headers)
89
		except Exception as e:
89
		except Exception as e:
90
			# probably unreachable
90
			# probably unreachable
91
			if self._error_handler:
91
			if self._error_handler:

Return to bug 34372