[krbdev.mit.edu #7199] SVN Commit

Sam Hartman via RT rt-comment at krbdev.mit.edu
Wed Jul 11 22:36:24 EDT 2012


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 at painless-security.com>

https://github.com/krb5/krb5/commit/80097093062822dde3f1140d250023576e52f59c
Author: Kevin Wasserman <kevin.wasserman at painless-security.com>
Committer: Sam Hartman <hartmans at mit.edu>
Commit: 80097093062822dde3f1140d250023576e52f59c
Branch: master
 src/include/k5-int.h        |    3 ++
 src/lib/krb5/os/ccdefname.c |   58 ++++++++++++++++++++++++++++++++++++++++---
 src/lib/krb5_32.def         |    1 +
 3 files changed, 58 insertions(+), 4 deletions(-)



More information about the krb5-bugs mailing list