slackbuilds_ponce/network/openvpn-auth-ldap/README
Christopher Walker e1f98f7da2 network/openvpn-auth-ldap: (LDAP authentication and authorization)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-03-07 11:21:28 -03:00

21 lines
902 B
Text

The OpenVPN Auth-LDAP Plugin implements username/password authentication
via LDAP for OpenVPN 2.x.
Features
* User authentication against LDAP
* Simple Apache-style configuration file
* LDAP group-based access restrictions
* Integration with the OpenBSD packet filter, support adding and removing
VPN clients from PF tables based on group membership
* Tested against OpenLDAP, the plugin will authenticate any LDAP server
that supports LDAP simple binds -- including Active Directory.
Building the package
When building this package you will need the source for the OpenVPN
release that is installed on your VPN server.
For Slackware 13.1 this is openvpn-2.1.1, as specified in the .info
file.
This is so openvpn-auth-ldap can build against the OpenVPN plugin header
files for your particular version of OpenVPN.
Requires the re2c package (can be found on SlackBuilds)