Connection string to connect to Active Directory using LDAP

前端 未结 4 1021
不知归路
不知归路 2020-12-17 04:56

my system admin gave me this:

Domain : capp.net USER : capp\\dhr2

Pass : admin@12345

what will the connection string be?

I am very very new t

4条回答
  •  既然无缘
    2020-12-17 05:48

    Thanks to everyone for your help and support. The correct address in my case was:

    LDAP://192.168.0.146/CN=USERS,DC=capp,DC=net

    What i didnt realize in the beginning was that i was trying to connect to Active Directory in a different domain than my current domain. So the Ip address was the missing part. thanks a million to Luis who realized that there was something wrong was with the domain.

    And thanks Shadow Walker for explaining the ldap connection string in more details.

提交回复
热议问题