Sun Java System Directory Server Enterprise Edition 6.2 Developer's Guide

Slapi_Mods

Opaque structure representing a set of modifications to a directory entry.

Parameter blocks use arrays of LDAPMod structures rather than Slapi_Mods structures. The latter type is provided as a convenience for plug-ins dealing extensively with modifications.

Syntax

#include "slapi-plugin.h"
typedef struct slapi_mods Slapi_Mods;

See Also

LDAPMod

Table 16–13