[[SoftwareEngineering/ProgramLanguage/ActiveDirectoryServiceInterfaces]] #author("2021-11-26T08:59:41+09:00","","") [[ソフトウェア開発>SoftwareEngineering]] / [[ActiveDirectory>ActiveDirectory]] / [[ActiveDirectoryServiceInterfaces>ActiveDirectory/ActiveDirectoryServiceInterfaces]] / Interface / [[LDAPADsPath>./]] *LDAP ADsPath [#o54c00c0] LDAP://HostName[:PortNumber][/DistinguishedName] |例|説明|h |LDAP:|Bind to the root of the LDAP namespace.| |LDAP://server01|Bind to a specific server.| |LDAP://server01:390|Bind to a specific server using the specified port number.| |LDAP://CN=Jeff Smith,CN=users,DC=fabrikam,DC=com|Bind to a specific object.| |LDAP://server01/CN=Jeff Smith,CN=users,DC=fabrikam,DC=com|Bind to a specific object through a specific server.|