Skip to content
Snippets Groups Projects
Commit 47d0c970 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

use dn_normalize_case().

parent a837feac
No related branches found
No related tags found
No related merge requests found
......@@ -289,7 +289,7 @@ main( int argc, char **argv )
} else {
buf[strlen( buf ) - 1] = '\0';
}
(void) dn_normalize( buf );
(void) dn_normalize_case( buf );
if ( (tbe = select_backend( buf )) == NULL ) {
fprintf( stderr, "unknown suffix \"%s\"\n",
buf );
......
......@@ -270,7 +270,7 @@ main( int argc, char **argv )
key );
free( dn );
if ( data.dptr == NULL ) {
dn_normalize( val );
dn_normalize_case( val );
if ( ! be_issuffix( be,
val ) ) {
Debug( LDAP_DEBUG_PARSE, "no parent \"%s\" of \"%s\"\n", dn, val, 0 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment