33.31. slapi_mods_dump()

Description

This function uses the LDAP_DEBUG_ANY log level to dump the contents of a Slapi_Mods to the server log for debugging.

Syntax

#include "slapi-plugin.h"
void slapi_mods_dump(const Slapi_Mods *smods, const char *text);

Parameters

This function takes the following parameters:

mods
Pointer to a Slapi_Mods.
text
Descriptive text that will be included in the log, preceding the Slapi_Mods content.