Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 176

Table of Contents

Advertisement

Summary of Data Types and Structures
To do this...
Retrieves an allocated array of
object identifiers (OIDs)
representing the controls supported
by the Directory Server.
LDAPMod
Specifies changes to an attribute in an directory entry.
Syntax
typedef struct ldapmod {
int mod_op;
char *mod_type;
union mod_vals_u{
} mod_vals;
#define mod_values mod_vals.modv_strvals
#define mod_bvalues mod_vals.modv_bvals
} LDAPMod;
Parameters
This function has the following parameters:
176
Netscape Directory Server Plug-In Programmer's Guide • August 2002
char **modv_strvals;
struct berval **modv_bvals;
Call this function
slapi_get_supported_controls_copy()

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents