fixed gui auth against AD to include list membership info

This commit is contained in:
SJ
2013-04-17 11:32:05 +02:00
parent ebbbb77fb6
commit a198aa11e8
3 changed files with 13 additions and 1 deletions

View File

@ -57,6 +57,7 @@ class LDAP {
$query = new stdClass();
$query->filter = $filter;
$query->row = isset($data[0]) ? $data[0] : array();
$query->dn = isset($results[0]['dn']) ? $results[0]['dn'] : "";
$query->rows = $data;