3 Jun
2022
3 Jun
'22
3:17 p.m.
On Jun 3, 2022, at 11:34 AM, Natarajan M <natarajan.m@gmail.com> wrote:
If I use auth+acct with TLS+TCP, then both authentication & accounting packets are accepted, but if I use same auth+acct with just TCP no TLS, then accounting packets are rejected as invalid code. When I look at tls_listen.c vs listen.c, I see following code snippet in tls_listen.c is missing in listen.c, patching this fixes the issue also. Is it just a bug or design intent was to support auth+acct only for TLS?
It's a bug. Thanks for the patch, I'll push it over to git. Alan DeKok.