From c98e794b38684d39d51a964e5b1670908be01691 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 18 Jan 2011 21:39:48 +0100 Subject: Add [Features] section to ngircd-test{1|2}.conf Fix commit 5a34bb203a: It is not enough to strip the "No" prefix from "Ident" and "PAM", but we have to introduce the new [Features] section to fix all warning messages of ngIRCd. Variables "Ident" and "PAM" in [Global] are completely wrong :-( --- src/testsuite/ngircd-test1.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/testsuite/ngircd-test1.conf') diff --git a/src/testsuite/ngircd-test1.conf b/src/testsuite/ngircd-test1.conf index 8e154efb..43851f65 100644 --- a/src/testsuite/ngircd-test1.conf +++ b/src/testsuite/ngircd-test1.conf @@ -10,6 +10,8 @@ MaxConnectionsIP = 0 OperCanUseMode = yes MaxJoins = 4 + +[Features] Ident = no PAM = no -- cgit 1.4.1