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.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'source4/utils/config.mk') diff --git a/source4/utils/config.mk b/source4/utils/config.mk index 405640deb7..c8e5c0b491 100644 --- a/source4/utils/config.mk +++ b/source4/utils/config.mk @@ -12,3 +12,17 @@ REQUIRED_SUBSYSTEMS = \ LIBSMB # End BINARY ndrdump ################################# + +################################# +# Start BINARY ntlm_auth +[BINARY::ntlm_auth] +OBJ_FILES = \ + utils/ntlm_auth.o +REQUIRED_SUBSYSTEMS = \ + CONFIG \ + LIBCMDLINE \ + LIBBASIC \ + LIBSMB \ + LIBRPC +# End BINARY ntlm_auth +################################# -- cgit