post:irc-server: Convert Options.PAM -> Global.NoPAM for ngIRCd v17+.
authorW. Trevor King <wking@tremily.us>
Fri, 28 Sep 2012 01:28:01 +0000 (21:28 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 28 Sep 2012 01:28:01 +0000 (21:28 -0400)
Also replace tabs with spaces in the Markdown source.

posts/Local_IRC_server.mdwn

index fec2b582fce310d6e4ece94a6e5a2d8f4e39177a..779945a4c30decfe03ff6ea46515f5dc137ac5cc 100644 (file)
@@ -21,8 +21,8 @@ Installation was a simple:
 
     # emerge -av ngircd
     # emacs /etc/ngircd/ngircd.conf
-               # cat /etc/ngircd/ngircd.conf
-               [Global]
+    # cat /etc/ngircd/ngircd.conf
+    [Global]
         Name = irc.example.com
         AdminInfo1 = John Doe
         AdminInfo2 = 123 Street Rd.
@@ -30,9 +30,8 @@ Installation was a simple:
         Info = bla bla bla
         ServerGID = nogroup
         ServerUID = ngircd
-               [Options]
-        PAM = no
-               # /etc/init.d/ngircd restart
+        NoPAM = yes
+    # /etc/init.d/ngircd restart
 
 I didn't add `ngircd` to the default runlevel.  I'll just start it by
 hand whenever I want to use it.