From 3872dee261779a3263155935a578173205aae533 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 30 Apr 2016 20:38:16 -0400 Subject: Added support for LDAP Posix Groups (OpenLDAP with memberUid) --- app/Core/Ldap/Query.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/Core/Ldap/Query.php') diff --git a/app/Core/Ldap/Query.php b/app/Core/Ldap/Query.php index 7c1524ca..0f9abb5c 100644 --- a/app/Core/Ldap/Query.php +++ b/app/Core/Ldap/Query.php @@ -66,6 +66,10 @@ class Query $this->entries = $entries; + if (DEBUG && $this->client->hasLogger()) { + $this->client->getLogger()->debug('NbEntries='.$entries['count']); + } + return $this; } -- cgit v1.2.3