cakephp / datasources

CakePHP Datasources
http://cakephp.org
237 stars 115 forks source link

LdapSource read() fixes: conditions, offsets, and counts #115

Open ctgraham opened 9 years ago

ctgraham commented 9 years ago

Fix LdapSource read queries to properly handle conversion of conditions array to LDAP filter, to support offsets, and to properly handle counts (though still a hack).