]> git.sur5r.net Git - openldap/commitdiff
Fix SLAPD_CONFIG_DN e_ndn bug.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 30 Mar 1999 18:50:41 +0000 (18:50 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 30 Mar 1999 18:50:41 +0000 (18:50 +0000)
servers/slapd/configinfo.c

index df64293da42e206ad9e0f58336282c41176373b0..ac27ab01b8c1ff20bd71f1104a4303b7b133ebc9 100644 (file)
@@ -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++ ) {