From b41e14abfdc7301d5ae26ad95c031aa36c190fc8 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 19 Aug 2006 01:04:54 +0000 Subject: r17610: Added the ability for firefox to drive the winbindd ntlm_auth module to allow it to use winbindd cached credentials.The credentials are currently only stored in a krb5 MIT environment - we need to add an option to winbindd to allow passwords to be stored even in an NTLM-only environment. Patch from Robert O'Callahan, modified with some fixes by me. Jeremy. (This used to be commit ae7cc298a113d8984557684bd6ad216cbb27cff3) --- source3/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 8f4f50a41a..c6ea72c92f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -729,7 +729,8 @@ WINBINDD_OBJ1 = \ nsswitch/winbindd_dual.o \ nsswitch/winbindd_async.o \ nsswitch/winbindd_creds.o \ - nsswitch/winbindd_cred_cache.o + nsswitch/winbindd_cred_cache.o \ + nsswitch/winbindd_ccache_access.o WINBINDD_OBJ = \ $(WINBINDD_OBJ1) $(PASSDB_OBJ) $(GROUPDB_OBJ) \ -- cgit