]> git.sur5r.net Git - openldap/commitdiff
...otherwise it doesn't work with overlays
authorPierangelo Masarati <ando@openldap.org>
Sat, 30 Jul 2005 10:37:34 +0000 (10:37 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 30 Jul 2005 10:37:34 +0000 (10:37 +0000)
servers/slapd/back-ldif/ldif.c

index 9e9145d6481ae318b7adcc3a066d7af3ffcbc49d..2d4c43bc61623050bdf7a925799d25f6a194b0ad 100644 (file)
@@ -1241,6 +1241,8 @@ ldif_back_initialize(
        bi->bi_tool_id2entry_get = 0;
        bi->bi_tool_entry_modify = 0;
 
+       bi->bi_cf_ocs = ldifocs;
+
        rc = config_register_schema( ldifcfg, ldifocs );
        if ( rc ) return rc;
        return 0;