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