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