commit e4a06844a3b0ad1bbb7307cbe40f7d2bfb2f1226 from: Alexander Barton date: Tue Nov 08 20:12:01 2011 UTC 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. commit - 20ccc1bba7773c0f73afe2bbcc0ffecc7b11269b commit + e4a06844a3b0ad1bbb7307cbe40f7d2bfb2f1226 blob - fb5d8262c2ba19dcd1fd5f2f1c4c426b3bb83db9 blob + 26103a759b938ef9fdc1739522b64462de5baaae --- doc/sample-ngircd.conf.tmpl +++ 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