slapi_audit_extop()
The slapi_audit_extop() routine sets specific
audit information in an extended operation.
- Syntax
#include "slapi-plugin.h" int slapi_audit_extop (Slapi_PBlock *pb, char *str);- Parameters
-
- pb
- Specifies the parameter block for the operation.
- str
- Specifies the string to be audited.
- Returns
- If string is successfully set in the
pblock, the function returnsLDAP_SUCCESS. If the string cannot be set in thepblockreturnsLDAP_OTHER, or ifpblockis NULL returnsLDAP_PARAM_ERROR.