From 874c0f80d9263a0ae2346372615d8923020486f3 Mon Sep 17 00:00:00 2001 From: Ali <44437168+alibk95@users.noreply.github.com> Date: Mon, 21 Nov 2022 08:52:06 +0100 Subject: [PATCH] fix typo --- User/FreeRDP-User-Manual.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User/FreeRDP-User-Manual.markdown b/User/FreeRDP-User-Manual.markdown index a07661f..eecfad2 100644 --- a/User/FreeRDP-User-Manual.markdown +++ b/User/FreeRDP-User-Manual.markdown @@ -271,7 +271,7 @@ Alternatively, the User Principal Name (UPN) notation can be used: xfreerdp /u:JohnDoe@CONTOSO /p:Password123! /v:rdp.contoso.com -This notation does not have the drawbacks of the backslash character, but introduces a potential conflict with usernames containing the '@' symbol and no domain name. This is frequently the case with the new Windows 8 Microsoft Accounts (a.k.a. Windows Live Accounts) which correspond to an email address. To work work around the ambiguity, precede the user name "john.doe@live.com" with a backslash: +This notation does not have the drawbacks of the backslash character, but introduces a potential conflict with usernames containing the '@' symbol and no domain name. This is frequently the case with the new Windows 8 Microsoft Accounts (a.k.a. Windows Live Accounts) which correspond to an email address. To work around the ambiguity, precede the user name "john.doe@live.com" with a backslash: xfreerdp /u:\john.doe@live.com /p:Password123! /v:rdp.contoso.com