|
Project Information
Featured
Downloads
Links
|
DescriptionThe OpenVPN Auth-LDAP Plugin implements username/password authentication via LDAP for OpenVPN 2.x. Features
BuildingRequirements
To build, you will need to configure the sources appropriately. Example: ./configure --prefix=/usr/local --with-openldap=/usr/local --with-openvpn=/usr/ports/security/openvpn/work/openvpn-2.0.2 The module will be build in src/openvpn-auth-ldap.so and installed as ${prefix}/lib/openvpn-auth-ldap.so. UsageAdd the following to your OpenVPN configuration file (adjusting the plugin path as required): plugin /usr/local/lib/openvpn-auth-ldap.so "<config>" The config directive must point to an auth-ldap configuration file. An example configuration file is provided with the distribution, or see the Configuration page. SecurityPlease report all security issues directly to landonf+security (at) bikemonkey (dot) org. Through the use of extensive unit testing, valgrind, and regression testing, we are very confident in the overall code quality of the plugin. There has been one security vulnerability to date, due to misinterpretation of LDAP RFCs.
SupportPlausible Labs Cooperative is available to provide custom development or support for this plugin. If you require specific features or additions, please contact us for more information. |