diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-19 01:36:27 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-19 01:36:27 +0000 |
commit | 4ee1bef7a66cea8e6a6c718594b151d4bcea3338 (patch) | |
tree | 0e90c7d10a776d0dc6bb6f8ae3f575df754e0356 | |
parent | 4b56ad10f76f365c2d8cc5f0c286f60f6ae6f111 (diff) | |
download | pfsense-packages-4ee1bef7a66cea8e6a6c718594b151d4bcea3338.tar.gz pfsense-packages-4ee1bef7a66cea8e6a6c718594b151d4bcea3338.tar.bz2 pfsense-packages-4ee1bef7a66cea8e6a6c718594b151d4bcea3338.zip |
Update FreeRADIUS description
-rw-r--r-- | pkg_config.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index ecde59c9..266339ad 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -69,7 +69,7 @@ <package> <name>squid</name> <descr>High performance Web proxy cache</descr> - <website>http://www.squid.org</website> + <website>http://www.squid-cache.org/</website> <category>Network Management</category> <depends_on_package_base_url>http://www.pfSense.com/packages/All</depends_on_package_base_url> <depends_on_package>squid-2.5.7_5.tbz</depends_on_package> @@ -112,5 +112,17 @@ <config_file>http://www.pfsense.com/packages/config/powerdns.xml</config_file> <configurationfile>powerdns.xml</configurationfile> </package> + <package> + <name>freeradius</name> + <website>http://www.freeradius.org/</website> + <descr>FreeRADIUS is the premiere open source RADIUS server. It is fast, flexible, configurable, and supports more authentication protocols than many commercial servers. A client entry for localhost with the shared secret "pfsense" is defined on installation for easy integration with the captive portal.</descr> + <category>Security</category> + <config_file>http://www.pfsense.com/packages/config/freeradius.xml</config_file> + <depends_on_package_base_url>http://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/All</depends_on_package_base_url> + <depends_on_package>freeradius-1.0.1.tbz</depends_on_package> + <version>1.0.1</version> + <status>BETA</status> + <configurationfile>freeradius.xml</configurationfile> + </package> </packages> </pfsensepkgs> |