summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_hasync.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-06-24 15:32:48 -0400
committerjim-p <jimp@pfsense.org>2013-06-24 15:33:16 -0400
commit4efdada8f32335b350a747063acacb96a93e4f08 (patch)
treefffe49fd816b7c84d934f94dea40e37c361f69fd /usr/local/www/system_hasync.php
parentfc1f4960ca00eb11e320a97b2c5270d5ac8951a0 (diff)
downloadpfsense-4efdada8f32335b350a747063acacb96a93e4f08.zip
pfsense-4efdada8f32335b350a747063acacb96a93e4f08.tar.gz
Add option and code to sync Auth servers with XMLRPC.
Diffstat (limited to 'usr/local/www/system_hasync.php')
-rwxr-xr-xusr/local/www/system_hasync.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr/local/www/system_hasync.php b/usr/local/www/system_hasync.php
index 05a8133..a686581 100755
--- a/usr/local/www/system_hasync.php
+++ b/usr/local/www/system_hasync.php
@@ -48,6 +48,7 @@ $a_hasync = &$config['hasync'];
$checkbox_names = array('pfsyncenabled',
'synchronizeusers',
+ 'synchronizeauthservers',
'synchronizecerts',
'synchronizerules',
'synchronizeschedules',
@@ -190,6 +191,14 @@ include("head.inc");
</td>
</tr>
<tr valign="top">
+ <td width="22%" class="vncell">Synchronize Auth Servers</td>
+ <td class="vtable">
+ <input id='synchronizeauthservers' type='checkbox' name='synchronizeauthservers' value='on' <?php if ($pconfig['synchronizeauthservers'] === "on") echo "checked='checked'"; ?> />
+ <br />
+ When this option is enabled, this system will automatically sync the authentication servers (e.g. LDAP, RADIUS) over to the other HA host when changes are made.
+ </td>
+ </tr>
+ <tr valign="top">
<td width="22%" class="vncell">Synchronize Certificates</td>
<td class="vtable">
<input id='synchronizecerts' type='checkbox' name='synchronizecerts' value='on' <?php if ($pconfig['synchronizecerts'] === "on") echo "checked='checked'"; ?> />
OpenPOWER on IntegriCloud