I'm working on a PHP project for my job and I ran into an issue. I can't figure out why my query (which just retrive all users) only return 34 results out of 348 entries. It's not depending in which OU they are or anything, it's just like : "You can come, no not you... Yu. No not you, Yu !"
It's always the same 34 persons.
Here's the search filter:
(&(objectCategory=person)(samaccountname=*))
Everything else is fine, it only took me one whole day of work to make the authentification work :3
Ask for more information, I'm new to LDAP, plus PHP and me isn't a love story.