Commit Diff


commit - d3ef2239e1d0f3477a4b7f0f7a31ef3bb36ef1e7
commit + 5a34bb203ae61c22edbf64741cf9222a04eeead9
blob - 25ec84272c7aa04ac04abc8b9f12f1fad6b0d21c
blob + 8e154efbb5eb74c7a6e14f76126de51257ce956b
--- src/testsuite/ngircd-test1.conf
+++ 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-
blob - 0805b4e81a60f6b90dc4d8e8dbbd3c240b3bada9
blob + 2d788d63145cf84868d241f57dc5c792cf83a902
--- src/testsuite/ngircd-test2.conf
+++ 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