From: Alexander Barton Date: Tue, 8 Nov 2011 20:12:01 +0000 (+0100) Subject: sample-ngircd.conf: show correct default for "PAM" variable X-Git-Tag: rel-19-rc1~119 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=e4a06844a3b0ad1bbb7307cbe40f7d2bfb2f1226;ds=sidebyside 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. --- diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl index fb5d8262..26103a75 100644 --- a/doc/sample-ngircd.conf.tmpl +++ b/doc/sample-ngircd.conf.tmpl @@ -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