Page 1 of 1

manage OpenVPN logins with MySQL database (Radius)

Posted: Wed Oct 21, 2015 6:59 pm
by jaheller
Dear community,

first let me explain my problem. I want to use a databse (mysql) containing usernames, passwords (encrypted using bcrypt (default PHP settings)) and a timestamp for the date of expire (after this date a login using OpenVPN should not be possible). A friend told me to use Radius server. Is there any how to? Any plugin which would make the task I described above easier?

-All the best;

Janis

Re: manage OpenVPN logins with MySQL database (Radius)

Posted: Thu Feb 20, 2020 9:21 pm
by delmel
Yes, you can use radiusplugin for Openvpn to do that. You install it on your Openvpn Server. Not sure how that would work with bcrypt though