cifs.upcall: try to use default credcache if we didn't find one
authorJeff Layton <jlayton@samba.org>
Tue, 17 Sep 2013 15:39:13 +0000 (11:39 -0400)
committerJeff Layton <jlayton@samba.org>
Tue, 17 Sep 2013 15:39:13 +0000 (11:39 -0400)
commitf03c51bbbbc5169fdf9431afd1f30f372531a6be
tree19786dc99f1dfb2686a425a999b99d28c2865630
parent92262eafa12b4e11fca1d6f3647cfdeff2f4281c
cifs.upcall: try to use default credcache if we didn't find one

Fedora is in the process of moving to KEYRING: credcaches which are not
currently handled by cifs.upcall. We could try to detect when they're in
use, but it's simpler and more robust to just try to use the default
credcache whenever we don't find a FILE: or DIR: cache.

Signed-off-by: Jeff Layton <jlayton@samba.org>
cifs.upcall.c