Think I know what it is ... standby ...

Yeah, maybe ...

We always created filters like this becuase it was convient:

$filter = "user",""

and the WinNT provider was never sensitive to the fact the the second element of the array was a NULL string ... now, your using the LDAP provider which may have more stringient rules about this, so I would suggest you handjob the array instead, example:

dim $filter[0]

$filter[0] = "organizationalUnit"

Crossing my fingers ...

-Shawn

[ 13 June 2002, 18:23: Message edited by: Shawn ]