diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-27 13:34:34 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-08-03 18:48:03 +1000 |
commit | d69843c908d2dab9f5296096eccf8650296b79f4 (patch) | |
tree | a1881623bac18445011e4a6344568c6dc78cef63 /source3/wscript_build | |
parent | dee845eb70379feae89940e9535541f7957c60d9 (diff) | |
download | samba-d69843c908d2dab9f5296096eccf8650296b79f4.tar.gz samba-d69843c908d2dab9f5296096eccf8650296b79f4.tar.xz samba-d69843c908d2dab9f5296096eccf8650296b79f4.zip |
s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmssp
This allows the current behaviour of the NTLMSSP code to be unchanged
while adding a way to hook in an alternate implementation via an auth
module.
Andrew Bartlett
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 266a0e3fad7..42a12be0cb0 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -817,7 +817,7 @@ bld.SAMBA3_SUBSYSTEM('LIBSMB_ERR', bld.SAMBA3_SUBSYSTEM('LIBNTLMSSP', source=LIBNTLMSSP_SRC, - deps='LIBSMB_ERR NDR_NTLMSSP NTLMSSP_COMMON', + deps='LIBSMB_ERR NDR_NTLMSSP NTLMSSP_COMMON gensec_runtime', vars=locals()) bld.SAMBA3_LIBRARY('libsmb', |