20.13. slapi_be_logchanges()

Description

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:

be Pointer to the structure containing the backend configuration.
Returns

This function returns one of the following values:

  • 0 if the changes applied to the specific backend should not be logged in the changelog.
  • 1 if the changes should be logged in the changelog.