Module: ngircd.git Branch: master Commit: e4a06844a3b0ad1bbb7307cbe40f7d2bfb2f1226 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=e4a06...
Author: Alexander Barton alex@barton.de Date: Tue Nov 8 21:12:01 2011 +0100
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.
---
doc/sample-ngircd.conf.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl index fb5d826..26103a7 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
ngircd-commits@lists.barton.de