summaryrefslogtreecommitdiff
path: root/source3/auth/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-26 12:35:09 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-10-18 13:13:32 +1100
commit5392491f7719c0639ecb15832df212bb3767882e (patch)
tree8ba59ea8456ea78ac8f77ef0e27c90aec7a92418 /source3/auth/wscript_build
parentc77964724d758fcf718d8159b22cd0505ee0a575 (diff)
downloadsamba-5392491f7719c0639ecb15832df212bb3767882e.tar.gz
samba-5392491f7719c0639ecb15832df212bb3767882e.tar.bz2
samba-5392491f7719c0639ecb15832df212bb3767882e.zip
s3-ntlmssp Implement the server-side auth_ntlmssp code as a GENSEC module
This uses the top level gensec_ntlmssp helper functions which are identical to the parts of ntlmssp_wrap.c that are now not called. (Includes formatting and correctness fixes from Metze) Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/auth/wscript_build')
-rw-r--r--source3/auth/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build
index 28415d84b4..2c94242908 100644
--- a/source3/auth/wscript_build
+++ b/source3/auth/wscript_build
@@ -34,7 +34,7 @@ bld.SAMBA3_SUBSYSTEM('AUTH_COMMON',
bld.SAMBA3_LIBRARY('auth',
source=AUTH_SRC,
- deps='''PLAINTEXT_AUTH SLCACHE DCUTIL TOKEN_UTIL AUTH_COMMON''',
+ deps='''PLAINTEXT_AUTH SLCACHE DCUTIL TOKEN_UTIL AUTH_COMMON samba-hostconfig''',
private_library=True)
bld.SAMBA3_MODULE('auth_sam',