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.

Parameter
Description
lparams
Set the property in this parameter object.
path
Set the property to this filename.

Remarks

The client program reads the CA certificate from this file.


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com