]> arthur.barton.de Git - ngircd-alex.git/blob - src/testsuite/ngircd-test2.conf
Set NoPAM=yes in configuration files used for the testsuite
[ngircd-alex.git] / src / testsuite / ngircd-test2.conf
1 # ngIRCd test suite
2 # configuration file for test server #2
3
4 [Global]
5         Name = ngircd.test.server2
6         Info = ngIRCd Test-Server 2
7         Ports = 6790
8         MotdFile = ngircd-test2.motd
9         AdminEMail = admin@irc.server2
10         MaxConnectionsIP = 0
11         OperCanUseMode = yes
12         MaxJoins = 4
13         NoIdent = yes
14         NoPAM = yes
15
16 [Operator]
17         Name = TestOp
18         Password = 123
19
20 [Server]
21         Name = ngircd.test.server
22         Host = localhost
23         Port = 6789
24         MyPassword = pwd2
25         PeerPassword = pwd1
26
27 # -eof-