From 064f9ca08cac8c1dc5dfa23721aaf090ee70dcd3 Mon Sep 17 00:00:00 2001 From: Nachtfalke Date: Wed, 28 Dec 2011 21:12:14 +0100 Subject: Update config/freeradius2/freeradius.xml --- config/freeradius2/freeradius.xml | 95 +++++++++++++++++++-------------------- 1 file changed, 47 insertions(+), 48 deletions(-) (limited to 'config/freeradius2/freeradius.xml') diff --git a/config/freeradius2/freeradius.xml b/config/freeradius2/freeradius.xml index e55720ac..d6ecd41d 100644 --- a/config/freeradius2/freeradius.xml +++ b/config/freeradius2/freeradius.xml @@ -9,7 +9,7 @@ /* freeradius.xml part of pfSense (http://www.pfSense.com) - Copyright (C) 2007 to whom it may belong + Copyright (C) 2011 - 2012 to Alexander Wilke All rights reserved. Based on m0n0wall (http://m0n0.ch/wall) @@ -40,9 +40,7 @@ POSSIBILITY OF SUCH DAMAGE. */ /* ========================================================================== */ -]]> - - +]]> Describe your package requirements here Currently there are no FAQ items provided. @@ -141,7 +139,7 @@ Username - username + varusersusername Description @@ -149,31 +147,27 @@ IP Address - ip - - - Subnet Mask - subnetmask + varusersframedipaddress Simultaneous Connections - multiconnect + varuserssimultaneousconnect - Expiration Time - expiration + Expiration Date + varusersexpiration - Session Time - sessiontime + Session Timeout + varuserssessiontimeout - Online Time - onlinetime + Possible Login Times + varuserslogintime VLAN ID - vlanid + varusersvlanid @@ -183,22 +177,23 @@ Username - username - + varusersusername + input Password - password + varuserspassword password Number of simultaneous connections - multiconnect - + varuserssimultaneousconnect + + 1 input @@ -208,7 +203,7 @@ IP Address - ip + varusersframedipaddress Framed-IP-Address must be supported by NAS.
If you want this user to be assigned a specific IP address from radius, enter the IP address here.
Continuous IP address is available with "+" suffix (e.g. 192.168.1.5+). Could be useful for simultaneous connections.
@@ -217,26 +212,26 @@
Subnet Mask - subnetmask + varusersframedipnetmask Framed-IP-Netmask must be supported by NAS. (e.g. 255.255.255.0)]]> input Gateway - gateway + varusersframedroute Framed-Route must be supported by NAS. Format is: Subnet Gateway Metric (e.g. 192.168.10.0 192.168.10.1 1).]]> input VLAN ID - vlanid - - Must be supported by the NAS.
- 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"]]>
+ varusersvlanid + + Must be supported by the NAS.
+ 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"]]>
input
@@ -244,20 +239,20 @@ listtopic - Expiration Time - expiration + Expiration Date + varusersexpiration input - Session Time - sessiontime + Session Timeout + varuserssessiontimeout input - Online time - onlinetime + Possible Login Times + varuserslogintime 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

@@ -275,25 +270,29 @@ input
- Additional RADIUS Options - additionaloptions + Additional RADIUS Options on the TOP of this entry + varuserstopadditionaloptions - You may append (after all options from above) custom RADIUS options to this user account (separated by commas).
+ You may append custom RADIUS options to this user account. If the syntax needs it, you have to set quotes and commas.
+ To put a command in a new line use ar vertical bar (|).

+ Example: DEFAULT Auth-Type = System

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).]]>
textarea - 10 + 4 75
- Output - usersoutput + Additional RADIUS Options at the END of this user entry + varusersbottomadditionaloptions - You may append (after all options from above) custom RADIUS options to this user account (separated by commas).
+ You may append custom RADIUS options to this user account. If the syntax needs it, you have to set quotes and commas.
+ To put a command in a new line use ar vertical bar (|).

+ Example: Service-Type == Login-User,|Login-Service == Telnet,|Login-IP-Host == 192.168.1.2

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).]]>
textarea - 10 + 4 75
-- cgit v1.2.3