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


Chapter 11 Name Server Lookup : tibemsLookupParams : tibemsLookupParams_SetLdapCredential

tibemsLookupParams_SetLdapCredential
Function
Purpose
Set the LDAP credential (password).
C Declaration
tibems_status tibemsLookupParams_SetLdapCredential(
    tibemsLookupParams lparams,
    const char* credential );
COBOL Call
CALL "tibemsLookupParams_SetLdapCredential"
USING BY VALUE lparams,
BY REFERENCE credential,
RETURNING tibems-status
END-CALL.
 
lparams has usage pointer.
Parameters
 

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