From bf598954f75bfd924b9aa22649975b372c74a49e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 19 Jun 2004 08:15:41 +0000 Subject: r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts. I have moved the SPNEGO and Kerberos code into libcli/auth, and intend to refactor them into the same format as NTLMSSP. Andrew Bartlett (This used to be commit 58da78a7460d5d0a4abee7d7b84799c228e6bc0b) --- source4/utils/config.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/utils/config.m4') diff --git a/source4/utils/config.m4 b/source4/utils/config.m4 index a4730e42b9..846d599af5 100644 --- a/source4/utils/config.m4 +++ b/source4/utils/config.m4 @@ -1,3 +1,4 @@ dnl # utils subsystem SMB_BINARY_MK(ndrdump, utils/config.mk) +SMB_BINARY_MK(ntlm_auth, utils/config.mk) -- cgit