OpenVPN auth-user-pass Problem with VPNSecure

Turns out the VPN Sever was looking for just the password, not username and password. I had tried putting just the password into the _login.conf file, but the auth-user-pass was expecting 2 parameters. I had to change that to askpass for it to work.

Manually change the

auth-user-pass

directive to

askpass

in the _client.conf

Then put only the password in the _login.conf file.

After that it worked without prompting for a password.

The only issue I see now is that the RasAP VPN interface shows my password in the Username field. No big deal I guess. And, I can change the name of the _login.conf file and change it in the _client.conf file so it doesn’t do that.