From 30795db0ea1ee4415900cce6acb5996f6da3c411 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 27 Aug 2008 02:58:21 +0000 Subject: [PATCH] add info note about NM_OPENVPN_KEY_NOSECRET git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4014 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- vpn-daemons/openvpn/src/nm-openvpn-service.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vpn-daemons/openvpn/src/nm-openvpn-service.h b/vpn-daemons/openvpn/src/nm-openvpn-service.h index 4a2378e8ce..82158b509a 100644 --- a/vpn-daemons/openvpn/src/nm-openvpn-service.h +++ b/vpn-daemons/openvpn/src/nm-openvpn-service.h @@ -58,6 +58,9 @@ #define NM_OPENVPN_KEY_PASSWORD "password" #define NM_OPENVPN_KEY_CERTPASS "cert-pass" +/* Internal auth-dialog -> service token indicating that no secrets are + * required for the connection. + */ #define NM_OPENVPN_KEY_NOSECRET "no-secret" #define NM_OPENVPN_CONTYPE_TLS "tls"