From 81f56139b6964ddbe2c03232475f87f474136490 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 11 Oct 2001 07:42:52 +0000 Subject: initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To activate you need to: - install krb5 libraries - run configure - build smbclient - run kinit to get a TGT - run smbclient with the -k option to choose kerberos auth (This used to be commit d33057585644e1337bac743e25ed7653bfb39eef) --- source3/include/includes.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 9b56c8a477..a268519488 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -661,7 +661,7 @@ extern int errno; #include "msdfs.h" -#include "profile.h" +#include "smbprofile.h" #include "mapping.h" @@ -672,6 +672,8 @@ extern int errno; #include "session.h" +#include "asn1.h" + #ifndef MAXCODEPAGELINES #define MAXCODEPAGELINES 256 #endif -- cgit