diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-23 18:11:01 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-23 18:11:01 +0000 |
commit | db4ddf9fd70e373f47ae3fa0a82c23782d1b19b4 (patch) | |
tree | e329a1e7d81b3a25e35d6ae36a279df19cf0f06a | |
parent | ee015af8f003cb3481702d59ad64a4589e209e1c (diff) | |
download | pfsense-packages-db4ddf9fd70e373f47ae3fa0a82c23782d1b19b4.tar.gz pfsense-packages-db4ddf9fd70e373f47ae3fa0a82c23782d1b19b4.tar.bz2 pfsense-packages-db4ddf9fd70e373f47ae3fa0a82c23782d1b19b4.zip |
Use /packages/All directory for FreeRADIUS
-rw-r--r-- | pkg_config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 4eb48b8e..6cae80ee 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -36,7 +36,7 @@ <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. This package is currently intended to provide a local user database for captive portal and pptp - it does not employ SQL and is not meant to supplant an external RADIUS server for advanced tasks.</descr> <category>Security</category> <config_file>http://www.pfsense.com/packages/config/freeradius.xml</config_file> - <depends_on_package_base_url>http://www.pfsense.com/packages/</depends_on_package_base_url> + <depends_on_package_base_url>http://www.pfsense.com/packages/All/</depends_on_package_base_url> <depends_on_package>freeradius-1.0.1.tbz</depends_on_package> <version>1.0.1</version> <status>Stable</status> |