Hi,
I am trying to locate a user using LDAP. I may not know what OU the user
is
in. A query fails if I try something like:
Set usr = GetObject("CN=Cory Laidlaw,DC=Beyond01,DC=local")
However, if I give it the OU's it works fine. the problem is that I don't
want to assume my client will always create the user account in the same
OU
(for example, they don't use Small Business Server, which defaults to the
OU
'SBSUsers'.)
Is there a way to do this? Help! Thanks!!