mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add root warning to HA node sync privilege.
(cherry picked from commit 03b8b94ed8)
This commit is contained in:
parent
dc9393ba89
commit
7df98f28fc
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user