]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9133 - Fix syncprov to be singular.
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 10 Aug 2020 22:55:38 +0000 (22:55 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 10 Aug 2020 23:41:07 +0000 (23:41 +0000)
servers/slapd/overlays/syncprov.c

index a9bef818f9368c4768e3271d0842d6e1cadc202a..839fc95d7d16a390c3b0c9cd3aec9bfbc55fee14 100644 (file)
@@ -4101,6 +4101,7 @@ syncprov_initialize()
        }
 
        syncprov.on_bi.bi_type = "syncprov";
+       syncprov.on_bi.bi_flags = SLAPO_BFLAG_SINGLE;
        syncprov.on_bi.bi_db_init = syncprov_db_init;
        syncprov.on_bi.bi_db_destroy = syncprov_db_destroy;
        syncprov.on_bi.bi_db_open = syncprov_db_open;