Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix A LDAPCONF Commands : CONNECT

CONNECT
Set up the connection between the LDAP server and iProcess Engine. See Setting up the Connection for more information.
Syntax
ldapconf CONNECT [-h hostname] [-port number] [‑dn name] [-pwd password]
where:
hostname is the name of the machine where the LDAP server resides.
number is the TCP port number to connect to on hostname. This must be a valid numeric value greater than 1. The default value is 389, used for all LDAP servers.
name is a distinguished name (DN) entry that will be used to authenticate the connection to the LDAP server.
password is the password associated with name.
Example
The following example connects to the LDAP server on machine scotty using port 341, using the distinguished name cn=user1 with a password of 1a7pass9 to authenticate the connection.

 
LDAPCONF CONNECT -h scotty -port 341 -dn cn=user1 -pwd 1a7pass9

 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved