From 015b7d9bc5ca40dc8954729badb61ca2b544577d Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Fri, 2 Dec 2011 23:10:19 +0000 Subject: freeradius2 folder! --- config/freeradius2/freeradiussettings.xml | 180 ++++++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100755 config/freeradius2/freeradiussettings.xml (limited to 'config/freeradius2/freeradiussettings.xml') diff --git a/config/freeradius2/freeradiussettings.xml b/config/freeradius2/freeradiussettings.xml new file mode 100755 index 00000000..4e9a7776 --- /dev/null +++ b/config/freeradius2/freeradiussettings.xml @@ -0,0 +1,180 @@ + + + + + + . + All rights reserved. + */ +/* ========================================================================== */ +/* + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + */ +/* ========================================================================== */ + ]]> + + Describe your package here + Describe your package requirements here + Currently there are no FAQ items provided. + freeradiussettings + none + FreeRADIUS: Settings + pkg_edit.php?xml=freeradiussettings.xml&id=0 + freeradius.inc + + + Users + /pkg.php?xml=freeradius.xml + + + Clients + /pkg.php?xml=freeradiusclients.xml + + + Settings + /pkg_edit.php?xml=freeradiussettings.xml&id=0 + + + + + + Listening Interface(s) + interface_ip + Enter the desired listening interface IP here ( 192.168.1.0 ) or use "*" (without "") for any interface. + input + * + + + + Port + port + Enter the port the RADIUS server will listen on. Leave blank to default to the system default, i.e., 1812. + input + 1812 + + + Maximum requests server + max_requests_var + The maximum number of requests the RADIUS server can handle. Default is 1024. It should be 256 * number of clients e.g.: 4 Switches * 256 = 1024. + input + 1024 + + + Max request time + max_request_time_var + The maximum time (in seconds) to handle a request. Default is 30. Useful range of values: 5 to 120. + input + 30 + + + Cleanup delay + cleanup_delay_var + The time to wait (in seconds) before cleaning up a reply which was sent to the NAS. Default is 5. Useful range of values: 2 to 10. + input + 5 + + + Radius Logging Destination + logdir_var + Logging to "syslog" or "/var/log/radius.log" ? + select + /var/log + + + + + + + Radius Logging + radiuslogging + Enable logging? + select + no + + + + + + + Log bad authentication attempts? + radiuslogbadpass + Specifies whether to log bad authentication attempts to the radius.log file. Radius Logging must be enabled for this to work. + select + no + + + + + + + Log good authentication attempts? + radiusloggoodpass + Specifies whether to log good authentication attempts to the radius.log file. Radius Logging must be enabled for this to work. + select + no + + + + + + + + freeradius_settings_resync(); + + + freeradius_settings_resync(); + + -- cgit v1.2.3