diff options
author | Nachtfalkeaw <nachtfalkeaw@web.de> | 2011-09-12 00:35:53 +0300 |
---|---|---|
committer | Nachtfalkeaw <nachtfalkeaw@web.de> | 2011-09-12 00:35:53 +0300 |
commit | 6c39a282bce9bc7c1e9f3f6e3d1233ac4e3fe836 (patch) | |
tree | acf9f240908efef70db2716ffec82ac001c17c8f /config/freeradius.xml | |
parent | a6a23348304685bbf5ec76e58b46559379eb876f (diff) | |
download | pfsense-packages-6c39a282bce9bc7c1e9f3f6e3d1233ac4e3fe836.tar.gz pfsense-packages-6c39a282bce9bc7c1e9f3f6e3d1233ac4e3fe836.tar.bz2 pfsense-packages-6c39a282bce9bc7c1e9f3f6e3d1233ac4e3fe836.zip |
added user attruibutes "Framed-IP-Netmask" and "Framed-Routing" to webGUI
Diffstat (limited to 'config/freeradius.xml')
-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> |