Deployer 10.7 | Product Build Properties and Supported Assets for Repository-Based Deployment | Integration Server | Integration Server Administrative Assets | Integration Server Administrative Assets and Substitution Values | LDAP Configuration
 
LDAP Configuration
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.