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

Need to uppercase e_ndn.

parent 8c501c28
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
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