As David Woodhouse points out, this breaks backwards compatibility.
authorJeremy Allison <jra@samba.org>
Mon, 14 Jul 2014 17:22:52 +0000 (10:22 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 14 Jul 2014 19:54:08 +0000 (21:54 +0200)
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

nsswitch/libwbclient/wbc_pam.c

index a16de971f3d955097ad4bbea332828218211c0d9..11b59f6f30ce76b7d2acb4c43a77f80e88a76cac 100644 (file)
@@ -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) {