Merge branch 'ldap_group_issue' into 'master'

ldap group import: unset group after import

See merge request !35
This commit is contained in:
Florian Schlichting 2016-12-27 20:33:35 +00:00
commit 8dc7ab26c4

View File

@ -170,6 +170,7 @@ class ldapDrivers
$row[$arr[$j]] = count($arr[$arr[$j]])>2?$arr[$arr[$j]]:$arr[$arr[$j]][0]; $row[$arr[$j]] = count($arr[$arr[$j]])>2?$arr[$arr[$j]]:$arr[$arr[$j]][0];
} }
$ret[]=$row; $ret[]=$row;
unset($row);
} }
} }
return $ret; return $ret;