Slapi_Backend_State_Change_Fnptr - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

To ...
Verify if the backend is private.
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. Backends
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);
Summary of Data Types and Structures
... Call this function
slapi_be_private()
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
199

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents