From 458b2787beb9bed358d1a9d72edcb8412d72f243 Mon Sep 17 00:00:00 2001 From: Nacht Falke Date: Sun, 18 Dec 2011 23:52:25 +0000 Subject: Added additional .XML to configure eap.conf --- config/freeradius2/freeradiuseapconf.xml | 290 +++++++++++++++++++++++++++++++ 1 file changed, 290 insertions(+) create mode 100644 config/freeradius2/freeradiuseapconf.xml (limited to 'config/freeradius2/freeradiuseapconf.xml') diff --git a/config/freeradius2/freeradiuseapconf.xml b/config/freeradius2/freeradiuseapconf.xml new file mode 100644 index 00000000..cff17c09 --- /dev/null +++ b/config/freeradius2/freeradiuseapconf.xml @@ -0,0 +1,290 @@ + + + + + + . + 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 requirements here + Currently there are no FAQ items provided. + freeradiuseapconf + none + FreeRADIUS: Settings + pkg_edit.php?xml=freeradiuseapconf.xml&id=0 + /usr/local/pkg/freeradius.inc + + + Users + /pkg.php?xml=freeradius.xml + + + NAS / Clients + /pkg.php?xml=freeradiusclients.xml + + + Interfaces + /pkg.php?xml=freeradiusinterfaces.xml + + + Settings + /pkg_edit.php?xml=freeradiussettings.xml&id=0 + + + EAP + /pkg_edit.php?xml=freeradiuseapconf.xml&id=0 + + + + + + EAP + listtopic + + + Default EAP Type + vareapconfdefaulteaptype + + select + md5 + + + + + + + + Expiration of EAP-Response/Request List + vareapconftimerexpire + + input + 60 + + + Ignore Unknown EAP Types + vareapconfignoreunknowneaptypes + must be configured to proxy the request to a further RADIUS server. (Default: no)]]> + select + no + + + + + + + CISCO Accounting Username Bug + vareapconfciscoaccountingusernamebug + + select + no + + + + + + + Maximum Sessions Tracking per Server + vareapconfmaxsessions + + input + 4096 + + + EAP-TLS and EAP-TLS with OCSP support + listtopic + + + Private Key Password + vareapconfprivatekeypassword + + password + whatever + + + Private Key File + vareapconfprivatekeyfile + must in /usr/local/etc/raddb/certs/ (Default: server.pem)]]> + input + server.pem + + + Private Key File + vareapconfprivatekeyfile + must be in /usr/local/etc/raddb/certs/ (Default: server.pem)]]> + input + server.pem + + + Server Certificate File + vareapconfcertificatefile + must be in /usr/local/etc/raddb/certs/ (Default: server.pem)]]> + input + server.pem + + + CA File + vareapconfcafile + must be in /usr/local/etc/raddb/certs/ (Default: ca.pem)]]> + input + ca.pem + + + DH File + vareapconfdhfile + must be in /usr/local/etc/raddb/certs/ (Default: dh)]]> + input + dh + + + Random File + vareapconfrandomfile + must be in /usr/local/etc/raddb/certs/ (Default: random)]]> + input + random + + + Enable OCSP + vareapconfocspenable + + select + no + + + + + + + Override OCSP Responder URL + vareapconfocspoverridecerturl + + select + no + + + + + + + OCSP Responder + vareapconfocspurl + must be enabled for this to work. (Default: http://127.0.0.1/ocsp/)]]> + input + http://127.0.0.1/ocsp/ + + + EAP-TTLS + listtopic + + + Default EAP Type + vareapconfttlsdefaulteaptype + + select + md5 + + + + + + Copy Request to Tunnel + vareapconfttlscopyrequesttotunnel + not in the tunneled authentication request, but which is available outside of the tunnel, is copied to the tunneled request. (Default: no)]]> + select + no + + + + + + + Use Tunneled Reply + vareapconfttlsusetunneledreply + + select + no + + + + + + + EAP-PEAP with MSCHAPv2 + listtopic + + + Default EAP Type + vareapconfpeapdefaulteaptype + + select + mschapv2 + + + + + + Copy Request to Tunnel + vareapconfpeapcopyrequesttotunnel + not in the tunneled authentication request, but which is available outside of the tunnel, is copied to the tunneled request. (Default: no)]]> + select + no + + + + + + + Use Tunneled Reply + vareapconfpeapusetunneledreply + + select + no + + + + + + + + freeradius_eapconf_resync(); + + + freeradius_eapconf_resync(); + + \ No newline at end of file -- cgit v1.2.3