tibemsLookupParams_SetLdapCertFile Function Purpose Set the LDAP client certificate file. C Declaration tibems_status tibemsLookupParams_SetLdapCertFile( tibemsLookupParams lparams, const char* file ); COBOL Call CALL "tibemsLookupParams_SetLdapCertFile" USING BY VALUE lparams, BY REFERENCE file, RETURNING tibems-status END-CALL. lparams has usage pointer. Parameters Parameter Description lparams Set the property in this parameter object. file Set the property to this filename. Remarks The client program reads the client certificate from this file. Set this parameter when the LDAP server requires clients to present certificates as identification.