Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 305

Table of Contents

Advertisement

See Also
slapi_dn_normalize()
slapi_dn_ignore_case()
slapi_dn_normalize_to_end()
Normalizes part of a DN value, specifically, the part going from what is pointed to
by dn to that pointed to by
normalized bit pointed to by
If the argument end happens to be NULL, this routine does basically the same
thing as
Syntax
#include "slapi-plugin.h"
char *slapi_dn_normalize_to_end( char *dn, char *end);
Parameters
This function takes the following parameters:
dn
end
Returns
This function returns a pointer to the end of the
example, if the RDN is
be
cn=Jane,c=US,0=example
See Also
slapi_dn_normalize()
slapi_dn_parent()
Gets a copy of the distinguished name (DN) of the parent of an entry. Before calling
this function, you should call
and convert all characters to lowercase.
end
dn
slapi_dn_normalize()
DN value to be normalized.
Pointer to the end of what will be normalized from the DN value
in dn. If this argument is NULL, the DN value in dn will be
wholly normalized.
cn=Jane
. Note that this routine does not
at the return of the function.
, except for
terminating the normalized DN.
NULL
dn
and the DN is
c=US,o=example
.
slapi_dn_normalize_case()
Functions for Managing DNs
terminate the
NULL
that has been normalized. For
, the new DN will
to normalize the DN
Chapter 15
Function Reference
305

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents