Forum Discussion
Makhorkin
Jan 26, 2022Copper Contributor
January 2022 Quality Update Breaks passing domain credentials from VPN connection to remote servers
VPN connections on Windows have UseRasCredentials option which allow user on non-domain machine work with domain resources using his/her VPN credentials Under the hood, when this option is enabled, ...
rrafluap
Feb 07, 2022Copper Contributor
Did you ever find a permanent fix for this? We have the same issue.
Makhorkin
Feb 07, 2022Copper Contributor
As workaround we manually added credentials with
cmdkey /add:Domain:target=* /user:dom\username /pass
where Domain is an exact word "Domain" and dom\username- user login.
It works well unless user change the password - in that case stored credentials need to be manually updated. And of course it's insecure - we need to have credentials stored locally on remote machine.
Thanks