Parameters for extended operations
The following table lists the parameters in the parameter
block that is passed to extended operation functions. If you are writing
your own plug-in function for performing this work, you can get these
values by calling the slapi_pblock_get() function.
| Parameter ID | Data type | Description |
|---|---|---|
| SLAPI_EXT_OP_REQ_OID | char * | Object ID (OID) of the extended operation that is specified in the request. |
| SLAPI_EXT_OP_REQ_ VALUE | struct berval* | Value that is specified in the request. |
| SLAPI_EXT_OP_RET_OID | char * | OID that you want sent back to the client. |
| SLAPI_EXT_OP_RET_ VALUE | struct berval* | Value that you want sent back to the client. |