]> git.ipfire.org Git - thirdparty/krb5.git/commit
KDC policy handling for anonymous tickets:
authorSam Hartman <hartmans@mit.edu>
Wed, 23 Dec 2009 21:10:16 +0000 (21:10 +0000)
committerSam Hartman <hartmans@mit.edu>
Wed, 23 Dec 2009 21:10:16 +0000 (21:10 +0000)
commitbf4a1c8d7ae3979344f1cf36fbf53845e46b3ff3
treeb775e243066c708b1622907794a3dfce1c232619
parentda84f9a1ce885e37340374d2f1d0663ca11143f1
KDC policy handling for anonymous tickets:

* In TGS, set the anonymous flag if the anonymous flag is set in the AS
* Only authdata systems that support anonymous are called for anonymous tickets
* Currently we copy authdata from request and TGT buth nothing else

Note that if we support anonymous TGS requests in the future, copying
authdata from the TGT would be the wrong thing to do in that case.

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/anonymous@23500 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/do_tgs_req.c
src/kdc/kdc_authdata.c