summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/auth.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 45e0210..0af5ae6 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -687,6 +687,8 @@ function ldap_get_user_ous($show_complete_ou=false) {
$ous[] = $ou;
}
+ $ous[] = "OU=Users," . $ldapsearchbase;
+
return $ous;
}
OpenPOWER on IntegriCloud