33.12. slapi_mod_get_type()

Description

Gets the LDAP attribute type of a Slapi_Mod.

Syntax

#include "slapi-plugin.h"
const char *slapi_mod_get_type(const Slapi_Mod *smod);

Parameters

This function takes the following parameter:

smod
Pointer to an initialized Slapi_Mod.
Returns

This function returns a read-only pointer to the attribute type in the Slapi_Mod.