summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-01-17 13:39:46 +1100
committerAndrew Tridgell <tridge@samba.org>2011-01-17 05:23:04 +0100
commit8794e6dad906b9cc1eefbe03665a0035b91ac199 (patch)
treecf6e9c809ad9791333f397237139b370994f60d7 /source4/dsdb/samdb/ldb_modules/wscript_build
parent87f31510475c6debd56ff874130f4f5d48bef9a5 (diff)
downloadsamba-8794e6dad906b9cc1eefbe03665a0035b91ac199.tar.gz
samba-8794e6dad906b9cc1eefbe03665a0035b91ac199.tar.bz2
samba-8794e6dad906b9cc1eefbe03665a0035b91ac199.zip
s4-dsdb: replaced the calls to ldb_search() in dsdb modules with dsdb_module_search()
this ensures we follow the module stack, and set the parent on child requests
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/wscript_build')
-rw-r--r--source4/dsdb/samdb/ldb_modules/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build b/source4/dsdb/samdb/ldb_modules/wscript_build
index 4cf1cfe19a..0b269007e4 100644
--- a/source4/dsdb/samdb/ldb_modules/wscript_build
+++ b/source4/dsdb/samdb/ldb_modules/wscript_build
@@ -240,7 +240,7 @@ bld.SAMBA_MODULE('ldb_update_keytab',
init_function='ldb_update_keytab_module_init',
module_init_name='ldb_init_module',
internal_module=False,
- deps='talloc events credentials ldb com_err KERBEROS_UTIL'
+ deps='talloc events credentials ldb com_err KERBEROS_UTIL DSDB_MODULE_HELPERS'
)