M
mrwoopey
Hi,
I am using the example "Authenticate against the Active Directory by
Using Forms Authentication and Visual Basic .NET":
http://support.microsoft.com/default.aspx?scid=KB;EN-US;326340
But I am having a problem figuring out the LDAP://
The LDAP:// that I pass looks like this (i substitued generic the
following with generic name):
Dim adPath as String =
LDAP://DC=SomeDomainControllerComputerThatHasActiveDirectory"
But I am receiveing the following message when I try to log in with
the example:
"Error authenticating. Error authenticating user. The specified domain
either does not exist or could not be contacted"
How do I figure out how my "LDAP://" should look like?
Thanks,
Phin
I am using the example "Authenticate against the Active Directory by
Using Forms Authentication and Visual Basic .NET":
http://support.microsoft.com/default.aspx?scid=KB;EN-US;326340
But I am having a problem figuring out the LDAP://
The LDAP:// that I pass looks like this (i substitued generic the
following with generic name):
Dim adPath as String =
LDAP://DC=SomeDomainControllerComputerThatHasActiveDirectory"
But I am receiveing the following message when I try to log in with
the example:
"Error authenticating. Error authenticating user. The specified domain
either does not exist or could not be contacted"
How do I figure out how my "LDAP://" should look like?
Thanks,
Phin