summaryrefslogtreecommitdiff
path: root/auth/credentials/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-07-14 22:23:41 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-07-15 05:41:27 +0200
commitdff29e4aee5f6adda32e5a0905d3c46e810feb27 (patch)
tree3f20f101be690ffd085999c3ac5a29b715bee148 /auth/credentials/wscript_build
parent6d24c899db76161a6f8d092b6fae054c6e663432 (diff)
downloadsamba-dff29e4aee5f6adda32e5a0905d3c46e810feb27.tar.gz
samba-dff29e4aee5f6adda32e5a0905d3c46e810feb27.tar.bz2
samba-dff29e4aee5f6adda32e5a0905d3c46e810feb27.zip
auth/credentials: Look in the secrets.tdb for the machine account
This is for use with the -P/--machine-pass option. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sun Jul 15 05:41:28 CEST 2012 on sn-devel-104
Diffstat (limited to 'auth/credentials/wscript_build')
-rwxr-xr-xauth/credentials/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/credentials/wscript_build b/auth/credentials/wscript_build
index a7936e92ec..0b2aec2189 100755
--- a/auth/credentials/wscript_build
+++ b/auth/credentials/wscript_build
@@ -17,7 +17,7 @@ bld.SAMBA_SUBSYSTEM('CREDENTIALS_KRB5',
bld.SAMBA_SUBSYSTEM('CREDENTIALS_SECRETS',
source='credentials_secrets.c',
- deps='CREDENTIALS_KRB5 CREDENTIALS_NTLM ldb SECRETS samdb-common',
+ deps='CREDENTIALS_KRB5 CREDENTIALS_NTLM ldb SECRETS samdb-common dbwrap',
)
bld.SAMBA_SUBSYSTEM('CREDENTIALS_NTLM',