21 Jul
2020
21 Jul
'20
10:54 a.m.
On Jul 19, 2020, at 4:21 PM, Houman <houmie@gmail.com> wrote:
I'm struggling to find *openvpn-plugin-pam.so *and *libpam-radius *in the OpenVPN source code.
libpam-radius is a separate piece of software. You should be able to install it via your local packaging system.
The closest I could find was:
openvpn-2.4.9/src/plugins/auth-pam
OpenVPN calls PAM, which is that plugin. PAM then uses libpam-radius to do RADIUS. Alan DeKok.