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. Parameters 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.