]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add krb5int_cc_user_set_default_name
authorTom Yu <tlyu@mit.edu>
Mon, 23 Jul 2012 18:56:10 +0000 (14:56 -0400)
committerTom Yu <tlyu@mit.edu>
Mon, 23 Jul 2012 18:56:10 +0000 (14:56 -0400)
commit39f14ba4a3c3f8edc954ea11b3a02f472f1a4299
treed3c31007d204de990f3ae081a5168400c68c7d8a
parent02ea50fe1b211841399eed993eac99a96371582d
Add krb5int_cc_user_set_default_name

Set the default credential cache name for all processes for the current
user.  Currently implemented, for windows only, by setting
HKEY_CURRENT_USER\Software\MIT\Kerberos5:ccname to the specified
ccache name.  This will not override the environment variable 'KRB5CCNAME'.
It will override HKEY_LOCAL_MACHINE and 'indirect' registry values.

Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
(cherry picked from commit 80097093062822dde3f1140d250023576e52f59c)

ticket: 7199
version_fixed: 1.10.3
status: resolved
src/include/k5-int.h
src/lib/krb5/os/ccdefname.c
src/lib/krb5_32.def