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


Chapter 17 IBM z/OS and IBM i : SSL Implementation on IBM z/OS : tibemsSSLParams_System_SetLdapServerUrl

tibemsSSLParams_System_SetLdapServerUrl
Function
Purpose
Set the server URLs to be used to access LDAP for certificates and CRLs.
C Declaration
tibems_status tibemsSystemSSLParams_SetLdapServerUrl(
    tibemsSSLParams params,
    const char* urls)
COBOL Call
CALL "tibemsSystemSSLParams_SetLdapServerUrl"
     USING BY VALUE SSLParams,
           BY REFERENCE urls,
           RETURNING tibems-status
END-CALL.
 
SSLParams and password have usage pointer.
Parameters
 
The URLs of the LDAP servers to be used for obtaining trusted certificates and CRLs. The format of the URL is:
server[:portserver2[:port2]
where server is the EMS server name or IP address and port is the server port number. If the server runs on the standard LDAP port, 389, specifying the port parameter is optional. Specify multiple servers in a space delimited string.
Remarks
Once LDAP parameters are established, these parameters remain in effect for the life of the client application, and cannot be overridden by subsequent specifications. The first connection to be established sets the LDAP parameters for all subsequent connections.
Returns TIBEMS_OK if it succeeds, otherwise TIBEMS_SSL_ERROR.
See Also
tibemsSSLParams_System_SetLdapServerPassword on page 560
tibemsSSLParams_System_SetLdapServerUserid on page 562

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