From: Alexander Barton Date: Tue, 18 Jan 2011 20:39:48 +0000 (+0100) Subject: Add [Features] section to ngircd-test{1|2}.conf X-Git-Tag: rel-18-rc1~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c98e794b38684d39d51a964e5b1670908be01691;p=ngircd 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 :-( --- 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 diff --git a/src/testsuite/ngircd-test2.conf b/src/testsuite/ngircd-test2.conf index 2d788d63..585d9bb1 100644 --- a/src/testsuite/ngircd-test2.conf +++ b/src/testsuite/ngircd-test2.conf @@ -10,6 +10,8 @@ MaxConnectionsIP = 0 OperCanUseMode = yes MaxJoins = 4 + +[Features] Ident = yes PAM = yes