开发者

Using ADSI To Open A Newly Created AD LDS Instance

开发者 https://www.devze.com 2023-04-03 02:37 出处:网络
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 window

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 ac开发者_C百科cess point

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


Forgot to add the port:

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

Works from there.

0

精彩评论

暂无评论...
验证码 换一张
取 消