diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-06-05 19:09:51 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-06-07 14:47:23 +0200 |
commit | bd910952ba2256ff54c0e48a6feda285b9fbb8a5 (patch) | |
tree | 395854f12405e3d4d96a0350a73b0725f78576d8 /source4/dsdb/samdb/ldb_modules/wscript_build | |
parent | 2586cbaadcdf9baf77be5ec5b612cff324ab19a8 (diff) | |
download | samba-bd910952ba2256ff54c0e48a6feda285b9fbb8a5.tar.gz samba-bd910952ba2256ff54c0e48a6feda285b9fbb8a5.tar.bz2 samba-bd910952ba2256ff54c0e48a6feda285b9fbb8a5.zip |
s4:remove the "validate_update" LDB module - the task is now handled by the far more complete "objectclass_attrs" LDB module
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/wscript_build')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/wscript_build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build b/source4/dsdb/samdb/ldb_modules/wscript_build index dfcc2665eb..b6f287d91d 100644 --- a/source4/dsdb/samdb/ldb_modules/wscript_build +++ b/source4/dsdb/samdb/ldb_modules/wscript_build @@ -306,10 +306,3 @@ bld.SAMBA_MODULE('ldb_lazy_commit', ) -bld.SAMBA_MODULE('ldb_validate_update', - source='validate_update.c', - subsystem='LIBLDB', - init_function='LDB_MODULE(validate_update)', - deps='talloc LIBEVENTS LIBSECURITY SAMDB' - ) - |