summaryrefslogtreecommitdiff
path: root/source3/winbindd/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-07-28 14:41:56 +1000
committerAndrew Tridgell <tridge@samba.org>2011-07-28 15:20:51 +1000
commit356a2cc0b05e557c63ae180c7432351a950078d4 (patch)
tree4e6225856ff9a22725a6645442568f3a4ec405af /source3/winbindd/wscript_build
parentd82256ca119eb8315cc69ba725ba71c386caa901 (diff)
downloadsamba-356a2cc0b05e557c63ae180c7432351a950078d4.tar.gz
samba-356a2cc0b05e557c63ae180c7432351a950078d4.tar.bz2
samba-356a2cc0b05e557c63ae180c7432351a950078d4.zip
s3-waf: the passdb subsystem needs to be called pdb
the 'pdb' name is builtin to the passdb module loading code as a fixed string. We need to call the subsystem pdb so that external passdb modules end up in bin/modules/pdb/ where they can be found by the Samba3 module loader Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/winbindd/wscript_build')
-rw-r--r--source3/winbindd/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build
index 3bd14ee534..3a2e2971b3 100644
--- a/source3/winbindd/wscript_build
+++ b/source3/winbindd/wscript_build
@@ -62,7 +62,7 @@ bld.SAMBA3_MODULE('idmap_rid',
bld.SAMBA3_MODULE('idmap_passdb',
subsystem='idmap',
source=IDMAP_PASSDB_SRC,
- deps='samba-util passdb',
+ deps='samba-util pdb',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('idmap_passdb'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_passdb'))