From: Emil Renner Berthing <es...@mailme.dk>

Connman              OpenVPN

OpenVPN.NSCertType   --ns-cert-type <client|server>
OpenVPN.AskPass      --askpass <file>
OpenVPN.AuthNoCache  --auth-nocache
---
 plugins/openvpn.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/plugins/openvpn.c b/plugins/openvpn.c
index 8df8a3f..c3e7bcd 100644
--- a/plugins/openvpn.c
+++ b/plugins/openvpn.c
@@ -55,9 +55,12 @@ struct {
        { "OpenVPN.Cert", "--cert", 1 },
        { "OpenVPN.Key", "--key", 1 },
        { "OpenVPN.MTU", "--mtu", 1 },
+       { "OpenVPN.NSCertType", "--ns-cert-type", 1 },
        { "OpenVPN.Proto", "--proto", 1 },
        { "OpenVPN.Port", "--port", 1 },
        { "OpenVPN.AuthUserPass", "--auth-user-pass", 1 },
+       { "OpenVPN.AskPass", "--askpass", 1 },
+       { "OpenVPN.AuthNoCache", "--auth-nocache", 0 },
        { "OpenVPN.TLSRemote", "--tls-remote", 1 },
        { "OpenVPN.Cipher", "--cipher", 1 },
        { "OpenVPN.Auth", "--auth", 1 },
-- 
1.7.10.4

_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to