]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:dsdb: let samba_dsdb make use of the dsdb_notification module
authorStefan Metzmacher <metze@samba.org>
Thu, 23 Jul 2015 10:09:45 +0000 (12:09 +0200)
committerGarming Sam <garming@samba.org>
Wed, 17 Feb 2016 02:43:23 +0000 (03:43 +0100)
This means our LDAP server will support LDB_CONTROL_NOTIFICATION_OID now.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/samba_dsdb.c

index 26c583ef58a16fd6d8ce6704352d9b73f50eb79e..4830e656ee76b3aed4bfa001ce47ac84f9e5cf0f 100644 (file)
@@ -261,6 +261,7 @@ static int samba_dsdb_init(struct ldb_module *module)
        */
        static const char *modules_list1[] = {"resolve_oids",
                                             "rootdse",
+                                            "dsdb_notification",
                                             "schema_load",
                                             "lazy_commit",
                                             "dirsync",