12 Jan
2021
12 Jan
'21
6:57 a.m.
On 11/01/2021 22:29, Dan M wrote:
Is there a known issue with rejected requests not generating a reply log entry. For a successful request the reply log is always written.
Is it an order thing maybe in some section?
reply_log is in the post_auth section of the config, which is run on successful authentication. However, failed authentications run through the post-auth "Post-Auth-Type REJECT" section. To log failures you'll need to add reply_log (or similar) to that section, too, e.g. post-auth { ... Post-Auth-Type REJECT { ... reply_log ... } } -- Matthew