[16320] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

[krbdev.mit.edu #8786] git commit

daemon@ATHENA.MIT.EDU (Greg Hudson via RT)
Fri May 31 15:45:59 2019

Mail-followup-to: rt@krbdev.mit.edu
mail-copies-to: never
From: Greg Hudson via RT <rt-comment@KRBDEV-PROD-APP-1.mit.edu>
In-Reply-To: <rt-8786@krbdev.mit.edu>
Message-ID: <rt-8786-49477.11.5706913041165@krbdev.mit.edu>
To: "'AdminCc of krbdev.mit.edu Ticket #8786'":;
Date: Fri, 31 May 2019 15:45:15 -0400
MIME-Version: 1.0
Reply-To: rt-comment@KRBDEV-PROD-APP-1.mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krb5-bugs-bounces@mit.edu


Add KRB5RCACHENAME and default_rcache_name

In krb5_get_server_rcache(), stop constructing a residual value based
on piece and the euid, and instead resolve default replay cache
(previously an unused operation, as krb5_rc_default() was not part of
the API and was never used).

To determine the default replay cache name, try the KRB5RCACHENAME
environment variable first, and then try KRB5RCACHETYPE for
compatibility.  If neither of those environment variables are set, try
the default_rcache_name profile relation in [libdefaults] before
falling back to "dfl:".

https://github.com/krb5/krb5/commit/0e68760cb8dce4ea25fd73d6eab95bce103b6443
Author: Greg Hudson <ghudson@mit.edu>
Commit: 0e68760cb8dce4ea25fd73d6eab95bce103b6443
Branch: master
 doc/admin/conf_files/krb5_conf.rst |    5 ++
 doc/basic/rcache_def.rst           |   29 ++++------
 doc/user/user_config/kerberos.rst  |   17 +++++--
 src/include/k5-int.h               |    1 +
 src/include/krb5/krb5.hin          |   11 ++--
 src/lib/krb5/krb/srv_rcache.c      |   58 ++-------------------
 src/lib/krb5/rcache/rc_base.c      |   98 +++++++++++++++++++++++-------------
 src/man/kerberos.man               |   21 ++++++--
 src/man/krb5.conf.man              |    5 ++
 9 files changed, 126 insertions(+), 119 deletions(-)

_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
https://mailman.mit.edu/mailman/listinfo/krb5-bugs

home help back first fref pref prev next nref lref last post