mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
Need to upper case the new_ndn.
This commit is contained in:
parent
0e142b42f3
commit
8c501c28a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue