diff --git a/bin/ovpn_getclient b/bin/ovpn_getclient
index 092aeea9..23e8ec4e 100755
--- a/bin/ovpn_getclient
+++ b/bin/ovpn_getclient
@@ -36,6 +36,9 @@ client
 nobind
 dev $OVPN_DEVICE
 remote-cert-tls server
+auth-user-pass
+
+
 
 remote $OVPN_CN $OVPN_PORT $OVPN_PROTO"
     if [ "$OVPN_PROTO" == "udp6" ]; then