tibemsSSLParams_System_SetLdapServerUserid
Function
C Declaration
tibems_status tibemsSSLParams_System_SetLdapServerUserid( tibemsSSLParams params, const char* userid)
COBOL Call
CALL "tibemsSSLParams_System_SetLdapServerUserid" USING BY VALUE SSLParams, BY REFERENCE userid, RETURNING tibems-status END-CALL.
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.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.