diff options
author | Scott Ullrich <sullrich@gmail.com> | 2011-09-11 14:37:14 -0700 |
---|---|---|
committer | Scott Ullrich <sullrich@gmail.com> | 2011-09-11 14:37:14 -0700 |
commit | 72e7dbb4d9b07c0ca48352f63986de9cc0225a08 (patch) | |
tree | 1c343fcd7aa577b410cf9532a0d3e765df11c226 /config | |
parent | becdca35d24b709b16ed1c4c2b3676814d3eba67 (diff) | |
parent | 6c39a282bce9bc7c1e9f3f6e3d1233ac4e3fe836 (diff) | |
download | pfsense-packages-72e7dbb4d9b07c0ca48352f63986de9cc0225a08.tar.gz pfsense-packages-72e7dbb4d9b07c0ca48352f63986de9cc0225a08.tar.bz2 pfsense-packages-72e7dbb4d9b07c0ca48352f63986de9cc0225a08.zip |
Merge pull request #72 from Nachtfalkeaw/patch-25
added user attributes "Framed-IP-Netmask" and "Framed-Routing" to webGUI
Diffstat (limited to 'config')
-rw-r--r-- | config/freeradius.xml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/config/freeradius.xml b/config/freeradius.xml index 6d7c0a5f..68368048 100644 --- a/config/freeradius.xml +++ b/config/freeradius.xml @@ -145,10 +145,22 @@ <field> <fieldname>ip</fieldname> <fielddescr>IP address</fielddescr> - <description>If you want this user to be assigned a specific IP address from radius, enter the IP + <description>Framed-IP-Address. 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(example:192.168.1.5+. It may help for assigning the -different IP address to multiple simultaneous connections). IMPORTANT, you MUST ener an IP address here if you checked -"RADIUS issued IP's" on vpn pptp or vpn pppoe configuration.</description> +different IP address to multiple simultaneous connections). IMPORTANT, 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> + <field> + <fieldname>subnetmask</fieldname> + <fielddescr>subnetmask</fielddescr> + <description>Framed-IP-Netmask</description> + <type>input</type> + </field> + <field> + <fieldname>gateway</fieldname> + <fielddescr>gateway</fielddescr> + <description>Framed-Routing</description> <type>input</type> </field> <field> |