mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
fixed gui auth against AD to include list membership info
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user