-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55882/
-----------------------------------------------------------
(Updated Jan. 24, 2017, 2:48 p.m.)
Review request for Ambari, Myroslav Papirkovskyy, Robert Levas, and Sebastian
Toader.
Changes
-------
use resolved userName instead of authentication username
Bugs: AMBARI-19692
https://issues.apache.org/jira/browse/AMBARI-19692
Repository: ambari
Description
-------
AMBARI-17199 introduced a login alias related regression issue: login alias is
not resolved duruing authentication.
This small patch fixes that. also update the logging (to be more detailed)
Diffs (updated)
-----
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProvider.java
b5776a3
Diff: https://reviews.apache.org/r/55882/diff/
Testing
-------
done. unit test with: mvn clean test
-Dtest="*AmbariLdapAuthenticationProvider*" command
Thanks,
Oliver Szabo