|
|
|
Time Tracking:
|
|
Original Estimate:
|
4 hours
|
|
|
Remaining Estimate:
|
4 hours
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
|