Alon Bar-Lev has posted comments on this change.

Change subject: aaa: add support for basic and external authentication
......................................................................


Patch Set 23:

(1 comment)

https://gerrit.ovirt.org/#/c/37299/23/backend/manager/modules/enginesso/src/main/java/org/ovirt/engine/core/sso/servlets/LoginPhase3Servlet.java
File 
backend/manager/modules/enginesso/src/main/java/org/ovirt/engine/core/sso/servlets/LoginPhase3Servlet.java:

Line 36:             } else {
Line 37:                 authenticateUser(session, request, response);
Line 38:             }
Line 39:         } catch (AuthenticationException ex) {
Line 40:             log.error("Authentication failed", ex.getMessage());
.

 Cannot authenticate user '{}': {}
Line 41:             log.debug("Authentication failed", ex);
Line 42:             request.getRequestDispatcher("/WEB-INF/login.jsp?msg=" + 
ex.getMessage()).forward(request, response);
Line 43:         } finally {
Line 44:             
request.getSession().removeAttribute(SSOUtils.USER_CREDENTIALS);


-- 
To view, visit https://gerrit.ovirt.org/37299
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: If09285f0e6cd8909f21aa7e88ae1a3c1a30763c2
Gerrit-PatchSet: 23
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Ravi Nori <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to