20.14. slapi_be_new()
Creates a new backend structure, allocates memory for it, and initializes values for relevant parameters.
#include "slapi-plugin.h" Slapi_Backend *slapi_be_new( const char *type, const char *name, int is private, int logchanges );
This function takes the following parameters:
| type | Database type. |
| name | Database name. |
| isprivate | Flag to denote whether the database is private. |
| logchanges | Flag for indicating whether changes are to be logged. |
This function returns a pointer to the newly-created backend.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.