<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE packagegui SYSTEM "./schema/packages.dtd">
<?xml-stylesheet type="text/xsl" href="./xsl/package.xsl"?>
<packagegui>
	<copyright>
<![CDATA[
/* $Id$ */
/* ========================================================================== */
/*
freeradiussync.xml
part of pfSense (http://www.pfSense.com)
Copyright (C) 2013 Alexander Wilke <nachtfalkeaw@web.de>
Copyright (C) 2013 Marcello Coutinho <marcellocoutinho@gmail.com>
based on pfblocker_sync.xml
All rights reserved.

Based on m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2006 Manuel Kasper <mk@neon1.net>.
All rights reserved.
*/
/* ========================================================================== */
/*
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
/* ========================================================================== */
]]></copyright>
	<description><![CDATA[Describe your package here]]></description>
	<requirements>Describe your package requirements here</requirements>
	<faq>Currently there are no FAQ items provided.</faq>
	<name>freeradiussync</name>
	<version>2.2.0</version>
	<title>FreeRADIUS: XMLRPC Sync</title>
	<include_file>/usr/local/pkg/freeradius.inc</include_file>
	<menu>
		<name>FreeRADIUS</name>
		<tooltiptext>Modify FreeRADIUS users, clients, and settings.</tooltiptext>
		<section>Services</section>
		<url>/pkg.php?xml=freeradiussync.xml</url>
	</menu>
	<service>
		<name>FreeRADIUS</name>
		<rcfile>radiusd.sh</rcfile>
		<executable>radiusd</executable>
		<description><![CDATA[The FreeRADIUS daemon.]]></description>
	</service>
	<tabs>
		<tab>
			<text>Users</text>
			<url>/pkg.php?xml=freeradius.xml</url>
		</tab>
		<tab>
			<text>MACs</text>
			<url>/pkg.php?xml=freeradiusauthorizedmacs.xml</url>
		</tab>
		<tab>
			<text>NAS / Clients</text>
			<url>/pkg.php?xml=freeradiusclients.xml</url>
		</tab>
		<tab>
			<text>Interfaces</text>
			<url>/pkg.php?xml=freeradiusinterfaces.xml</url>
		</tab>
		<tab>
			<text>Settings</text>
			<url>/pkg_edit.php?xml=freeradiussettings.xml&amp;id=0</url>
		</tab>
		<tab>
			<text>EAP</text>
			<url>/pkg_edit.php?xml=freeradiuseapconf.xml&amp;id=0</url>
		</tab>
		<tab>
			<text>SQL</text>
			<url>/pkg_edit.php?xml=freeradiussqlconf.xml&amp;id=0</url>
		</tab>
		<tab>
			<text>Certificates</text>
			<url>/pkg_edit.php?xml=freeradiuscerts.xml&amp;id=0</url>
		</tab>
		<tab>
			<text>LDAP</text>
			<url>/pkg_edit.php?xml=freeradiusmodulesldap.xml&amp;id=0</url>
		</tab>
		<tab>
			<text>View config</text>
			<url>/freeradius_view_config.php</url>
		</tab>
		<tab>
			<text>XMLRPC Sync</text>
			<url>/pkg_edit.php?xml=freeradiussync.xml&amp;id=0</url>
			<active/>
		</tab>
	</tabs>
	<fields>
		<field>
			<name>FreeRADIUS XMLRPC Sync</name>
			<type>listtopic</type>
		</field>
		<field>
			<fielddescr>Enable Sync</fielddescr>
			<fieldname>varsyncenablexmlrpc</fieldname>
			<description><![CDATA[All changes will be synced immediately to the IPs listed below if this option is checked.<br>
						<b>Important:</b> While using "Sync to hosts defined below", only sync from host A to B, A to C but <b>do not</B> enable XMLRPC sync <b>to</b> A. This will result in a loop!]]></description>
			<type>select</type>
			<required/>
			<default_value>auto</default_value>
			<options>
				<option><name>Sync to configured system backup server</name><value>auto</value></option>
				<option><name>Sync to host(s) defined below</name><value>manual</value></option>
				<option><name>Do not sync this package configuration</name><value>disabled</value></option>
			</options>
		</field>
		<field>
			<fielddescr>XMLRPC timeout</fielddescr>
			<fieldname>varsynctimeout</fieldname>
			<description><![CDATA[Timeout in seconds for the XMLRPC timeout. Default: 150]]></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>
					<fielddescr>Enable</fielddescr>
					<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>
					<type>select</type>
					<default_value>HTTP</default_value>
					<options>
						<option><name>HTTP</name><value>http</value></option>
						<option><name>HTTPS</name><value>https</value></option>
					</options>
				</rowhelperfield>
				<rowhelperfield>
					<fielddescr>GUI IP-Address</fielddescr>
					<fieldname>varsyncipaddress</fieldname>
					<description><![CDATA[IP Address of the destination host.]]></description>
					<type>input</type>
					<size>15</size>
				</rowhelperfield>
				<rowhelperfield>
					<fielddescr>GUI Port</fielddescr>
					<fieldname>varsyncport</fieldname>
					<description><![CDATA[Choose the port of the destination host.]]></description>
					<type>input</type>
					<size>3</size>
				</rowhelperfield>
				<rowhelperfield>
					<fielddescr>GUI Admin Password</fielddescr>
					<fieldname>varsyncpassword</fieldname>
					<description><![CDATA[Password of the user "admin" on the destination host.]]></description>
					<type>password</type>
					<size>20</size>
				</rowhelperfield>
			</rowhelper>
		</field>
	</fields>
	<custom_delete_php_command>
		freeradius_sync_on_changes();
	</custom_delete_php_command>	
	<custom_php_resync_config_command>
		freeradius_sync_on_changes();
	</custom_php_resync_config_command>
</packagegui>