Asset Type ID | isldapdirectory |
Substitution Values | |
Directory URL directoryURL | The complete URL of the LDAP server. The URL has the format protocol:\\hostname:portnumber\DistinguishedName, where: protocol is ldap for standard connections or ldaps for secure connections host is the host name or IP address of the LDAP server portnumber is the port on which the server is running. The port is optional. If omitted, the port defaults to 389 for LDAP, or 636 for LDAPS. DistinguishedName is optional, and is in the form of an LDAP distinguished name (DN), for example "dc=webMethods, dc=com", or "o=webMethods.com", depending on how your directory is set up. The default value for directoryURL is ldap:\\localhost:389\. |
Principal principal | The user ID the Integration Server should supply to connect to the LDAP server, for example, o=webm.com or dc=webm,dc=com. |
Credentials credentials | The password the Integration Server should supply to connect to the LDAP server, that is, the Principal's password. |