Summary of Data Types and Structures
To ...
Register the specified control with
the server. This function associates
the control with an object
identification (OID)
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:
184
Red Hat Directory Server Plug-in Programmer's Guide • May 2005
char **modv_strvals;
struct berval **modv_bvals;
... Call this function
slapi_register_supported_control())
slapi_get_supported_controls_copy()
Need help?
Do you have a question about the DIRECTORY SERVER 7.1 - PLUG-IN PROGRAMMERS and is the answer not in the manual?
Questions and answers