From 4c113d8850dfc423e3dae2d2f90e7e9a9d42f0b0 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 19 Nov 2008 19:11:39 +0100 Subject: New configuration option "NoIdent" to disable IDENT lookups The new configuration option "NoIdent" in ngircd.conf can be used to disable IDENT lookups even when the ngIRCd daemon is compiled with IDENT lookups enabled. --- src/testsuite/ngircd-test1.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testsuite/ngircd-test1.conf') diff --git a/src/testsuite/ngircd-test1.conf b/src/testsuite/ngircd-test1.conf index 299bf7ca..a12873fb 100644 --- a/src/testsuite/ngircd-test1.conf +++ b/src/testsuite/ngircd-test1.conf @@ -10,6 +10,7 @@ MaxConnectionsIP = 0 OperCanUseMode = yes MaxJoins = 4 + NoIdent = yes [Operator] Name = TestOp -- cgit 1.4.1