]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldap/init.c
fix controls run-time registered by global overlays (kludge non longer required?)
[openldap] / servers / slapd / back-ldap / init.c
index b00c579d36479c0792b4d0a9f796200e84031933..84f47becbd447c63b667605bb9a207c04a4fbf7f 100644 (file)
@@ -144,10 +144,10 @@ ldap_back_db_open( BackendDB *be )
                /* FIXME: disabled because namingContexts doesn't have
                 * a matching rule, and using an MRA filter doesn't work
                 * because the normalized assertion is compared to the 
-                * non-normalized value, which in general differ.
-                * See ITS#3406 */
+                * non-normalized value, which in general differs from
+                * the normalized one.  See ITS#3406 */
                struct berval   filter,
-                               base = BER_BVC( "cn=Databases,cn=Monitor" );
+                               base = BER_BVC( "cn=Databases," SLAPD_MONITOR );
                struct berval   vals[ 2 ];
                Attribute       a = { 0 };