66.2. Information about Operations

The following parameters can be used as the second argument to the slapi_pblock_get() and slapi_pblock_set() functions to get and set information about operations.
Parameter ID Data Type Description
SLAPI_OPERATION_AUTHTYPE char * The authorization type for the operation.
SLAPI_OPERATION_ID int The operation ID.
SLAPI_OPERATION_TYPE int The operation type; the type is one of the SLAPI_OPERATION_xxx values.
SLAPI_OPINITIATED_TIME time_t The time in seconds since 00:00:00 UTC, January 1, 1970, when the Directory Server started processing the operation.
SLAPI_REQUESTOR_DN char * The bind DN at the time processing of the operation began.
SLAPI_IS_LEGACY_REPLICATED_OPERATION int Flag that indicates this is a legacy replicated operation.
SLAPI_IS_MMR_REPLICATED_OPERATION int Flag that indicates this is an MMR replicated operation.
SLAPI_IS_REPLICATED_OPERATION int Flag that indicates this is a replicated operation.