Using ADSI To Open A Newly Created AD LDS Instance

I created a new instance using Active Directory Lightweight Directory Services Setup Wizard with the distinguished name of CN=MyName,DC=MyComponent successfully. I see the instance as a running windows service. Within ADSI, anytime I try to connect to that Distinguish Name I get:

Operation failed. Error code 0x202b A referral was returned from the server. data 0, 1 access point

My path is: LDAP://CN=MyName,DC=MyComponent

1 Answer

Forgot to add the port:

LDAP://localhost:389/CN=MyName,DC=MyComponent

Works from there.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like