Functions for Managing Backend Operations
274
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
Syntax
#include “slapi-plugin.h”
void slapi_be_set_readonly(Slapi_Backend *be, int readonly);
Parameters
This function takes the following parameters:
slapi_be_setentrypoint()
Sets the entry point in the backend to the specified function.
Syntax
#include “slapi-plugin.h”
int slapi_be_setentrypoint(Slapi_Backend *be, int entrypoint,
void *ret_fnptr, Slapi_PBlock *pb);
Parameters
This function takes the following parameters:
Returns
This function returns 0 if successful, -1 otherwise.
slapi_get_first_backend()
Returns a pointer of the backend structure of the first backend.
be
Pointer to the structure containing the backend configuration.
readonly
Flag to specify the read-only status.
be
Pointer to the structure containing the backend configuration.
entrypoint
Entry point in the backend.
ret_fnptr
Opaque pointer to store function address.
pb
Pointer to the parameter block.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...