OpenVPN Auth Passwd is a plugin that authenticates
OpenVPN users using the local passwd or shadow
files, using a privilege separation model. The
authentication method must be defined in the
Makefile prior to the compilation of the plugin.
On shadowed systems it uses the functions provided
in the shadow suite and, on other systems, the
getpwnam(3) function to verify the username/password.