forked from shaba/openuds
fixed azuread login on html5rdp
This commit is contained in:
parent
f7b8e644f9
commit
eb3638d62a
@ -207,7 +207,8 @@ class HTML5RDPTransport(transports.Transport):
|
||||
username = username + '@' + domain
|
||||
domain = ''
|
||||
|
||||
|
||||
# If AzureAD, include it on username
|
||||
if azureAd:
|
||||
username = 'AzureAD\\' + username
|
||||
|
||||
# Fix username/password acording to os manager
|
||||
|
Loading…
Reference in New Issue
Block a user