Univention Bugzilla – Attachment 9523 Details for
Bug 46870
umcp auth command not working when using exam mode as saml user
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Propsed patch2
patch (text/plain), 1.73 KB, created by
Jürn Brodersen
on 2018-05-07 18:24:11 CEST
(
hide
)
Description:
Propsed patch2
Filename:
MIME Type:
Creator:
Jürn Brodersen
Created:
2018-05-07 18:24:11 CEST
Size:
1.73 KB
patch
obsolete
>commit 9e6798a667de23958cda609efbc35f096bcb1725 >Author: Jürn Brodersen <brodersen@univention.de> >Date: Mon May 7 14:39:49 2018 +0200 > > Move Request > >diff --git a/management/univention-management-console/univention-management-console-web-server b/management/univention-management-console/univention-management-console-web-server >index f3948764c2..e4e3bc38f3 100755 >--- a/management/univention-management-console/univention-management-console-web-server >+++ b/management/univention-management-console/univention-management-console-web-server >@@ -152,9 +152,10 @@ class SessionClient(object): > def _authenticated(self, success, response): > """Callback function for 'authenticated' from UMCP-Server.""" > CORE.process('SessionClient(0x%x): _authenticated: success=%s status=%s message=%s' % (id(self), success, response.status, response.message)) >- self._auth_response.status = response.status >- self._auth_response.result = response.result >- self._auth_response.message = response.message >+ self._auth_response = response >+ # self._auth_response.status = response.status >+ # self._auth_response.result = response.result >+ # self._auth_response.message = response.message > self._auth_response_queue.put(self._auth_response) > # release queue object > self._auth_response_queue = None >@@ -162,7 +163,7 @@ class SessionClient(object): > def authenticate_user(self, request, response_queue): > """Send authentication request to UMC server.""" > CORE.info('SessionClient(0x%x): authenticate_user: sending authentication request for user %r' % (id(self), request.body.get('username'))) >- self._auth_response = Response(request) >+ # self._auth_response = Response(request) > self._auth_response_queue = response_queue > self.client.authenticate(request) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 46870
:
9512
| 9523 |
9571