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


Chapter 11 Name Server Lookup : tibemsLookupParams : tibemsLookupParams_SetLdapPrincipal

tibemsLookupParams_SetLdapPrincipal
Function
Purpose
Set the LDAP principal (user name).
C Declaration
tibems_status tibemsLookupParams_SetLdapPrincipal(
    tibemsLookupParams lparams,
    const char* principal );
COBOL Call
CALL "tibemsLookupParams_SetLdapPrincipal"
USING BY VALUE lparams,
BY REFERENCE principal,
RETURNING tibems-status
END-CALL.
 
lparams has usage pointer.
Parameters
 
Remarks
This parameter is required for all LDAP lookup operations.

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