Netscape DIRECTORY SERVER 6.2 - PLUG-IN Manual page 301

Table of Contents

Advertisement

Syntax
#include "slapi-plugin.h"
int slapi_dn_isbesuffix( Slapi_PBlock *pb, char *dn );
Parameters
This function takes the following parameters:
pb
dn
Returns
This function returns one of the following values:
1 if the specified DN is the suffix for the local database.
0 if the specified DN is not the suffix for the local database.
See Also
slapi_dn_isroot()
slapi_dn_isparent()
Determines whether or not a particular DN is the parent of another specified DN.
Before calling this function, you should call
normalize the DNs and convert all characters to lowercase.
Syntax
#include "slapi-plugin.h"
int slapi_dn_isparent( const char *parentdn, char *childdn );
Parameters
This function takes the following parameters:
parentdn
childdn
Parameter block.
DN that you want to check.
Determine if this DN is the parent of childdn.
Determine if this DN is the child of parentdn.
Functions for Managing DNs
slapi_dn_normalize_case()
Chapter 15
Function Reference
to
301

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE DIRECTORY SERVER 6.2 - PLUG-IN and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Directory server 6.2

Table of Contents