lib/ext

Aleksander Machniak machniak at kolabsys.com
Wed Jan 23 18:05:42 CET 2013


 lib/ext/Net/LDAP3.php |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 33399f573def8fd9933e4b2feefd89a95fd1b4b3
Author: Aleksander Machniak <alec at alec.pl>
Date:   Wed Jan 23 17:45:54 2013 +0100

    Reset additional search filter after search (Bug #1565)

diff --git a/lib/ext/Net/LDAP3.php b/lib/ext/Net/LDAP3.php
index 76c6702..df44b0f 100644
--- a/lib/ext/Net/LDAP3.php
+++ b/lib/ext/Net/LDAP3.php
@@ -1325,6 +1325,8 @@ class Net_LDAP3
 
         $search = $this->search($base_dn, $filter, $scope, $sort, $search);
 
+        $this->additional_filter = null;
+
         if (!$search) {
             $this->_debug("Net_LDAP3: Search did not succeed!");
             return FALSE;





More information about the commits mailing list