mirror of
https://github.com/osmarks/ngircd.git
synced 2025-10-28 04:27:39 +00:00
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:
@@ -10,6 +10,8 @@
|
|||||||
MaxConnectionsIP = 0
|
MaxConnectionsIP = 0
|
||||||
OperCanUseMode = yes
|
OperCanUseMode = yes
|
||||||
MaxJoins = 4
|
MaxJoins = 4
|
||||||
|
|
||||||
|
[Features]
|
||||||
Ident = no
|
Ident = no
|
||||||
PAM = no
|
PAM = no
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
MaxConnectionsIP = 0
|
MaxConnectionsIP = 0
|
||||||
OperCanUseMode = yes
|
OperCanUseMode = yes
|
||||||
MaxJoins = 4
|
MaxJoins = 4
|
||||||
|
|
||||||
|
[Features]
|
||||||
Ident = yes
|
Ident = yes
|
||||||
PAM = yes
|
PAM = yes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user