tibemsLookupParams_SetLdapConnType


Function

Purpose

Set the LDAP connection type.

C Declaration

tibems_status tibemsLookupParams_SetLdapConnType( 
    tibemsLookupParams lparams, 
    const char* type ); 

COBOL Call

CALL "tibemsLookupParams_SetLdapConnType" 
     USING BY VALUE lparams, 
           BY REFERENCE type, 
           RETURNING tibems-status 
END-CALL. 

lparams has usage pointer.

Parameter
Description
lparams
Set the property in this parameter object.
type
Set the property to this type.
When this value is not set, it specifies a simple (non-secure) connection.
Either "ldaps" or "startTLS" specify secure connections.


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