mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 21:47:45 +00:00
STABLE14-aklog-deal-with-feeble-kdcs-20060829
i guess i should just give up and fix this here (cherry picked from commit 90b79e93e81a8a20c0b6e9dc9d279dc073517ee7)
This commit is contained in:
parent
e384fe098f
commit
c131a443f2
@ -570,7 +570,7 @@ static int auth_to_cell(krb5_context context, char *cell, char *realm)
|
||||
status = get_credv5(context, name, primary_instance, realm_of_cell,
|
||||
&v5cred);
|
||||
|
||||
if (status == KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN) {
|
||||
if (status == KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN || status == KRB5KRB_ERR_GENERIC) {
|
||||
if (try_secondary) {
|
||||
if (dflag) {
|
||||
printf("Principal not found, trying alternate "
|
||||
|
Loading…
x
Reference in New Issue
Block a user