diff options
Diffstat (limited to 'apps/user_ldap/lib/Command/CheckGroup.php')
-rw-r--r-- | apps/user_ldap/lib/Command/CheckGroup.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/Command/CheckGroup.php b/apps/user_ldap/lib/Command/CheckGroup.php index 8617b06c57f..91faa11888c 100644 --- a/apps/user_ldap/lib/Command/CheckGroup.php +++ b/apps/user_ldap/lib/Command/CheckGroup.php @@ -89,6 +89,7 @@ class CheckGroup extends Command { if ($exists === true) { $output->writeln('The group is still available on LDAP.'); if ($input->getOption('update')) { + $this->backend->getLDAPAccess($gid)->connection->clearCache(); $this->updateGroup($gid, $output, $wasMapped); } return 0; |