]> arthur.barton.de Git - ngircd-alex.git/commitdiff
sample-ngircd.conf: show correct default for "PAM" variable
authorAlexander Barton <alex@barton.de>
Tue, 8 Nov 2011 20:12:01 +0000 (21:12 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 8 Nov 2011 20:12:01 +0000 (21:12 +0100)
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

index fb5d8262c2ba19dcd1fd5f2f1c4c426b3bb83db9..26103a759b938ef9fdc1739522b64462de5baaae 100644 (file)
        ;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