]> arthur.barton.de Git - ngircd.git/blobdiff - doc/sample-ngircd.conf
New configuration option "NoPAM" to disable PAM
[ngircd.git] / doc / sample-ngircd.conf
index db326c98c47d15dfc4e2fc707873f7e9f573bab8..645d1b8afbc525fef0d689f9c36b801bff67db5f 100644 (file)
@@ -48,7 +48,7 @@
        ;Ports = 6667, 6668, 6669
 
        # Additional Listen Ports that expect SSL/TLS encrypted connections
-       ;SSLPorts = 9999,6668
+       ;SSLPorts = 6697, 9999
 
        # SSL Server Key
         ;SSLKeyFile = /usr/local/etc/ngircd/ssl/server-key.pem
        # with support for it.
        ;NoIdent = no
 
+       # Don't use PAM, even if ngIRCd has been compiled with support for it.
+       ;NoPAM = no
+
        # try to connect to other irc servers using ipv4 and ipv6, if possible
        ;ConnectIPv6 = yes
        ;ConnectIPv4 = yes