tibemsLookupParams_SetLdapConnType Function Purpose Set the LDAP connection type. C Declaration tibems_status tibemsLookupParams_SetLdapConnType( tibemsLookupParams lparams, const char* type ); IBM z/OS This function is not supported on IBM z/OS systems. 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.