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

Fix SLAPD_CONFIG_DN e_ndn bug.

parent f2fee941
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ config_info( Connection *conn, Operation *op )
e->e_attrs = NULL;
e->e_dn = ch_strdup( SLAPD_CONFIG_DN );
e->e_ndn = dn_normalize_case( ch_strdup( SLAPD_CONFIG_DN ));
e->e_private = NULL;
for ( i = 0; i < nbackends; i++ ) {
......
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