summaryrefslogtreecommitdiff
path: root/inc/auth
diff options
context:
space:
mode:
Diffstat (limited to 'inc/auth')
-rw-r--r--inc/auth/ad.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/auth/ad.class.php b/inc/auth/ad.class.php
index aac17f33c..9915b9f11 100644
--- a/inc/auth/ad.class.php
+++ b/inc/auth/ad.class.php
@@ -140,7 +140,7 @@ class auth_ad extends auth_basic {
$info['dn'] = $result[0]['dn'];
// handle ActiveDirectory memberOf
- $info['grps'] = $this->adldap->user_groups($user);
+ $info['grps'] = $this->adldap->user_groups($user,(bool) $this->opts['recursive_groups']);
if (is_array($info['grps'])) {
foreach ($info['grps'] as $ndx => $group) {