-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: None
-
None
-
Environment:Active Directory
We are seeing computers in the Principals lists.
Looks like MS AD lists Computers as Users. So you need to look for objectclass=user and objectclass!=computer
For now I fixed it with a (objectCategory=CN=Person,CN=Schema,CN=Configuration,DC=mycompany,DC=com) should also work if the last part could be a wild card.
Change the AD default filter to ignore the computer object type.