This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Export user list from Sophos UTM 9 VPN gateway

Hi all,

I am newbie here. Could you help me handle a problem with my Sophos gateway.

My company used Sophos UTM 9 and store all vpn account on local. Now we need migrate our vpn system to an OpenVPN. I want to know have any way or tool to export user list on Sophos VPN gateway to migrate vpn account to other system.

Thanks for your help!


This thread was automatically locked due to age.
Parents
  • Do you have paid support on either product?  What have they said?

    Users are probably all in confd.  Look around /var/confd/var/storage/snapshots or use cc (confd-client.plx).

    cc get_objects_filtered '$_->{class} eq "aaa" && $_->{type} eq "user"'


    There may also be information of interest in /var/chroot-openvpn.

    I have never had the interest (or incentive) to look specifically at migrating users from Sophos UTM to OpenVPN.

    Moving the data from "captivity" to "directory" might be a better long term strategy than moving from "captivity" to "captivity".
Reply
  • Do you have paid support on either product?  What have they said?

    Users are probably all in confd.  Look around /var/confd/var/storage/snapshots or use cc (confd-client.plx).

    cc get_objects_filtered '$_->{class} eq "aaa" && $_->{type} eq "user"'


    There may also be information of interest in /var/chroot-openvpn.

    I have never had the interest (or incentive) to look specifically at migrating users from Sophos UTM to OpenVPN.

    Moving the data from "captivity" to "directory" might be a better long term strategy than moving from "captivity" to "captivity".
Children
No Data