Chapter 67. Parameters for LDAP Functions

The parameters listed in this section can be used with functions that you can call to perform LDAP operations from a plug-in. These internal operations do not return any data to a client.

67.1. Parameters for LDAP Operations

Parameter ID Data Type Description
SLAPI_PLUGIN_INTOP_RESULT int Result code of the internal LDAP operation.
SLAPI_PLUGIN_INTOP_SEARCH_ENTRIES Slapi_Entry ** Section 14.22, “Slapi_Entry” Array of entries found by an internal LDAP search operation. See slapi_search_internal_pb() for details.
SLAPI_PLUGIN_INTOP_SEARCH_REFERRALS char ** Array of referrals (in the form of LDAP URLs) found by an internal LDAP search operation. See slapi_search_internal_pb() for details.
The following function sets all three parameters: slapi_search_internal_pb()
The following functions set only the SLAPI_PLUGIN_INTOP_RESULT parameter: