]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/sample-ngircd.conf.tmpl
conf: Warn if PAM=true when ngircd was built without PAM support
[ngircd-alex.git] / doc / sample-ngircd.conf.tmpl
index 12b688d23d06ecabcc88494091ad3a4761c5ecc9..9bfa9d41a11a41717ee3b3353639ec39e2ea1214 100644 (file)
        # Allow Pre-Defined Channels only (see Section [Channels])
        ;PredefChannelsOnly = no
 
-       # Don't do any DNS lookups when a client connects to the server.
-       ;NoDNS = no
+       # Do any DNS lookups when a client connects to the server.
+       ;DNS = yes
 
-       # Don't do any IDENT lookups, even if ngIRCd has been compiled
-       # with support for it.
-       ;NoIdent = no
+       # Do any IDENT lookups if ngIRCd has been compiled with support for it.
+       ;Ident = yes
 
-       # Don't use PAM, even if ngIRCd has been compiled with support for it.
-       ;NoPAM = no
+       # Use PAM if ngIRCd has been compiled with support for it.
+       ;PAM = no
 
-       # Don't use ZeroConf service registration, even if ngIRCd has been
+       # Use ZeroConf service registration if ngIRCd has been
        # compiled with support for it (e.g. Howl, Avahi, Mac OS X).
-       ;NoZeroConf = no
+       ;ZeroConf = no
 
        # try to connect to other irc servers using ipv4 and ipv6, if possible
        ;ConnectIPv6 = yes