Netscape DIRECTORY SERVER 6.01 - PLUG-IN Manual page 224

Table of Contents

Advertisement

Functions for Managing Backend Operations
slapi_be_delete_onexit()
Sets the flag to denote that the backend will be deleted on exiting.
Syntax
#include "slapi-plugin.h"
void slapi_be_delete_onexit(Slapi_Backend *be);
Parameters
This function takes the following parameter:
be
slapi_be_exist()
Checks if the backend that contains the specified DN exists.
Syntax
#include "slapi-plugin.h"
int slapi_be_exist(const Slapi_DN *sdn);
Parameters
This function takes the following parameter:
sdn
Returns
This function returns one of the following values:
1 if the backend containing the specified DN exists.
0 if the backend does not exist.
See Also
slapi_be_select()
slapi_be_free()
Frees memory and linked resources from the backend structure.
224
Netscape Directory Server Plug-In Programmer's Guide • January 2002
Pointer to the structure containing the backend configuration.
Pointer to the DN in the backends for which you are looking.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.01

Table of Contents