aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeradius2
diff options
context:
space:
mode:
authorIT-B-IT <alejandro.vargas@islandtug.com>2012-09-25 14:01:41 -0700
committerIT-B-IT <alejandro.vargas@islandtug.com>2012-09-25 14:01:41 -0700
commit9526d45b9149d49e260501c216f2a8c2affb1f80 (patch)
tree72984f712e2a4a9ac896e7cebd548985710fa6ba /config/freeradius2
parent45c2b3e5c39a72834921475162584727b7d3543e (diff)
downloadpfsense-packages-9526d45b9149d49e260501c216f2a8c2affb1f80.tar.gz
pfsense-packages-9526d45b9149d49e260501c216f2a8c2affb1f80.tar.bz2
pfsense-packages-9526d45b9149d49e260501c216f2a8c2affb1f80.zip
Update config/freeradius2/freeradiussync.xml
Added the option to edit the default XMLRPC timeout from the GUI also added the option to activate or deactivate the servers that it is going to replicate to by adding a check mark to each server
Diffstat (limited to 'config/freeradius2')
-rw-r--r--config/freeradius2/freeradiussync.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/config/freeradius2/freeradiussync.xml b/config/freeradius2/freeradiussync.xml
index 334a98f3..6d7d6f2f 100644
--- a/config/freeradius2/freeradiussync.xml
+++ b/config/freeradius2/freeradiussync.xml
@@ -123,11 +123,24 @@ POSSIBILITY OF SUCH DAMAGE.
<type>checkbox</type>
</field>
<field>
+ <fielddescr>XMLRPC timeout</fielddescr>
+ <fieldname>varsynctimeout</fieldname>
+ <description><![CDATA[Timeout in seconds for the XMLRPC timeout]]></description>
+ <type>input</type>
+ <default_value>150</default_value>
+ <size>5</size>
+ </field>
+
+ <field>
<fielddescr>Destination Server</fielddescr>
<fieldname>none</fieldname>
<type>rowhelper</type>
<rowhelper>
<rowhelperfield>
+ <fieldname>varsyncdestinenable</fieldname>
+ <type>checkbox</type>
+ </rowhelperfield>
+ <rowhelperfield>
<fielddescr>GUI Protocol</fielddescr>
<fieldname>varsyncprotocol</fieldname>
<description><![CDATA[Choose the protocol of the destination host. Probably <b>http</b> or <b>https</b>]]></description>
@@ -152,7 +165,7 @@ POSSIBILITY OF SUCH DAMAGE.
<type>input</type>
<size>3</size>
</rowhelperfield>
- <rowhelperfield>
+ <rowhelperfield>
<fielddescr>GUI Admin Password</fielddescr>
<fieldname>varsyncpassword</fieldname>
<description><![CDATA[Password of the user "admin" on the destination host.]]></description>