summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2014-07-14 10:22:52 -0700
committerJeremy Allison <jra@samba.org>2014-07-14 21:54:08 +0200
commitca1e4af466af83c0f28804813dc19a77c340f981 (patch)
tree912f094ca593c1b161cd1d9de5c795057f6e2cee /nsswitch
parent208b2d88c4efacee79fe4d856ee8256c680cad5c (diff)
downloadsamba-ca1e4af466af83c0f28804813dc19a77c340f981.tar.gz
As David Woodhouse points out, this breaks backwards compatibility.
https://bugzilla.samba.org/show_bug.cgi?id=10692 Revert "libwbclient: reject unknown named blobs in wbcCredentialCache()" This reverts commit 740d12d1e77d356ff22c3725dce8d5019c86a7a5. Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Mon Jul 14 21:54:08 CEST 2014 on sn-devel-104
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/libwbclient/wbc_pam.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nsswitch/libwbclient/wbc_pam.c b/nsswitch/libwbclient/wbc_pam.c
index a16de971f3d..11b59f6f30c 100644
--- a/nsswitch/libwbclient/wbc_pam.c
+++ b/nsswitch/libwbclient/wbc_pam.c
@@ -1224,8 +1224,6 @@ wbcErr wbcCredentialCache(struct wbcCredentialCacheParams *params,
challenge_blob = &params->blobs[i];
continue;
}
- status = WBC_ERR_INVALID_PARAM;
- goto fail;
}
if (params->domain_name != NULL) {