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_SetLdapServerUserid

tibemsSSLParams_System_SetLdapServerUserid
Function
Purpose
Set the user ID to be used to access LDAP for certificates and CRLs.
C Declaration
tibems_status tibemsSystemSSLParams_SetLdapServerUserid(
    tibemsSSLParams params,
    const char* userid)
COBOL Call
CALL "tibemsSystemSSLParams_SetLdapServerUserid"
     USING BY VALUE SSLParams,
           BY REFERENCE userid,
           RETURNING tibems-status
END-CALL.
 
SSLParams and password have usage pointer.
Parameters
 
Remarks
Once the LDAP parameters are established, these parameters remain in effect for the life of the client application, and cannot be overridden by subsequent specifications. That is, 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_SetLdapServerUrl on page 561
 

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