use dn_normalize_case().

This commit is contained in:
Kurt Zeilenga 1999-01-19 18:25:21 +00:00
parent a837feacc2
commit 47d0c970d4
2 changed files with 2 additions and 2 deletions

View file

@ -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 );

View file

@ -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 );