summaryrefslogtreecommitdiff
path: root/network/openvpn-auth-ldap/README
diff options
context:
space:
mode:
authorChristopher Walker <kris240376@gmail.com>2011-03-07 11:21:28 -0300
committerNiels Horn <niels.horn@slackbuilds.org>2011-03-07 11:21:28 -0300
commite1f98f7da255fb536738ce5087f217695f0b84bc (patch)
tree2d98ec6610279c914fac410d8e145ccd1a7c5e9e /network/openvpn-auth-ldap/README
parent2bc318e85e08f1fad6bc9b36c405dc4e03a6268a (diff)
downloadslackbuilds-e1f98f7da255fb536738ce5087f217695f0b84bc.tar.gz
network/openvpn-auth-ldap: (LDAP authentication and authorization)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/openvpn-auth-ldap/README')
-rw-r--r--network/openvpn-auth-ldap/README21
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 0000000000..228caad46e
--- /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)