summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data/network/openvpn_with_password.onc
blob: ac513d40dd42b8517d79ae9b3176eb52cbae90fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "GUID": "{a3860e83-f03d-4cb1-bafa-b22c9e746950}",
    "Name": "my vpn",
    "Type": "VPN",
    "VPN": {
        "AutoConnect": true,
        "Host": "vpn.my.domain.com",
        "Type": "OpenVPN",
        "OpenVPN": {
            "ClientCertType": "None",
            "Password": "some password",
            "Port": 443,
            "Proto": "udp",
            "PushPeerInfo": true,
            "SaveCredentials": false,
            "ServerPollTimeout": 10,
            "UserAuthenticationType": "Password",
            "Username": "abc ${LOGIN_EMAIL} def",
        }
    }
}