From: Alexander Barton Date: Tue, 18 Jan 2011 13:28:39 +0000 (+0100) Subject: Update testsuite configuration: strip No... prefixes X-Git-Tag: rel-18-rc1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a34bb203a;p=ngircd Update testsuite configuration: strip No... prefixes --- diff --git a/src/testsuite/ngircd-test1.conf b/src/testsuite/ngircd-test1.conf index 25ec8427..8e154efb 100644 --- a/src/testsuite/ngircd-test1.conf +++ b/src/testsuite/ngircd-test1.conf @@ -1,5 +1,5 @@ # ngIRCd test suite -# configuration file for test server #2 +# configuration file for test server #1 [Global] Name = ngircd.test.server @@ -10,8 +10,8 @@ MaxConnectionsIP = 0 OperCanUseMode = yes MaxJoins = 4 - NoIdent = yes - NoPAM = yes + Ident = no + PAM = no [Operator] Name = TestOp @@ -23,7 +23,6 @@ PeerPassword = pwd2 [Channel] -# This name should be accepted as '#InviteChannel' by ngircd. Name = InviteChannel Modes = i @@ -50,4 +49,5 @@ [Channel] Name = +ModelessChannel Topic = A modeless Channel + # -eof- diff --git a/src/testsuite/ngircd-test2.conf b/src/testsuite/ngircd-test2.conf index 0805b4e8..2d788d63 100644 --- a/src/testsuite/ngircd-test2.conf +++ b/src/testsuite/ngircd-test2.conf @@ -10,8 +10,8 @@ MaxConnectionsIP = 0 OperCanUseMode = yes MaxJoins = 4 - NoIdent = yes - NoPAM = yes + Ident = yes + PAM = yes [Operator] Name = TestOp