summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/auth.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-08-28 10:09:18 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-08-28 10:12:00 -0400
commit7411c28597e2f7a4f19a4892d784318589c93c28 (patch)
tree0a235660e09f4eb6726fcd3f9bcce89b09d5314f /src/etc/inc/auth.inc
parentcce31ca105b7771978196761b7c8283930edf3a9 (diff)
downloadpfsense-7411c28597e2f7a4f19a4892d784318589c93c28.zip
pfsense-7411c28597e2f7a4f19a4892d784318589c93c28.tar.gz
Fixed bug #5028
The page was junk as originally converted. It has been re-written to work as required. Links to certificates have yet to be implemented, but that will be added once testing is complete on this version.
Diffstat (limited to 'src/etc/inc/auth.inc')
-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 ad98c5c..2e585bf 100644
--- a/src/etc/inc/auth.inc
+++ b/src/etc/inc/auth.inc
@@ -622,7 +622,7 @@ function local_user_get_groups($user, $all = false) {
function local_user_set_groups($user, $new_groups = NULL ) {
global $debug, $config, $groupindex;
-
+
if (!is_array($config['system']['group'])) {
return;
}
OpenPOWER on IntegriCloud