Determines whether or not the specified DN is the root DN for this local database. Before calling this function, you should call slapi_dn_normalize_case() to normalize the DN and convert all characters to lowercase.
Syntax
#include "slapi-plugin.h"
int slapi_dn_isroot( Slapi_PBlock *pb, char *dn );
Parameters
The function has the following parameters:
Returns
1 if the specified DN is the root DN of the local database, or 0 if the DN is not the root DN.
Example
[To be added]
See Also