From 089612dd5c1fbb8a658066dd4fbf842907ab3abd Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 18 Dec 2023 15:13:39 +0100 Subject: [PATCH] auth - minor stylefix in configd configuration. --- src/opnsense/service/conf/actions.d/actions_auth.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/opnsense/service/conf/actions.d/actions_auth.conf b/src/opnsense/service/conf/actions.d/actions_auth.conf index 1b78cd48a..93653a775 100644 --- a/src/opnsense/service/conf/actions.d/actions_auth.conf +++ b/src/opnsense/service/conf/actions.d/actions_auth.conf @@ -3,18 +3,18 @@ command:/usr/local/sbin/pluginctl -c user_changed parameters:%s type:script message:user %s changed -allowed_groups = wheel +allowed_groups: wheel [add.user] command:/usr/local/opnsense/scripts/auth/add_user.php -u parameters:%s type:script_output message:add user %s -allowed_groups = wheel +allowed_groups: wheel [list.groups] command:/usr/local/opnsense/scripts/auth/list_group_members.php parameters: type:script_output message:list group memberships -allowed_groups = wheel +allowed_groups: wheel