Returns
This function returns a pointer to the newly-created backend.
slapi_be_private()
Verifies if the backend is private.
Syntax
#include "slapi-plugin.h"
int slapi_be_private( Slapi_Backend *be );
Parameters
This function takes the following parameter:
be
Returns
This function returns one of the following values:
•
0
•
1
slapi_be_select()
Finds the backend that should be used to service the entry with the specified DN.
Syntax
#include "slapi-plugin.h"
Slapi_Backend *slapi_be_select( const Slapi_DN * sdn );
Parameters
This function takes the following parameter:
sdn
Pointer to the structure containing the backend configuration.
if the backend is not hidden from the user.
if the backend is hidden from the user (for internal use only).
Pointer to the DN of which you wish to get the backend.
Functions for Managing Backend Operations
Chapter 15
Function Reference
281
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