AlistairMonkeyFinger
Programmer
Hi,
i'm using some VB6 code to try and authenticate a user from a DCOM component...
If the object is created then login is successful.
This works when my com component is on a server in the same domain or on a server on a different trusted domain, but not if it's on a different non trusted domain on the same network. How can i specifiy which domain to use / authenticate to when authenticating users ?
Thanks
Alistair
Alistair
i'm using some VB6 code to try and authenticate a user from a DCOM component...
Code:
Set oIADS = GetObject("LDAP:").OpenDSObject("LDAP://" & sNTDomain, sUserName, sPassword, ADS_SECURE_AUTHENTICATION)
If the object is created then login is successful.
This works when my com component is on a server in the same domain or on a server on a different trusted domain, but not if it's on a different non trusted domain on the same network. How can i specifiy which domain to use / authenticate to when authenticating users ?
Thanks
Alistair
Alistair