Do not cache user credentials
This commit is contained in:
parent
bb3d1add3c
commit
607063b358
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user