repo: ngircd action: commit revision: path_from: revision_from: 9fff9f6a2b1f113513b95eae3eaa3c55052f8b91: path_to: revision_to:
commit 9fff9f6a2b1f113513b95eae3eaa3c55052f8b91 Author: Alexander BartonDate: Wed Jan 19 01:19:40 2011 +0100 ngircd-test2.conf: really disable Ident and PAM ... diff --git a/src/testsuite/ngircd-test2.conf b/src/testsuite/ngircd-test2.conf
--- a/src/testsuite/ngircd-test2.conf +++ b/src/testsuite/ngircd-test2.conf @@ -12,8 +12,8 @@ MaxJoins = 4 [Features] - Ident = yes - PAM = yes + Ident = no + PAM = no [Operator] Name = TestOp
-----END OF PAGE-----