Need to upper case the new_ndn.

This commit is contained in:
Kurt Zeilenga 1999-01-19 18:16:12 +00:00
parent 0e142b42f3
commit 8c501c28a2

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