•
1 if a flag is set in the backend configuration.
slapi_be_issuffix()
Verifies that the specified suffix matches a registered backend suffix.
Syntax
#include "slapi-plugin.h"
int slapi_be_issuffix(const Slapi_Backend *be,
const Slapi_DN *suffix );
Parameters
This function takes the following parameters:
be
suffix
Returns
This function returns one of the following values:
•
0 if the suffix is not part of the specified backend.
•
1 if the suffix is part of the specified backend.
Description
This function checks if the specified suffix exactly matches a registered suffix on a
specified backend.
slapi_be_logchanges()
Indicates whether the changes applied to the backend should be logged in the
changelog.
Syntax
#include "slapi-plugin.h"
int slapi_be_logchanges(Slapi_Backend *be);
Parameters
This function takes the following parameter:
Pointer to the structure containing the backend configuration.
DN of the suffix for which you are looking.
Functions for Managing Backend Operations
Chapter 14
Function Reference
229
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