mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Need to uppercase e_ndn.
This commit is contained in:
parent
8c501c28a2
commit
48bdf4258c
@ -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 New Issue
Block a user