M
manika02
Hi,
I have a WebService running on domain x. It tries to talk to Active
Directory running on
domain y.
I am using the following IIS settings
-Enable Windows Authentication
- Run as "domainy\admin"
My Web.config has "identitiy impersonate = true"
I use:
LDAPPath = "LDAP://OU=a, OU=y, OU=com"
I get the error - "A referral was returned from the server"
Note that this configuration works well if the Web Service and Active
Directory are in the same domain i.e a Web Service in domain X talking to
Active Directory in domain x.
After reading some blogs I changed the Ldap path to
LDAPPath = "LDAP://ipofDomainController/OU=a, OU=y, OU=com"
This gives me another error -"An operations error occurred"
Thanks
Manika
I have a WebService running on domain x. It tries to talk to Active
Directory running on
domain y.
I am using the following IIS settings
-Enable Windows Authentication
- Run as "domainy\admin"
My Web.config has "identitiy impersonate = true"
I use:
LDAPPath = "LDAP://OU=a, OU=y, OU=com"
I get the error - "A referral was returned from the server"
Note that this configuration works well if the Web Service and Active
Directory are in the same domain i.e a Web Service in domain X talking to
Active Directory in domain x.
After reading some blogs I changed the Ldap path to
LDAPPath = "LDAP://ipofDomainController/OU=a, OU=y, OU=com"
This gives me another error -"An operations error occurred"
Thanks
Manika