SoftwareEngineering/ProgramLanguage/ActiveDirectoryServiceInterfaces
LDAP://HostName[:PortNumber][/DistinguishedName]
例 | 説明 |
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. |