20.15. slapi_be_private()

Description

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 Pointer to the structure containing the backend configuration.
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).