diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-08-11 15:43:22 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-08-12 04:00:07 +0200 |
commit | f7902d766a0866d92e728449377a406f8e202b2a (patch) | |
tree | bbdf03283662bcd8706ead709254e690e51824b9 /source4/dsdb/samdb/ldb_modules/wscript_build | |
parent | f9d10a304d0197cc1ef5b14ab523d6462040088a (diff) | |
download | samba-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_build | 20 |
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', |