Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 304

Table of Contents

Advertisement

Functions for Managing DNs
Syntax
#include "slapi-plugin.h"
char *slapi_dn_normalize( char *dn );
Parameters
This function takes the following parameters:
dn
Returns
This function returns the normalized DN. Note that variable passed in as the
argument is also converted in place.
See Also
slapi_dn_normalize_to_end()
slapi_dn_normalize_case()
slapi_dn_normalize_case()
Converts a distinguished name (DN) to canonical format and converts all
characters to lowercase. Calling this function has the same effect as calling the
slapi_dn_normalize()
function.
Syntax
#include "slapi-plugin.h"
char *slapi_dn_normalize_case( char *dn );
Parameters
This function takes the following parameters:
dn
Returns
This function returns the normalized DN with all lowercase characters. Note that
variable passed in as the
304
Netscape Directory Server Plug-In Programmer's Guide • August 2002
DN that you want to normalize.
function followed by the
DN that you want to normalize and convert to lowercase.
argument is also converted in place.
dn
slapi_dn_ignore_case()
dn

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents