s4-dns: Reload DNS zones from dsdb when zones are modified through RPC or DRS
[obnox/samba/samba-obnox.git] / source4 / dsdb / samdb / ldb_modules / samba_dsdb.c
index 086b11fb547f12d65d3159bc6786c04a390b7f2e..26c583ef58a16fd6d8ce6704352d9b73f50eb79e 100644 (file)
@@ -302,7 +302,8 @@ static int samba_dsdb_init(struct ldb_module *module)
        const char *extended_dn_module_openldap = "extended_dn_out_openldap";
        const char *extended_dn_in_module = "extended_dn_in";
 
-       static const char *modules_list2[] = {"show_deleted",
+       static const char *modules_list2[] = {"dns_notify",
+                                             "show_deleted",
                                              "new_partition",
                                              "partition",
                                              NULL };