diff options
Diffstat (limited to 'network/openvpn-auth-ldap/README')
-rw-r--r-- | network/openvpn-auth-ldap/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/network/openvpn-auth-ldap/README b/network/openvpn-auth-ldap/README new file mode 100644 index 0000000000000..228caad46e8f4 --- /dev/null +++ b/network/openvpn-auth-ldap/README @@ -0,0 +1,21 @@ +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) |