Sun Directory Server Enterprise Edition 7.0 Developer's Guide

slapi_be_get_name()

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.