Red Hat DIRECTORY SERVER 7.1 - PLUG-IN PROGRAMMERS Manual page 273

Table of Contents

Advertisement

Table 15-6
Backend Routines (Continued)
Function
slapi_be_free()
slapi_be_get_instance_info()
slapi_be_get_name()
slapi_be_get_readonly()
slapi_be_getentrypoint()
slapi_be_getsuffix()
slapi_be_gettype()
slapi_be_is_flag_set()
slapi_be_issuffix()
slapi_be_logchanges()
slapi_be_new()
slapi_be_private()
slapi_be_select()
slapi_be_select_by_instance_name()
slapi_be_set_flag()
slapi_be_set_instance_info()
slapi_be_set_readonly()
slapi_be_setentrypoint()
slapi_get_first_backend()
slapi_get_first_suffix()
slapi_get_next_backend()
slapi_get_next_suffix()
slapi_is_root_suffix()
Description
Frees memory and linked resources from the backend
structure.
Gets the instance information of the specified backend.
Returns the name of the specified backend.
Indicates if the database associated with the backend is in
read-only mode.
Sets pointer to a callback function that corresponds to the
specified entry point into a given backend.
Returns the n+1 suffix associated with the specified backend.
Returns the type of the backend.
Checks if a flag is set in the backend configuration.
Verifies that the specified suffix matches a registered backend
suffix.
Indicates if the changes applied to the backend should be
logged in the changelog.
Creates a new backend structure, allocates memory for it, and
initializes values for relevant parameters.
Verifies if the backend is private.
Finds the backend that should be used to service the entry
with the specified DN.
Find the backend used to service the database.
Sets the specified flag in the backend.
Sets the instance information of the specified backend with
given data.
Sets a flag to denote that the backend is meant to be read-only.
Sets the entry point in the backend to the specified function.
Returns a pointer of the backend structure of the first
backend.
Returns the first root suffix of the DIT.
Returns a pointer to the next backend.
Returns the DN of the next root suffix of the DIT.
Checks if a suffix is a root suffix of the DIT.
Functions for Managing Backend Operations
Chapter 15
Function Reference
271

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 7.1

Table of Contents