diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-11 16:20:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-11 16:20:51 +0000 |
commit | 2868360a5dc1f3923675b26e254f5d6693fc7dd7 (patch) | |
tree | 7bb491cfbdcb205eda428a1a8abe8880246edff8 /net/Makefile | |
parent | e2415806bfe56fcee6459f888a3d0443a0c8311e (diff) | |
download | ports-2868360a5dc1f3923675b26e254f5d6693fc7dd7.tar.gz ports-2868360a5dc1f3923675b26e254f5d6693fc7dd7.zip |
New port: security/pecl-radius Radius client library
This package is based on the libradius of FreeBSD, with some modifications and
extensions.
This PECL provides full support for RADIUS authentication (RFC 2865) and
RADIUS accounting (RFC 2866), works on Unix and on Windows. Its an easy way to
authenticate your users against the user-database of your OS (for example
against Windows Active-Directory via IAS).
PR: ports/78638
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Notes
Notes:
svn path=/head/; revision=130901
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 4c11f04a8cd8..a4574e6a94e7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -565,6 +565,7 @@ SUBDIR += pear-Net_UserAgent_Detect SUBDIR += pear-SOAP SUBDIR += pebrot + SUBDIR += pecl-radius SUBDIR += pecl-yaz SUBDIR += peercast SUBDIR += pen |