Change in ovirt-engine[master]: frontend: Allow NLA auth for Native RDP execution

Tomas Jelinek has submitted this change and it was merged. Change subject: frontend: Allow NLA auth for Native RDP execution ...................................................................... frontend: Allow NLA auth for Native RDP execution This patch allows Network Level Authentication in combination with Native RDP client. This is done by setting enablecredsspsupport flag in RDP descriptor to 1. Previously this flag was set to 0 which prevented clients to connect to RDP server with NLA enabled. This patch only affects 'Native client' invocation. The 'Browser plugin' still has this option disabled (enabling it would prevent passing password to ActiveX plugin and therefore SSO would be impossible). Also RDP info icon text in 'Console options' dialog was enhanced with information about NLA and SSO. Change-Id: If686b824aa05b6d0083b9be6eca681797c3c26f3 Bug-Url: https://bugzilla.redhat.com/1131693 Signed-off-by: Frantisek Kobzik <fkobzik@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationConstants.java M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/uicommon/AbstractRdp.java M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/uicommon/RdpNativeImpl.java M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/uicommon/RdpPluginImpl.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/IRdp.java 5 files changed, 14 insertions(+), 12 deletions(-) Approvals: Tomas Jelinek: Looks good to me, approved Frank Kobzik: Verified -- To view, visit http://gerrit.ovirt.org/31997 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If686b824aa05b6d0083b9be6eca681797c3c26f3 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Frank Kobzik <fkobzik@redhat.com> Gerrit-Reviewer: Frank Kobzik <fkobzik@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
tjelinek@redhat.com