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 • May 2002
Pointer to the structure containing the backend configuration.
Pointer to the DN in the backends for which you are looking.
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 6.02 - PLUG-IN and is the answer not in the manual?
Questions and answers