summaryrefslogtreecommitdiffstats
path: root/network/openvpn-auth-ldap/README
blob: 228caad46e8f45b5bbd1cf737c57634488b13f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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)