tibemsLookupParams_SetLdapCAPath


Function

Purpose

Set the LDAP CA certificate directory pathname.

C Declaration

tibems_status tibemsLookupParams_SetLdapCAPath( 
    tibemsLookupParams lparams, 
    const char* path ); 

COBOL Call

CALL "tibemsLookupParams_SetLdapCAPath" 
     USING BY VALUE lparams, 
           BY REFERENCE path, 
           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 directory pathname.

Remarks

Set this parameter when several certificate files are grouped in one directory. This parameter specifies that directory. The client program reads certificate files from this directory.


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