summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-08-19 01:04:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:43 -0500
commitae7cc298a113d8984557684bd6ad216cbb27cff3 (patch)
tree781a129eaae4b282cadcb3af5e40b0c87cdd68d9 /source/Makefile.in
parent337be14b432e5dfd80c7418b2db4fe0087259b77 (diff)
downloadsamba-ae7cc298a113d8984557684bd6ad216cbb27cff3.tar.gz
samba-ae7cc298a113d8984557684bd6ad216cbb27cff3.tar.xz
samba-ae7cc298a113d8984557684bd6ad216cbb27cff3.zip
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.
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 8f4f50a41ac..c6ea72c92f7 100644
--- a/source/Makefile.in
+++ b/source/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) \