Fix a regression in the client-side ticket renewal code where KDC
authorGreg Hudson <ghudson@mit.edu>
Tue, 14 Dec 2010 17:28:38 +0000 (17:28 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 14 Dec 2010 17:28:38 +0000 (17:28 +0000)
commit0ad46eaa6eabfba18beb81d97b8a6d34486671fe
tree9f5e39faaef8519923a861fbfcb27ac377354da8
parent20337d95b42b43d3f6858294490f0ee1ba3a007d
Fix a regression in the client-side ticket renewal code where KDC
options were not folded into the renewal request (most notably, the
KDC_OPT_RENEWABLE flag), so we didn't request renewable renewed
tickets.  Add a simple test case for ticket renewal.

ticket: 6838
tags: pullups
target_version: 1.9

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24566 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/val_renew.c
src/tests/Makefile.in
src/tests/t_renew.py [new file with mode: 0644]