>> (shouldn't auth.info be sent somewhere?  Currently successful connections 
>>  don't seem to be logged at all.)
> You didn't include the patch for this :-)

--- /usr/src/etc/syslog.conf    Wed Oct 14 23:59:55 1998
+++ /etc/syslog.conf    Thu Feb  4 02:23:07 1999
@@ -11,6 +11,7 @@
 *.notice;news.err                              root
 *.alert                                                root
 *.emerg                                                *
+auth.debug                                     /var/log/auth.log
 # uncomment these if you're running inn
 # news.crit                                    /var/log/news/news.crit
 # news.err                                     /var/log/news/news.err

--- /usr/src/etc/newsyslog.conf Tue Feb 23 00:34:51 1999
+++ /etc/newsyslog.conf Fri Apr  2 21:29:18 1999
@@ -4,6 +4,7 @@
 # logfilename           owner.group     mode count size time [ZB] [/pid_file] 
[sig_num]
 /var/cron/log                          600  3     100  *     Z
 /var/log/amd.log                       664  7     100  *     Z
+/var/log/auth.log                      600  7     100  *     Z
 /var/log/kerberos.log                  664  7     100  *     Z
 /var/log/lpd-errs                      664  7     100  *     Z
 /var/log/maillog                       664  7     *    24    Z

--- /usr/src/etc/defaults/rc.conf       Fri Apr  2 15:20:24 1999
+++ /etc/defaults/rc.conf       Fri Apr  2 21:34:42 1999
@@ -54,7 +54,9 @@
 syslogd_enable="YES"           # Run syslog daemon (or NO).
 syslogd_flags=""               # Flags to syslogd (if enabled).
 inetd_enable="YES"             # Run the network daemon dispatcher (or NO).
-inetd_flags=""                 # Optional flags to inetd.
+inetd_flags=""                 # Optional flags to inetd (use '-l' to log
+                               # successful requests as well as those that
+                               # were rejected via /etc/hosts.allow).
 #
 # named.  It may be possible to run named in a sandbox, man security for
 # details.
 
Not too hard. :-)


        -- Niels.



To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to