]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix comments for auth password logging. (#4135)
authorThomas Faller <tfaller1@gmx.de>
Mon, 19 Jul 2021 19:45:13 +0000 (19:45 +0000)
committerGitHub <noreply@github.com>
Mon, 19 Jul 2021 19:45:13 +0000 (14:45 -0500)
src/process/radius/base.c

index 233fcb17989971cee3cd08d9d3b09f580751cb68..fc6b8cd892a14f542dd65ce050dcff91c8622b38 100644 (file)
@@ -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).