summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-06-17 15:39:00 +0200
committerLubomir Rintel <lkundrak@v3.sk>2016-06-23 18:54:28 +0200
commitf86e02f21ad916b8afdf883d642b100bab7f55a0 (patch)
tree4b093c6286cc0a0a21fb41731724c558cfe6b302
parentc4c72ddda06830c71551c8f6c729d268a5a6a409 (diff)
downloadNetworkManager-lr/p11-forward.tar.gz
clients: be able to ask for OpenVPN PKCS#11 token PINlr/p11-forward
-rw-r--r--clients/common/nm-vpn-helpers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/common/nm-vpn-helpers.c b/clients/common/nm-vpn-helpers.c
index f6f12176ee..b21c239c2c 100644
--- a/clients/common/nm-vpn-helpers.c
+++ b/clients/common/nm-vpn-helpers.c
@@ -120,6 +120,7 @@ nm_vpn_get_secret_names (const char *service_type)
static VpnPasswordName openvpn_secrets[] = { {"password", N_("Password")},
{"cert-pass", N_("Certificate password")},
{"http-proxy-password", N_("HTTP proxy password")},
+ {"pkcs11-pin", N_("Security token PIN")},
{NULL, NULL} };
static VpnPasswordName vpnc_secrets[] = { {"Xauth password", N_("Password")},
{"IPSec secret", N_("Group password")},