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.
| 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. |
- slapi_search_internal()
- slapi_search_internal_callback()
SLAPI_PLUGIN_INTOP_RESULT parameter: - slapi_add_internal()
- slapi_add_entry_internal()
- slapi_delete_internal()
- slapi_modify_internal()
- slapi_modrdn_internal()