diff --git a/bin/ovpn_getclient b/bin/ovpn_getclient index 1c029c9..fc9345b 100755 --- a/bin/ovpn_getclient +++ b/bin/ovpn_getclient @@ -85,6 +85,10 @@ $OVPN_ADDITIONAL_CLIENT_CONFIG echo "auth $OVPN_AUTH" fi + if [ -n "$OVPN_OTP_AUTH" ]; then + echo "auth-user-pass" + fi + if [ -n "$OVPN_COMP_LZO" ]; then echo "comp-lzo" fi