Adjust RDP cred store [stage]

This commit is contained in:
crschnick
2026-08-17 10:51:56 +00:00
parent 643470ae48
commit 8ce0a2427e
2 changed files with 3 additions and 3 deletions
@@ -189,7 +189,7 @@ public abstract class MicrosoftRdpClient implements ExternalApplicationType.Inst
AuthModuleProvider.get()
.setWindowsCredential(
"TERMSRV/" + configuration.getHost(),
CRED_TYPE_DOMAIN_PASSWORD,
CRED_TYPE_GENERIC,
CRED_PERSIST_SESSION,
configuration.getUsername(),
configuration.getPassword());
@@ -200,7 +200,7 @@ public abstract class MicrosoftRdpClient implements ExternalApplicationType.Inst
AuthModuleProvider.get()
.setWindowsCredential(
gateway.getHost(),
CRED_TYPE_DOMAIN_PASSWORD,
CRED_TYPE_GENERIC,
CRED_PERSIST_SESSION,
gateway.getUsername(),
gateway.getPassword());
+1 -1
View File
@@ -1 +1 @@
24.0-39
24.0-40