Skip to content

Commit

Permalink
Always treat anonymous as preauth required
Browse files Browse the repository at this point in the history
Always treat the WELLKNOWN/ANONYMOUS principal as requiring pre-authentication.  The anonymous draft depends on a pre-auth exchange to invoke pkinit.

ticket: 6623
target_version: 1.8
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23603 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
hartmans committed Jan 7, 2010
1 parent 186aefa commit 7f6947e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kdc/do_as_req.c
Expand Up @@ -407,6 +407,7 @@ process_as_req(krb5_kdc_req *request, krb5_data *req_pkt,
goto errout;
}
enc_tkt_reply.client = request->client;
setflag(client.attributes, KRB5_KDB_REQUIRES_PRE_AUTH);
}
/*
* Check the preauthentication if it is there.
Expand Down

0 comments on commit 7f6947e

Please sign in to comment.