From df7678f01ee82cd5fd0d0e985ace5b6dca0d046f Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 12 Jun 2014 13:32:21 +0200 Subject: specify no attribute for group exists check, as done with users --- apps/user_ldap/group_ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/user_ldap/group_ldap.php') diff --git a/apps/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php index 4051b1d8cae..af41bf65323 100644 --- a/apps/user_ldap/group_ldap.php +++ b/apps/user_ldap/group_ldap.php @@ -469,7 +469,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { } //if group really still exists, we will be able to read its objectclass - $objcs = $this->access->readAttribute($dn, 'objectclass'); + $objcs = $this->access->readAttribute($dn, ''); if(!$objcs || empty($objcs)) { $this->access->connection->writeToCache('groupExists'.$gid, false); return false; -- cgit v1.2.3