cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

preferences.xml Problem with V5.1.8.105

swpackaging
Level 1
Level 1

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!

Who Me Too'd this topic