r17610: Added the ability for firefox to drive the winbindd
authorJeremy Allison <jra@samba.org>
Sat, 19 Aug 2006 01:04:54 +0000 (01:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:43 +0000 (11:38 -0500)
commitb41e14abfdc7301d5ae26ad95c031aa36c190fc8
tree132c80c91e9ac1a43da7584b48a4a8218a20b9f1
parent986461b6be03eefd3bd9d9c5f5921e14189813b2
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
source3/configure.in
source3/lib/system.c
source3/nsswitch/winbindd.c
source3/nsswitch/winbindd_ccache_access.c [new file with mode: 0644]
source3/nsswitch/winbindd_dual.c
source3/nsswitch/winbindd_nss.h
source3/nsswitch/winbindd_pam.c
source3/utils/ntlm_auth.c