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


Chapter 11 Name Server Lookup : tibemsLookupParams : tibemsLookupParams_SetLdapRandFile

tibemsLookupParams_SetLdapRandFile
Function
Purpose
Set a randomization data file.
C Declaration
tibems_status tibemsLookupParams_SetLdapRandFile(
    tibemsLookupParams lparams,
    const char* file );
COBOL Call
CALL "tibemsLookupParams_SetLdapRandFile"
USING BY VALUE lparams,
BY REFERENCE file,
           RETURNING tibems-status
END-CALL.
 
lparams has usage pointer.
Parameters
 
Remarks
The client program reads random data for security computations from this file.
Set this parameter when the operating system does not provide a random data service.

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