1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

sample-ngircd.conf: show correct default for "PAM" variable

The default of "PAM" is "yes" when ngIRCd has been configured to use it,
so show the correct default value in the sample configuration file.

Closes #119.
This commit is contained in:
Alexander Barton 2011-11-08 21:12:01 +01:00
parent 20ccc1bba7
commit e4a06844a3

View File

@ -160,7 +160,7 @@
;OperServerMode = no
# Use PAM if ngIRCd has been compiled with support for it.
;PAM = no
;PAM = yes
# Allow Pre-Defined Channels only (see Section [Channels])
;PredefChannelsOnly = no