From: Alan T. DeKok Date: Sun, 29 Oct 2023 22:31:20 +0000 (-0400) Subject: document KRB5_CLIENT_KTNAME X-Git-Tag: release_3_2_4~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cfb7e3c1f91af8ec8a05e876c9d2183d381f634a;p=thirdparty%2Ffreeradius-server.git document KRB5_CLIENT_KTNAME --- diff --git a/raddb/radiusd.conf.in b/raddb/radiusd.conf.in index 366dce419d..5a521cb4f4 100644 --- a/raddb/radiusd.conf.in +++ b/raddb/radiusd.conf.in @@ -424,6 +424,16 @@ ENV { # # BAR + + # + # If the server needs kerberos credentials, then they can be placed + # into the following keytab file. + # + # This also permits the server to use those credentials when it is + # run in debug mode. + # +# KRB5_CLIENT_KTNAME = ${raddbdir}/radiusd.keytab + # # `LD_PRELOAD` is special. It is normally set before the # application runs, and is interpreted by the dynamic linker.