From 607063b3584f2725885d2127b0ce8f87f57cea17 Mon Sep 17 00:00:00 2001 From: Fabio Napoleoni Date: Sun, 7 Feb 2016 02:53:43 +0100 Subject: [PATCH] Do not cache user credentials --- bin/ovpn_getclient | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ovpn_getclient b/bin/ovpn_getclient index fc9345b..d456441 100755 --- a/bin/ovpn_getclient +++ b/bin/ovpn_getclient @@ -87,6 +87,7 @@ $OVPN_ADDITIONAL_CLIENT_CONFIG if [ -n "$OVPN_OTP_AUTH" ]; then echo "auth-user-pass" + echo "auth-nocache" fi if [ -n "$OVPN_COMP_LZO" ]; then