#40345 - 2003-05-1703:36 AMMore on perceived FILTER problem
Howard BullockHoward Bullock
KiX Supporter
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
I think I have uncovered some pertinent data regarding the perceived ADSI filter issue where computers are returned when the FILTER is set to "user" as seen in thread:
Using an alternative method (ADODB) to query the "users" from Active Directory I have discovered that an object seems to have an array of CLASS attributes. A user has shows these class attributes: top person organizationalPerson user while a computer object has these: top person organizationalPerson user computer.
With the above info I can see why ADSI is returning both users and computers when the FILTER is set to "user".
You can gather your own data with the following code.
[ 17. May 2003, 03:55: Message edited by: Howard Bullock ]