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 returns LDAP_SUCCESS. If the string cannot be set in the pblock returns LDAP_OTHER, or if pblock is NULL returns LDAP_PARAM_ERROR.