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

Need to upper case the new_ndn.

parent 0e142b42
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ ldbm_back_modrdn( ...@@ -113,7 +113,7 @@ ldbm_back_modrdn(
new_dn = ch_strdup( newrdn ); 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 ) { if ( (dn2id ( be, new_ndn ) ) != NOID ) {
send_ldap_result( conn, op, LDAP_ALREADY_EXISTS, NULL, NULL ); send_ldap_result( conn, op, LDAP_ALREADY_EXISTS, NULL, NULL );
......
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