From 6152b5322e2b1699252c04c757a2013c2e3c8939 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sat, 11 Sep 2010 23:17:24 +0100 Subject: [PATCH] viced: Don't fall back to tokens I can't think of any circumstances in which it is appropriate for the fileserver to fallback to using tokens from the kernel, rather than those generated from keys on disk. So, remove that fallback. Change-Id: I92b8987ce63759234d238812a8fe998daed4c20f Reviewed-on: http://gerrit.openafs.org/2758 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/viced/host.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/viced/host.c b/src/viced/host.c index 868d2729d..684785826 100644 --- a/src/viced/host.c +++ b/src/viced/host.c @@ -310,8 +310,6 @@ hpr_Initialize(struct ubik_client **uclient) ViceLog(0, ("hpr_Initialize: clientauthsecure returns %d %s (so trying noauth)", code, afs_error_message(code))); if (code) scIndex = RX_SECIDX_NULL; - } else { - afsconf_ClientAuthToken(&info, 0, &sc, &scIndex, NULL); } if ((scIndex == RX_SECIDX_NULL) && (sc == NULL)) sc = rxnull_NewClientSecurityObject(); -- 2.39.5