summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-08-01 13:55:58 +1000
committerAndrew Tridgell <tridge@samba.org>2011-08-04 16:17:24 +1000
commitd669e83857600ec59afc5b11c0286f28fceb0d0a (patch)
tree5f7b47e6ac97ca53a381866b5a35f6a5c5bf7e7d /source4/dsdb/samdb/ldb_modules/wscript_build
parenta74f4673eda682bbca4adfed8a924b16114a0dcd (diff)
downloadsamba-d669e83857600ec59afc5b11c0286f28fceb0d0a.tar.gz
samba-d669e83857600ec59afc5b11c0286f28fceb0d0a.tar.bz2
samba-d669e83857600ec59afc5b11c0286f28fceb0d0a.zip
s4-dsdb: fixed outgoing one way link DNs
when we return a DN which is a one way link, fix the string DN component by searching for the GUID and replacing the DN components Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> 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_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 56c2d12650..26d3019f04 100644
--- a/source4/dsdb/samdb/ldb_modules/wscript_build
+++ b/source4/dsdb/samdb/ldb_modules/wscript_build
@@ -188,7 +188,7 @@ bld.SAMBA_MODULE('ldb_extended_dn_out',
init_function='ldb_extended_dn_out_module_init',
module_init_name='ldb_init_module',
subsystem='ldb',
- deps='talloc ndr samba-util samdb',
+ deps='talloc ndr samba-util samdb DSDB_MODULE_HELPERS',
internal_module=False,
)