Change in ovirt-engine[master]: core: Unify format of username

Martin Peřina has submitted this change and it was merged. Change subject: core: Unify format of username ...................................................................... core: Unify format of username Unifies format of username displayed inside engine as: USERNAME@AUTHZ_NAME where USERNAME - simple username AUTHZ_NAME - name of authz extension which was used to get authorization data for the user For example default oVirt administrator is identified as admin@internal-authz. There's one slight exception in the naming: if aaa-ldap is configured for Active Directory forrest which provides multi-domain trust, then we are using UPN instead of simple username, so USERNAME part may contain also reference to a domain, for example: jdoe@eu-ipa.example.com@example.com-authz fsmith@us-ipa.example.com@example.com-authz Change-Id: Ie7ec2f8982c63834eaa63c771ba905bd78d81615 Signed-off-by: Martin Perina <mperina@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/aaa/SessionDataContainer.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ondra Machacek: Looks good to me, but someone else must approve Martin Peřina: Verified; Looks good to me, approved Ravi Nori: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/56036 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie7ec2f8982c63834eaa63c771ba905bd78d81615 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Ondra Machacek <omachace@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
mperina@redhat.com