diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-07 10:47:13 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-07 10:47:13 +0800 |
commit | 59e6d67960244750ef22109aea094da3830e00f2 (patch) | |
tree | b4c110425d122360dd6af4b17abc0b962d828c33 /security/Makefile | |
parent | 0204d03a741fef34e35124f6aed54ed7c76a8d5e (diff) | |
download | freebsd-ports-gnome-59e6d67960244750ef22109aea094da3830e00f2.tar.gz freebsd-ports-gnome-59e6d67960244750ef22109aea094da3830e00f2.tar.zst freebsd-ports-gnome-59e6d67960244750ef22109aea094da3830e00f2.zip |
New port: security/openvpn-auth-ldap - LDAP authentication plugin for OpenVPN
The OpenVPN Auth-LDAP Plugin implements username/password
authentication via LDAP for OpenVPN 2.x. It also includes
some integration with the OpenBSD packet filter, supporting
adding and removing VPN clients from PF tables.
WWW: http://dpw.threerings.net/projects/openvpn-auth-ldap/
PR: ports/113925
Submitted by: Nick Barkas <snb@threerings.net>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 57ac8255f232..fb91da89bffc 100644 --- a/security/Makefile +++ b/security/Makefile @@ -313,6 +313,7 @@ SUBDIR += openssl-stable SUBDIR += openvpn SUBDIR += openvpn-admin + SUBDIR += openvpn-auth-ldap SUBDIR += openvpn-devel SUBDIR += opieprint SUBDIR += osiris |