struct berval cdn;
char *c;
+ if ( !root ) {
+ *last = NULL;
+ return NULL;
+ }
+
if ( dn_match( &root->ce_entry->e_nname, dn ))
return root;
if ( backend_startup_one( &cfb->cb_db ))
return 1;
-#if 0 /* not yet */
op = (Operation *)opbuf;
connection_fake_init( &conn, op, cfb );
op->o_bd = &cfb->cb_db;
op->o_bd->be_search( op, &rs );
-#endif
return 0;
}
if ( config_setup_ldif( be, dir ))
return 1;
+#if 0 /* not yet
+ /* If we read the config from back-ldif, nothing to do here */
+ if ( cfb->cb_got_ldif )
+ return 0;
+#endif
ber_str2bv( fname, 0, 1, &cf_prv.c_file );
return read_config_file(fname, 0, NULL);