Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 189

Table of Contents

Advertisement

To do this...
Find the backend that should be
used to service the entry with the
specified DN
Find the backend that matches by
the name of the backend. Backend's
can be identified by name and type.
Set the specified flag in the backend
Set the instance information of the
specified backend with given data
Set a flag to denote that the backend
is meant to be read-only
Set the entry point in the backend to
the specified function
Return a pointer to the backend
structure of the first backend
Return a pointer to the next
backend, selected by index
Return the first root suffix of the
DIT
Return the DN of the next root
suffix of the DIT
Check if a suffix is a root suffix of
the DIT
slapi_backend_state_change_fnptr
slapi_backend_state_change_fnptr
function, which allows a plug-in to register for callback, when a backend state
changes.
Syntax
#include "slapi-plugin.h"
typedef void (*slapi_backend_state_change_fnptr)(void *handle,
char *be_name, int old_be_state, int new_be_state);
Parameters
The function has the following parameters:
Summary of Data Types and Structures
Call this function
slapi_be_select()
slapi_be_select_by_instance_name()
slapi_be_set_flag()
slapi_be_set_instance_info()
slapi_be_set_readonly()
slapi_be_setentrypoint()
slapi_get_first_backend()
slapi_get_next_backend()
slapi_get_first_suffix()
slapi_get_next_suffix()
slapi_is_root_suffix()
specifies the prototype for a callback
Chapter 14
Data Type and Structure Reference
189

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents