20.6. slapi_be_get_name()

Description

Returns the name of the specified backend.

Syntax

#include "slapi-plugin.h"
char * slapi_be_get_name(Slapi_Backend * be);

Parameters

This function takes the following parameter:

be Pointer to the structure containing the backend configuration.
Returns

This function returns the name associated to the specified backend.

Memory Concerns

You should not free the returned pointer.