Chapter 27. Functions Specific to Extended Operation
Table 27.1. Extended Operation Routines
| Function | Description |
|---|---|
| slapi_get_supported_extended_ops_copy() | Gets a copy of the object IDs (OIDs) of the extended operations. |
27.1. slapi_get_supported_extended_ops_copy()
This function replaces the deprecated slapi_get_supported_extended_ops() function from earlier releases as slapi_get_supported_extended_ops() was not multi-thread safe.
SLAPI_PLUGIN_EXT_OP_OIDLIST parameter and calling slapi_block_set().
#include "slapi-plugin.h" char **slapi_get_supported_extended_ops_copy ( void );
This function takes no parameters.
This function returns a pointer to an array of the OIDs of the extended operations supported by the server.
The array returned by this function should be freed by calling the slapi_ch_array_free() function.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.