Rename Credential.Name to PrincipleName. PrincipleName comes from the security service provider, which may not correspond to the domain user name. For instance, if I'm using kerberos on my domain, my principle may be user@DIVISION.CORP.COM, meanwhile my username might be CORP\user.
This commit is contained in:
@@ -66,7 +66,7 @@ namespace TestClient
|
||||
this.connection.Disconnected += connection_Disconnected;
|
||||
|
||||
// --- UI Fillout ---
|
||||
this.usernameTextbox.Text = this.cred.Name;
|
||||
this.usernameTextbox.Text = this.cred.PrincipleName;
|
||||
|
||||
UpdateButtons();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user