Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Add request_timeout configuration parameter

Add a parameter to limit the total amount of time taken for a KDC or
password change request.

https://github.com/krb5/krb5/commit/802318cda963456b3ed7856c836e89da891483be
Author: Greg Hudson <ghudson@mit.edu>
Commit: 802318cda963456b3ed7856c836e89da891483be
Branch: master
doc/admin/conf_files/krb5_conf.rst | 9 +++++++
src/include/k5-int.h | 2 ++
src/lib/krb5/krb/init_ctx.c | 14 ++++++++++-
src/lib/krb5/os/sendto_kdc.c | 51 +++++++++++++++++++++++++-------------
4 files changed, 58 insertions(+), 18 deletions(-)