diff options
author | Alexander Wilke <nachtfalkeaw@web.de> | 2012-01-02 18:29:29 +0000 |
---|---|---|
committer | Alexander Wilke <nachtfalkeaw@web.de> | 2012-01-02 18:29:29 +0000 |
commit | 582c04866102a5c8fc30ea83d85261f5c291b3f9 (patch) | |
tree | 269d75dbf2056999fe00e502e48613dd49a1910f /config/freeradius2/freeradius.xml | |
parent | efda45c843dcf50b54a9ec8bf1d30b6be9cc8fec (diff) | |
download | pfsense-packages-582c04866102a5c8fc30ea83d85261f5c291b3f9.tar.gz pfsense-packages-582c04866102a5c8fc30ea83d85261f5c291b3f9.tar.bz2 pfsense-packages-582c04866102a5c8fc30ea83d85261f5c291b3f9.zip |
freeradius2 updates pkg v1.4.2
Diffstat (limited to 'config/freeradius2/freeradius.xml')
-rwxr-xr-x | config/freeradius2/freeradius.xml | 31 |
1 files changed, 22 insertions, 9 deletions
diff --git a/config/freeradius2/freeradius.xml b/config/freeradius2/freeradius.xml index 627506a7..2f37b067 100755 --- a/config/freeradius2/freeradius.xml +++ b/config/freeradius2/freeradius.xml @@ -213,9 +213,9 @@ <field> <fielddescr>IP Address</fielddescr> <fieldname>varusersframedipaddress</fieldname> - <description><![CDATA[<b>Framed-IP-Address</b> must be supported by NAS.<br> + <description><![CDATA[<b>Framed-IP-Address</b> must be supported by NAS.<br><br> If you want this user to be assigned a specific IP address from radius, enter the IP address here.<br> - Continuous IP address is available with "+" suffix (e.g. 192.168.1.5+). Could be useful for simultaneous connections.<br> + Continuous IP address is available with "+" suffix (e.g. 192.168.1.5+). Could be useful for simultaneous connections.<br><br> <b>IMPORTANT:</b> You must enter an IP address here if you checked "RADIUS issued IP" on VPN PPTP or VPN PPPoE configuration.]]></description> <type>input</type> </field> @@ -279,27 +279,40 @@ <type>input</type> </field> <field> - <fielddescr>Additional RADIUS Options on the TOP of this entry</fielddescr> + <fielddescr>Additional RADIUS Attributes on the TOP of this entry</fielddescr> <fieldname>varuserstopadditionaloptions</fieldname> <description><![CDATA[This is for experts only and should be treat with care!<br> You may append custom RADIUS options to this user account. If the syntax needs it, you have to set quotes and commas.<br> - To put a command in a new line use ar vertical bar (|).<br><br> + To put a command in a new line use a vertical bar (|).<br><br> Example: DEFAULT Auth-Type = System<br><br> <b>IMPORTANT:</b> If you don't format this field correctly freeRADIUS will not start because of syntax errors.<br> - Verify your changes by checking users file (/usr/local/etc/raddb/users).]]></description> + Verify your changes by checking users file (View config -> users).]]></description> <type>textarea</type> <rows>4</rows> <cols>75</cols> </field> <field> - <fielddescr>Additional RADIUS Options at the END of this user entry</fielddescr> - <fieldname>varusersbottomadditionaloptions</fieldname> + <fielddescr>Additional RADIUS Attributes (CHECK-ITEM).</fielddescr> + <fieldname>varuserscheckitemsadditionaloptions</fieldname> <description><![CDATA[This is for experts only and should be treat with care!<br> You may append custom RADIUS options to this user account. If the syntax needs it, you have to set quotes and commas.<br> - To put a command in a new line use ar vertical bar (|).<br><br> + To put a command in a new line use a vertical bar (|).<br><br> + Example: Max-Daily-Session := 36000<br><br> + <b>IMPORTANT:</b> If you don't format this field correctly freeRADIUS will not start because of syntax errors.<br> + Verify your changes by checking users file (View config -> users).]]></description> + <type>textarea</type> + <rows>4</rows> + <cols>75</cols> + </field> + <field> + <fielddescr>Additional RADIUS Attributes (REPLY-ITEM).</fielddescr> + <fieldname>varusersreplyitemsadditionaloptions</fieldname> + <description><![CDATA[This is for experts only and should be treat with care!<br> + You may append custom RADIUS options to this user account. If the syntax needs it, you have to set quotes and commas.<br> + To put a command in a new line use a vertical bar (|).<br><br> Example: Service-Type == Login-User,|Login-Service == Telnet,|Login-IP-Host == 192.168.1.2<br><br> <b>IMPORTANT:</b> If you don't format this field correctly freeRADIUS will not start because of syntax errors.<br> - Verify your changes by checking users file (/usr/local/etc/raddb/users).]]></description> + Verify your changes by checking users file (View config -> users).]]></description> <type>textarea</type> <rows>4</rows> <cols>75</cols> |