Skip to content

Commit 686e0a3

Browse files
fix(dgw): set Kerberos client hostname in RDP proxy (#1634)
1 parent a00feb0 commit 686e0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devolutions-gateway/src/rdp_proxy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ where
177177
(
178178
Some(KerberosConfig {
179179
kdc_proxy_url: kdc_url.clone(),
180-
hostname: None,
180+
hostname: Some(gateway_hostname.clone()),
181181
}),
182182
Some(NetworkClient::new()),
183183
)

0 commit comments

Comments
 (0)