Force tickets acquired by the kadm5 client library via password
authorRuss Allbery <rra@stanford.edu>
Wed, 14 Jan 2009 00:29:04 +0000 (00:29 +0000)
committerRuss Allbery <rra@stanford.edu>
Wed, 14 Jan 2009 00:29:04 +0000 (00:29 +0000)
commit033fd8fb426adcf264a867fc0001c0ee6735a079
treea00c6dfeb14ccdab80651b146f02395bd0f08c02
parent919383c2c3c95973c3579e6730cdc5c077132c3d
Force tickets acquired by the kadm5 client library via password
authentication to be non-forwardable and non-proxiable, overridding
any [libdefaults] configuration.  This may be necessary at sites that
set forwardable to true by default in their krb5.conf files but
disable forwardable tickets for privileged principals.  Since the
ticket cache acquired by the kadm5 client library is used only for
kadmin operations, where forwardable is not useful or necessary, there
is no reason to ever attempt to obtain forwardable or proxiable tickets
here.

Ticket: 6337

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21744 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/kadm5/clnt/client_init.c