summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-08-11 15:43:22 +1000
committerAndrew Tridgell <tridge@samba.org>2011-08-12 04:00:07 +0200
commitf7902d766a0866d92e728449377a406f8e202b2a (patch)
treebbdf03283662bcd8706ead709254e690e51824b9 /source4/dsdb/samdb/ldb_modules
parentf9d10a304d0197cc1ef5b14ab523d6462040088a (diff)
downloadsamba-f7902d766a0866d92e728449377a406f8e202b2a.tar.gz
samba-f7902d766a0866d92e728449377a406f8e202b2a.tar.bz2
samba-f7902d766a0866d92e728449377a406f8e202b2a.zip
s4-dsdb: remove the naming_fsmo and pdc_fsmo modules
these are not needed now that the rootdse modules calculates the validFSMOs attribute at runtime Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules')
-rw-r--r--source4/dsdb/samdb/ldb_modules/samba_dsdb.c12
-rw-r--r--source4/dsdb/samdb/ldb_modules/wscript_build20
2 files changed, 0 insertions, 32 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c
index e4de1524be..c7c4fe377c 100644
--- a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c
+++ b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c
@@ -303,18 +303,6 @@ static int samba_dsdb_init(struct ldb_module *module)
ret = prepare_modules_line(ldb, tmp_ctx,
rootdse_msg,
- partition_msg, "defaultNamingContext",
- "pdc_fsmo", backend_modules);
- CHECK_LDB_RET(ret);
-
- ret = prepare_modules_line(ldb, tmp_ctx,
- rootdse_msg,
- partition_msg, "configurationNamingContext",
- "naming_fsmo", backend_modules);
- CHECK_LDB_RET(ret);
-
- ret = prepare_modules_line(ldb, tmp_ctx,
- rootdse_msg,
partition_msg, "schemaNamingContext",
"schema_data", backend_modules);
CHECK_LDB_RET(ret);
diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build b/source4/dsdb/samdb/ldb_modules/wscript_build
index 857237170f..3212039ff9 100644
--- a/source4/dsdb/samdb/ldb_modules/wscript_build
+++ b/source4/dsdb/samdb/ldb_modules/wscript_build
@@ -84,26 +84,6 @@ bld.SAMBA_MODULE('ldb_schema_data',
)
-bld.SAMBA_MODULE('ldb_naming_fsmo',
- source='naming_fsmo.c',
- subsystem='ldb',
- init_function='ldb_naming_fsmo_module_init',
- module_init_name='ldb_init_module',
- internal_module=False,
- deps='samdb talloc DSDB_MODULE_HELPERS'
- )
-
-
-bld.SAMBA_MODULE('ldb_pdc_fsmo',
- source='pdc_fsmo.c',
- subsystem='ldb',
- init_function='ldb_pdc_fsmo_module_init',
- module_init_name='ldb_init_module',
- internal_module=False,
- deps='samdb talloc DSDB_MODULE_HELPERS'
- )
-
-
bld.SAMBA_MODULE('ldb_samldb',
source='samldb.c',
subsystem='ldb',