Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 11 Name Server Lookup : tibemsLookupParams : tibemsLookupParams_SetLdapCertFile

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

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved