]> git.sur5r.net Git - openldap/commitdiff
Need to upper case the new_ndn.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 19 Jan 1999 18:16:12 +0000 (18:16 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 19 Jan 1999 18:16:12 +0000 (18:16 +0000)
servers/slapd/back-ldbm/modrdn.c

index 1fde75f49143c4c6eb052fd34d5dab1a883cf85b..83c67468c46465fab99eb7e5b65d5db30640983b 100644 (file)
@@ -113,7 +113,7 @@ ldbm_back_modrdn(
                new_dn = ch_strdup( newrdn );
        }
 
-       new_ndn = dn_normalize( ch_strdup( new_dn ) );
+       new_ndn = dn_normalize_case( ch_strdup( new_dn ) );
 
        if ( (dn2id ( be, new_ndn ) ) != NOID ) {
                send_ldap_result( conn, op, LDAP_ALREADY_EXISTS, NULL, NULL );