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