Sun Java System Directory Server Enterprise Edition 6.2 Developer's Guide

slapi_dn_ignore_case()

Converts 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 parameters:

dn

DN that you want to convert to lowercase.

Returns

This function returns the DN with lowercase characters. Notice that the variable passed in as the dn argument is also converted in place.

See Also

slapi_dn_normalize()