Slapi_Dn_Ignore_Case(); Slapi_Dn_Isbesuffix() - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

Functions for Managing DNs
Returns
This function returns one of the following values:
The DN of the parent entry.
NULL if the specified DN is NULL, if the DN is an empty string, if the DN has
no parent (for example,
the local database.
See Also
slapi_dn_parent()

slapi_dn_ignore_case()

Convert all characters in a distinguished name (DN) to lowercase.
Syntax
#include "slapi-plugin.h"
char *slapi_dn_ignore_case( char *dn );
Parameters
This function takes the following parameter:
dn
Returns
The DN with lowercase characters. A variable passed in as the
converted in-place.
See Also
slapi_dn_normalize()

slapi_dn_isbesuffix()

Determines whether the specified distinguished name (DN) is the suffix of the
local database. Before calling this function, you should call
slapi_dn_normalize_case()
lowercase.
310
Netscape Directory Server Plug-in Programmer's Guide • October 2004
o=example.com
DN that you want to convert to lowercase.
to normalize the DN and convert all characters to
), or if the specified DN is the suffix of
dn
argument is also

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents