From: Thomas Faller Date: Mon, 19 Jul 2021 19:45:13 +0000 (+0000) Subject: Fix comments for auth password logging. (#4135) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f511e1fe9ecab4814bd786877730d27c6779517;p=thirdparty%2Ffreeradius-server.git Fix comments for auth password logging. (#4135) --- diff --git a/src/process/radius/base.c b/src/process/radius/base.c index 233fcb17989..fc6b8cd892a 100644 --- a/src/process/radius/base.c +++ b/src/process/radius/base.c @@ -124,10 +124,10 @@ typedef struct { typedef struct { bool log_stripped_names; bool log_auth; //!< Log authentication attempts. - bool log_auth_badpass; //!< Log successful authentications. - bool log_auth_goodpass; //!< Log failed authentications. - char const *auth_badpass_msg; //!< Additional text to append to successful auth messages. - char const *auth_goodpass_msg; //!< Additional text to append to failed auth messages. + bool log_auth_badpass; //!< Log failed authentications. + bool log_auth_goodpass; //!< Log successful authentications. + char const *auth_badpass_msg; //!< Additional text to append to failed auth messages. + char const *auth_goodpass_msg; //!< Additional text to append to successful auth messages. char const *denied_msg; //!< Additional text to append if the user is already logged //!< in (simultaneous use check failed).