diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-10-26 18:44:49 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-10-26 18:44:49 +0000 |
commit | be916c23eac191515d1d421be879c815200ffcd5 (patch) | |
tree | 25fab29d03df9db39f122f664088fd89a918e492 /net/radsecproxy/pkg-plist | |
parent | 981d8c5f36a5e5231b7b87c24491db341ed9ea33 (diff) |
radsecproxy is a generic RADIUS proxy that in addition to to usual RADIUS
UDP transport, also supports TLS (RadSec), as well as RADIUS over TCP and
DTLS. The aim is for the proxy to have sufficient features to be flexible,
while at the same time to be small, efficient and easy to configure.
WWW: http://software.uninett.no/radsecproxy/
PR: ports/147943
Submitted by: Honza Betik <honza@betik.cz>
Approved by: bapt (mentor)
Notes
Notes:
svn path=/head/; revision=284382
Diffstat (limited to 'net/radsecproxy/pkg-plist')
-rw-r--r-- | net/radsecproxy/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/radsecproxy/pkg-plist b/net/radsecproxy/pkg-plist new file mode 100644 index 000000000000..41c85894aaee --- /dev/null +++ b/net/radsecproxy/pkg-plist @@ -0,0 +1,3 @@ +bin/catgconf +sbin/radsecproxy +etc/radsecproxy.conf-example |