From 473db1cc5b5b040aa2d8aad798665d0c68c364aa Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 16 Apr 2024 21:00:24 +0200 Subject: [PATCH] ngircd: Disable PAM It breaks irctest when ngircd was compiled with --with-pam --- irctest/controllers/ngircd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/irctest/controllers/ngircd.py b/irctest/controllers/ngircd.py index 0bcd0ca..7b1a3ec 100644 --- a/irctest/controllers/ngircd.py +++ b/irctest/controllers/ngircd.py @@ -23,6 +23,7 @@ TEMPLATE_CONFIG = """ [Options] MorePrivacy = no # by default, always replies to WHOWAS with ERR_WASNOSUCHNICK + PAM = no [Operator] Name = operuser