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


Chapter 11 Name Server Lookup : tibemsLookupParams : tibemsLookupParams_SetLdapCAFile

tibemsLookupParams_SetLdapCAFile
Function
Purpose
Set the LDAP CA certificate file.
C Declaration
tibems_status tibemsLookupParams_SetLdapCAFile(
    tibemsLookupParams lparams,
    const char* file );
COBOL Call
CALL "tibemsLookupParams_SetLdapCAFile"
USING BY VALUE lparams,
BY REFERENCE file,
RETURNING tibems-status
END-CALL.
 
lparams has usage pointer.
Parameters
 
Remarks
The client program reads the CA certificate from this file.

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