From 8794e6dad906b9cc1eefbe03665a0035b91ac199 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 17 Jan 2011 13:39:46 +1100 Subject: 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 --- source4/dsdb/samdb/ldb_modules/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/samdb/ldb_modules/wscript_build') 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' ) -- cgit