Open yarosdev opened 8 years ago
I had the same issue, and the fix works for me as well!
Hi @jonathanjuursema , @Yarisrespect , has this been fixed on the repository or not?
Just so future devs wouldnt encounter this. The fix works for me as well.
Cheers!
This repo is dead! Use Adldap2/Adldap2 instead. Not to hard to migrate 👌🏻
Good to know. It seems we have already migrated away from this repo. :)
When user is member of multiple groups.
After research, I fiund out that $i <= $attributes[$key]['count'] should be rewritten $i < $attributes[$key]['count']
adldap\adldap\src\Objects\Ldap\Entry.php at line 52