From c333f062ddcba9b35330647bf6cbd0a07f2d786e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 11 May 2017 14:55:55 +0200 Subject: New upstream version 1.8.0 --- docs/api/html/settings-vpn.html | 107 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 docs/api/html/settings-vpn.html (limited to 'docs/api/html/settings-vpn.html') diff --git a/docs/api/html/settings-vpn.html b/docs/api/html/settings-vpn.html new file mode 100644 index 00000000..08168850 --- /dev/null +++ b/docs/api/html/settings-vpn.html @@ -0,0 +1,107 @@ + + + + +vpn: NetworkManager Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

vpn

+

vpn — VPN Settings

+
+
+

+ Properties +

+
+

Table 79. 

+
++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Key NameValue TypeDefault ValueValue Description
data
dict of string to string
{}
Dictionary of key/value pairs of VPN plugin specific data. Both keys and values must be strings.
name
string
vpn
The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".
persistent
boolean
FALSE
If the VPN service supports persistence, and this property is TRUE, the VPN will attempt to stay connected across link changes and outages, until explicitly disconnected.
secrets
dict of string to string
{}
Dictionary of key/value pairs of VPN plugin specific secrets like passwords or private keys. Both keys and values must be strings.
service-type
string
D-Bus service name of the VPN plugin that this setting uses to connect to its network. i.e. org.freedesktop.NetworkManager.vpnc for the vpnc plugin.
timeout
uint32
0
Timeout for the VPN service to establish the connection. Some services may take quite a long time to connect. Value of 0 means a default timeout, which is 60 seconds (unless overriden by vpn.timeout in configuration file). Values greater than zero mean timeout in seconds.
user-name
string
If the VPN connection requires a user name for authentication, that name should be provided here. If the connection is available to more than one user, and the VPN requires each user to supply a different name, then leave this property empty. If this property is empty, NetworkManager will automatically supply the username of the user which requested the VPN connection.
+
+


+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5