diff options
author | Volker Lendecke <vl@samba.org> | 2010-04-11 15:27:49 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-04-13 21:21:34 +0200 |
commit | 577bceb19bed18db053456b2b686ba04df1d7456 (patch) | |
tree | ece99a22f4ca8353855bc2216718496febaf71b9 /source3/Makefile.in | |
parent | 55838a8c021020c057b514cc97d5196eaa313764 (diff) | |
download | samba-577bceb19bed18db053456b2b686ba04df1d7456.tar.gz samba-577bceb19bed18db053456b2b686ba04df1d7456.tar.xz samba-577bceb19bed18db053456b2b686ba04df1d7456.zip |
s3-winbind: Authenticate SAM users
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 4de937aacdd..f83450957e7 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 = \ |