Is it possible to recover a list of the groups of an user with something like :
Copy code
(&(objectClass=person)(uid=test))
(the filter is working, but with no groups)
I found a way to recover the list of users inside a group, i am just wondering if i can do better, thanks 🙂