Parameters for internal LDAP operations

The following parameters are 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.

Table 1. Parameters used with functions that performs LDAP operations from a plug-in
Parameter ID Data type Description
SLAPI_PLUGIN_INTOP_ RESULT int Result code of the internal LDAP operation.
SLAPI_PLUGIN_INTOP_ SEARCH_ENTRIES Slapi_Entry ** Array of entries that is found by an internal LDAP search operation.
The following functions set both parameters:
  • slapi_search_internal()
  • slapi_search_internal_callback()
The following functions that set only the SLAPI_PLUGIN_INTOP_RESULT parameter:
  • slapi_add_internal()
  • slapi_add_entry_internal()
  • slapi_delete_internal()
  • slapi_modify_internal()
  • slapi_modrdn_internal()