Sun Directory Server Enterprise Edition 7.0 Developer's Guide

Slapi_Mod

Opaque structure representing a modification of a directory entry attribute.

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

Syntax

#include "slapi-plugin.h"
typedef struct slapi_mod Slapi_Mod;

See Also

LDAPMod

Table 15–13