From 577bceb19bed18db053456b2b686ba04df1d7456 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 11 Apr 2010 15:27:49 +0200 Subject: s3-winbind: Authenticate SAM users --- source3/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 4de937aacd..f83450957e 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1238,6 +1238,10 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_remove_mapping.o \ winbindd/winbindd_set_hwm.o \ auth/token_util.o \ + auth/check_samsec.o \ + auth/server_info.o \ + auth/server_info_sam.o \ + auth/user_info.o \ ../nsswitch/libwbclient/wb_reqtrans.o WINBINDD_OBJ = \ -- cgit