Syntax
#include "slapi-plugin.h" char *slapi_dn_ignore_case( char *dn ); Parameters
#include "slapi-plugin.h" char *slapi_dn_ignore_case( char *dn );
The function has the following parameters:
dn
Returns
The DN with lowercase characters. Note that variable passed in as the dn argument is also converted in-place.