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


Chapter 11 Name Server Lookup : tibemsLookupParams : tibemsLookupParams_SetLdapBaseDN

tibemsLookupParams_SetLdapBaseDN
Function
Purpose
Set the LDAP base distinguished name.
C Declaration
tibems_status tibemsLookupParams_SetLdapBaseDN(
    tibemsLookupParams lparams,
    const char* basedn );
COBOL Call
CALL "tibemsLookupParams_SetLdapBaseDN"
USING BY VALUE lparams,
BY REFERENCE basedn,
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