Do not cache user credentials

This commit is contained in:
Fabio Napoleoni 2016-02-07 02:53:43 +01:00
parent bb3d1add3c
commit 607063b358

View File

@ -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