summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-03-29 13:23:58 -0500
committerChris Buechler <cmb@pfsense.org>2016-03-29 13:23:58 -0500
commit792adb45108d8d5b6eff079b3e14d7197b5c2670 (patch)
tree61c9276e2d5989c00ad6adca87fb124c0a25bc3c /src/etc
parentf788b1e27563886bfee53e07f408e0ea432fa4ac (diff)
downloadpfsense-792adb45108d8d5b6eff079b3e14d7197b5c2670.zip
pfsense-792adb45108d8d5b6eff079b3e14d7197b5c2670.tar.gz
Don't modify the group file for scope remote. Ticket #6012
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/inc/auth.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/auth.inc b/src/etc/inc/auth.inc
index 8c2c9a9..9db25af 100644
--- a/src/etc/inc/auth.inc
+++ b/src/etc/inc/auth.inc
@@ -738,7 +738,7 @@ function local_group_set($group, $reset = false) {
$group_members = implode(",", $group['member']);
}
- if (empty($group_name)) {
+ if (empty($group_name) || $group['scope'] == "remote") {
return;
}
OpenPOWER on IntegriCloud