Functions for Managing DNs
Syntax
#include "slapi-plugin.h"
char *slapi_dn_normalize( char *dn );
Parameters
This function takes the following parameter:
dn
Returns
This function returns the normalized DN. A variable passed in as the
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 parameter:
dn
Returns
This function returns the normalized DN with all lowercase characters. A variable
passed in as the
314
Netscape Directory Server Plug-in Programmer's Guide • October 2004
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
dn
slapi_dn_ignore_case()
argument
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