Add [Features] section to ngircd-test{1|2}.conf

Fix commit 5a34bb203a:
It is not enough to strip the "No" prefix from "Ident" and "PAM",
but we have to introduce the new [Features] section to fix all
warning messages of ngIRCd.

Variables "Ident" and "PAM" in [Global] are completely wrong :-(
This commit is contained in:
Alexander Barton 2011-01-18 21:39:48 +01:00
parent a990bd72ec
commit c98e794b38
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@
MaxConnectionsIP = 0
OperCanUseMode = yes
MaxJoins = 4
[Features]
Ident = no
PAM = no

View File

@ -10,6 +10,8 @@
MaxConnectionsIP = 0
OperCanUseMode = yes
MaxJoins = 4
[Features]
Ident = yes
PAM = yes