Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-05-03 16:03 Back to release list
1.1

This release implements a new feature. As the
default is to authenticate any users in the
password database, now the plugin can receive an
optional group parameter containing a groupname.
The users will be checked whether they belong to
the group. It can be either the primary or
secondary group of the user.
Tags: Minor feature enhancements

Project Resources