From: Alan T. DeKok Date: Sun, 29 Oct 2023 22:32:22 +0000 (-0400) Subject: document KRB5_CLIENT_KTNAME X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f77301897eb2fad4d02808fe9a840d273a05c19b;p=thirdparty%2Ffreeradius-server.git document KRB5_CLIENT_KTNAME --- diff --git a/raddb/radiusd.conf.in b/raddb/radiusd.conf.in index e0ca1d7d45a..7e9346d2653 100644 --- a/raddb/radiusd.conf.in +++ b/raddb/radiusd.conf.in @@ -354,6 +354,15 @@ 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.