From: Stefan Metzmacher Date: Thu, 23 Jul 2015 10:09:45 +0000 (+0200) Subject: s4:dsdb: let samba_dsdb make use of the dsdb_notification module X-Git-Tag: tevent-0.9.28~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7dd9808b1970b56c50510d8847af7d5a542bd5a;p=thirdparty%2Fsamba.git s4:dsdb: let samba_dsdb make use of the dsdb_notification module This means our LDAP server will support LDB_CONTROL_NOTIFICATION_OID now. Signed-off-by: Stefan Metzmacher Reviewed-by: Garming Sam Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c index 26c583ef58a..4830e656ee7 100644 --- a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c +++ b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c @@ -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",