03-07-2025 12:01 AM
For several years, we have been using preferences.xml under "%LocalAppData%\Cisco\Cisco Secure Client\VPN" to provide the host address and the default group.
Since version V5.1.8.105, released few days ago, this no longer works, for example, the domain field remains empty.
Does anyone else have the same behavior or has anything changed with the latest version?
Our file looks like this, which we distribute via Active Setup:
<?xml version="1.0" encoding="UTF-8"?>
<AnyConnectPreferences>
<DefaultHostName>test.vpn.at</DefaultHostName>
<DefaultHostAddress>test.vpn.at</DefaultHostAddress>
<DefaultGroup>Doe</DefaultGroup>
<ControllablePreferences>
<BlockUntrustedServers>true</BlockUntrustedServers></ControllablePreferences>
</AnyConnectPreferences>
Thank you in advance!