Separate WinRM Windows credentials from Sonic SMC logins.
WinRM no longer reuses Administrator/Administrator; empty WinRm* uses the current Windows user, with clearer auth errors and LocalCmd guidance. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -10,8 +10,13 @@
|
||||
"Name": "DE-Test",
|
||||
"DomainName": "proalpha-test",
|
||||
"ConnectionUrl": "tcp://dekun-painwbdet:13070",
|
||||
// Sonic SMC / Domain Manager (NICHT für WinRM):
|
||||
"Username": "Administrator",
|
||||
"Password": "Administrator",
|
||||
// Windows für WinRM: leer = aktueller Benutzer (z.B. gisler). Nie Sonic-SMC-Logins hier eintragen.
|
||||
// Lokal auf dem Sonic-Server testen: ManagementMode auf "LocalCmd" setzen (kein WinRM nötig).
|
||||
"WinRmUsername": "",
|
||||
"WinRmPassword": "",
|
||||
"ManagementMode": "WinRm",
|
||||
"SonicHome": "C:\\Sonic\\MQ10.0",
|
||||
"KnownContainers": [
|
||||
|
||||
Reference in New Issue
Block a user