Summary of Data Types and Structures
To ...
Retrieve 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:
186
Netscape Directory Server Plug-in Programmer's Guide • October 2004
char **modv_strvals;
struct berval **modv_bvals;
... Call this function
slapi_get_supported_controls_copy()
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?