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/freeradius.xml | 41 +++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 17 deletions(-) mode change 100755 => 100644 config/freeradius2/freeradius.xml (limited to 'config/freeradius2/freeradius.xml') diff --git a/config/freeradius2/freeradius.xml b/config/freeradius2/freeradius.xml old mode 100755 new mode 100644 index 929dea53..b70b2713 --- a/config/freeradius2/freeradius.xml +++ b/config/freeradius2/freeradius.xml @@ -3,7 +3,7 @@ - +]]> + - Describe your package here + Describe your package requirements here Currently there are no FAQ items provided. freeradius @@ -59,7 +60,7 @@ FreeRADIUS radiusd.sh radiusd - The FreeRADIUS daemon. + @@ -80,6 +81,10 @@ Settings /pkg_edit.php?xml=freeradiussettings.xml&id=0 + + EAP + /pkg_edit.php?xml=freeradiuseapconf.xml&id=0 + @@ -130,6 +135,11 @@ 0755 http://www.pfsense.org/packages/config/freeradius2/freeradiussettings.xml + + /usr/local/pkg/ + 0755 + http://www.pfsense.org/packages/config/freeradius2/freeradiuseapconf.xml + /usr/local/pkg/ 0755 @@ -148,21 +158,21 @@ Username username - Enter the username. + input Password password - Enter the password for this username. + password Number of simultaneous connections multiconnect - The maximum of simultaneous connections with this username. + input @@ -200,8 +210,7 @@ This setting can be used for a NAS that supports the following RADIUS parameters:

Tunnel-Type = VLAN
Tunnel-Medium-Type = IEEE-802
- Tunnel-Private-Group-ID = "THIS IS YOUR INPUT"]]> - + Tunnel-Private-Group-ID = "THIS IS YOUR INPUT"]]> input @@ -211,13 +220,13 @@ Expiration Time expiration - Enter the date when this account should expire. Format is: Mmm dd yyyy (e.g. Jan 01 2012). + input Session Time sessiontime - Enter the time this user has until relogin in seconds. + input @@ -227,7 +236,6 @@ Every time string contains a day (Mo,Tu,We,Th,Fr,Sa,Su) or all weekdays which is from monday till friday (Wk).

Wk0855-2305,Sa,Su2230-0230

This means weekdays after 8:55 AM and before 11:05 PM | any time on saturday | sunday after 10:30 PM and before 02:30 AM.]]> - input
@@ -237,7 +245,7 @@ Description description - Enter any description for this user you like. + input @@ -246,8 +254,7 @@ You may append (after all options from above) custom RADIUS options to this user account (separated by commas).
IMPORTANT: If you don't format this field correctly freeRADIUS will not start because of syntax errors.
- Verify your changes by checking users file (/usr/local/etc/raddb/users).]]> -
+ Verify your changes by checking users file (/usr/local/etc/raddb/users).]]> textarea 10 75 @@ -264,9 +271,9 @@ freeradius_settings_resync(); freeradius_clients_resync(); freeradius_users_resync(); - exec("chown -R root:wheel /usr/local/etc/raddb"); - exec("chown -R root:wheel /usr/local/lib/freeradius-2.1.12"); + freeradius_eapconf_resync(); exec("rm -f /usr/local/etc/raddb/sites-enabled/control-socket"); + exec("rm -f /usr/local/etc/raddb/sites-enabled/inner-tunnel"); freeradius_deinstall_command(); -- cgit v1.2.3