Module: ngircd.git Branch: master Commit: 5a34bb203ae61c22edbf64741cf9222a04eeead9 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=5a34b...
Author: Alexander Barton alex@barton.de Date: Tue Jan 18 14:28:39 2011 +0100
Update testsuite configuration: strip No... prefixes
---
src/testsuite/ngircd-test1.conf | 8 ++++---- src/testsuite/ngircd-test2.conf | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/testsuite/ngircd-test1.conf b/src/testsuite/ngircd-test1.conf index 25ec842..8e154ef 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 0805b4e..2d788d6 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