diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-08-08 15:22:03 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-08 08:03:21 +0200 |
commit | b7b48793501915ecf5cb52b3044fd2f902987802 (patch) | |
tree | 1370735b71ea95397876ca160dd0052f5dbbcc0e /source3/wscript_build | |
parent | de2d813898bcfc530d13753a57ac8356b7c7bf0e (diff) | |
download | samba-b7b48793501915ecf5cb52b3044fd2f902987802.tar.gz samba-b7b48793501915ecf5cb52b3044fd2f902987802.tar.bz2 samba-b7b48793501915ecf5cb52b3044fd2f902987802.zip |
s3-torture: Extend pdbtest to also run an authentication unit-test
This tests both the builtin auth_sam against passdb directly and the
configured auth module.
Andrew Bartlett
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 9125667029..2b00a167f8 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1480,7 +1480,9 @@ bld.SAMBA3_BINARY('pdbtest', deps=''' talloc pdb - popt_samba3''', + popt_samba3 + AUTH_COMMON + auth''', vars=locals()) bld.SAMBA3_BINARY('vfstest', |