LDAP
LDAP copied to clipboard
A Pure PHP LDAP Library.
For getting latest changes from Ldap we have used dirsync class. When we call $dirSync->getChanges() then its throwing Below exception. Please help me to resolve this issue. > PHP Fatal...
All versions of PHP up to 7.4 are now EOL, and have been for some time: https://www.php.net/supported-versions.php Even sometime this year PHP 7.4 will stop getting security updates. This library...
I would like to release a v1.0.0 version of this library, as it has been getting many 0.x.0 releases and I haven't really defined what a 1.0.0 type of release...
Not sure if it should be named like this, but I was missing LDAP-style case insensitive search in Entries. Maybe use mb_strtolower ? Or an LDAP spec strtolower() implementation.. ?...
I'm not sure why this happens, but I have seen it occur sporadically on Windows builds in AppVeyor. I have been unable to reproduce it yet. Perhaps the condition is...
Explicitly denote classes that implement __toString as Stringable (as [suggested by the official PHP docs](https://www.php.net/manual/en/class.stringable.php)), which helps IDEs to check type safety.
Send NO_SUCH_OBJECT (32) instead of SUCCESS (2) as code of SearchResultDone message when no entries where returned. This matches the ldap spec, and behavior of other ldap server implementations.
The server component doesn't support SASL. That's not a direct issue for me, a full implementation might require lots of work. It would be nice though that the server component...
Just adding some various server updates for the release.