zend-ldap
zend-ldap copied to clipboard
Ldap component from Zend Framework
> **Adding feature to search user with pagination?** - [ ] Why is the new feature needed? What purpose does it serve? Most of Active directory has a limit of...
Originally requested at https://github.com/zendframework/zf2/issues/2780. Now that ZF requires PHP 5.5, we can rely on `ldap_control_paged_result` to send the paging control option and consume all entries. It's simply a matter of...
This is a "reopen" of zendframework/zendframework#6299 I just ran into the same problem. The comparison in isChildOf is case sensitive in regard to the attribute values (not the attribute names...
I've noticed that there are some DateTime-Typehints that should be replaced with DateTimeInterface to allow passing of DateTimeImmutable as well.
This one is bad. Other methods that require an ldap bind to have been made, like `Ldap::search()`, check if the connection is already bound and call `Ldap::bind()` if not, so...