Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 271

Table of Contents

Advertisement

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 if the backend is not hidden from the user.
1 if the backend is hidden from the user (for internal use only).
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.
Pointer to the DN of which you wish to get the backend.
Functions for Managing Backend Operations
Chapter 15
Function Reference
271

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents