In this OU=Employees,OU=Users,DC=org,DC=com
I have a list of CN (user1, user2, user3. Each CN (user) contains a list of attributes (isUseless, managerid, etc.)
I want to obtain a list of all CN Employees, whos attribute isUseless=Yes
.
I've searched all over the web and read countless tutorials, but am struggling to understand probably some basic concepts here. I would really apprecaite if someone could break down the solution for me.