diff options
author | jim-p <jimp@pfsense.org> | 2011-09-12 14:37:18 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-09-12 14:37:18 -0400 |
commit | 8d30332dc12238891211e11de853e776476393c8 (patch) | |
tree | f66fce86a4ac4b41d3fa05d8541347c2464cd901 /config | |
parent | 00e50c227ab449a27dc53aeded5f67099e9d559f (diff) | |
download | pfsense-packages-8d30332dc12238891211e11de853e776476393c8.tar.gz pfsense-packages-8d30332dc12238891211e11de853e776476393c8.tar.bz2 pfsense-packages-8d30332dc12238891211e11de853e776476393c8.zip |
Misc fixes (cdata more descr fields, chmod)
Diffstat (limited to 'config')
-rw-r--r-- | config/freeradius.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/freeradius.xml b/config/freeradius.xml index 68c6ed91..c03debbb 100644 --- a/config/freeradius.xml +++ b/config/freeradius.xml @@ -118,17 +118,17 @@ </adddeleteeditpagefields> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> - <chmod>077</chmod> + <chmod>0775</chmod> <item>http://www.pfsense.org/packages/config/freeradiusclients.xml</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> - <chmod>077</chmod> + <chmod>0775</chmod> <item>http://www.pfsense.org/packages/config/freeradiussettings.xml</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> - <chmod>077</chmod> + <chmod>0775</chmod> <item>http://www.pfsense.org/packages/config/freeradius.inc</item> </additional_files_needed> <fields> @@ -149,10 +149,10 @@ <field> <fieldname>ip</fieldname> <fielddescr>IP address</fielddescr> - <description>Framed-IP-Address. If you want this user to be assigned a specific IP address from radius, enter the IP + <description><![CDATA[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 enter an IP address here if you checked -"RADIUS issued IP" on vpn pptp or vpn pppoe configuration.</description> +"RADIUS issued IP" on vpn pptp or vpn pppoe configuration.]]></description> <type>input</type> </field> <field> @@ -189,7 +189,7 @@ different IP address to multiple simultaneous connections). IMPORTANT, you MUS <field> <fieldname>onlinetime</fieldname> <fielddescr>Online time</fielddescr> - <description>A time string may be a list of simple time strings separated with vertical bars `|' or commas `,'. + <description><![CDATA[A time string may be a list of simple time strings separated with vertical bars `|' or commas `,'. Each simple time string must begin either with a day-of-week abbreviation (one of `Su', `Mo', `Tu', `We', `Th', `Fr', `Sa'), or `Wk' for any day from Monday to Friday inclusive, or `Any' or `Al' for any day. @@ -209,7 +209,7 @@ Here are a few sample time strings with an explanation of what they mean. `Any' - This means any day. Since no time is specified, it means any time on any day. </description> + This means any day. Since no time is specified, it means any time on any day.]]></description> <type>input</type> </field> |