mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-12 23:33:18 -05:00
Need to uppercase e_ndn.
This commit is contained in:
parent
8c501c28a2
commit
48bdf4258c
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ do_add( Connection *conn, Operation *op )
|
|||
entry_rdwr_init(e);
|
||||
|
||||
e->e_dn = dn;
|
||||
e->e_ndn = dn_normalize( ch_strdup( dn ) );
|
||||
e->e_ndn = dn_normalize_case( ch_strdup( dn ) );
|
||||
dn = NULL;
|
||||
|
||||
Debug( LDAP_DEBUG_ARGS, " do_add: ndn (%s)\n", e->e_ndn, 0, 0 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue