summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/wscript_build
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/wscript_build
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/wscript_build')
-rw-r--r--source4/dsdb/samdb/ldb_modules/wscript_build20
1 files changed, 0 insertions, 20 deletions
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',