s4-dsdb: register samba handlers in dsdb module
authorAndrew Tridgell <tridge@samba.org>
Tue, 7 Dec 2010 21:22:21 +0000 (08:22 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 8 Dec 2010 04:26:05 +0000 (05:26 +0100)
source4/dsdb/samdb/ldb_modules/samba_dsdb.c

index f6c8e3ccf4f04d5950d09c63f93d3b3fc9149978..df2cd9897a56c337505c46c9d955e67c869ad665 100644 (file)
@@ -218,6 +218,12 @@ static int samba_dsdb_init(struct ldb_module *module)
                return ldb_oom(ldb);
        }
 
+       ret = ldb_register_samba_handlers(ldb);
+       if (ret != LDB_SUCCESS) {
+               talloc_free(tmp_ctx);
+               return ret;
+       }
+
        samba_dsdb_dn = ldb_dn_new(tmp_ctx, ldb, "@SAMBA_DSDB");
        if (!samba_dsdb_dn) {
                talloc_free(tmp_ctx);