Add root warning to HA node sync privilege.

(cherry picked from commit 03b8b94ed8)
This commit is contained in:
jim-p 2019-10-23 08:26:35 -04:00
parent dc9393ba89
commit 7df98f28fc

View File

@ -5,6 +5,7 @@ global $priv_list;
$priv_list['system-xmlrpc-ha-sync'] = array();
$priv_list['system-xmlrpc-ha-sync']['name'] = gettext("System - HA node sync");
$priv_list['system-xmlrpc-ha-sync']['descr'] = gettext("Allow access to authenticate this user for HA sync via XMLRPC");
$priv_list['system-xmlrpc-ha-sync']['warn'] = "standard-warning-root";
$priv_list['user-services-captiveportal-login'] = array();
$priv_list['user-services-captiveportal-login']['name'] = gettext("User - Services: Captive Portal login");