Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 239

Table of Contents

Advertisement

Description
This function populates
slapi_modrdn_internal_pb()
the parameter block to contain the following data.
For unique ID-based operation:
SLAPI_TARGET_DN
SLAPI_TARGET_UNIQUEID
SLAPI_MODRDN_NEWRDN
SLAPI_MODRDN_DELOLDRDN
the entry.
LAPI_CONTROLS_ARG
For DN-based search:
SLAPI_TARGET_DN
SLAPI_MODRDN_NEWRDN
SLAPI_MODRDN_DELOLDRDN
the entry.
SLAPI_CONTROLS_ARG
slapi_search_internal_set_pb()
Sets up a parameter block so that it can be used by
for an internal search operation.
Syntax
#include "slapi-plugin.h"
void slapi_search_internal_set_pb(Slapi_PBlock *pb,
const char *base, int scope, const char *filter, char **attrs,
int attrsonly, LDAPControl **controls, const char *uniqueid,
Slapi_ComponentId *plugin_identity, int operation_flags);
Parameters
This function takes the following parameters:
pb
base
with parameters for use by
pblock
for an internal rename operation. The function sets
set to the DN that allows to select the right backend.
set to the uniqueid of the entry.
set to the new RDN of the entry.
indicates whether the old RDN should be kept in
set to request controls, if present.
set to the entry DN.
set to the new RDN of the entry.
indicates whether the old RDN should be kept in
set to request controls, if present.
Parameter block that is populated with search parameters.
Search base.
Functions for Setting Internal Operation Flags
slapi_search_internal_pb()
Chapter 15
Function Reference
239

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents