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
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.
to that pointed to by
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
. This routine does not
end
at the return of the function.
dn
, except for
NULL
and the DN is
c=US,o=example
.
slapi_dn_normalize_case()
Functions for Managing DNs
terminate the
NULL
terminating the normalized DN.
that has been normalized. For
dn
, the new DN will
to normalize the DN
Chapter 15
Function Reference
315
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