From 89e30355de5f272942f06549cd4f6722c5a248e7 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 11 Mar 2002 19:26:29 +0000 Subject: Clean up logging of security information a bit: o Introduce /var/log/authentication.log, which will be the target for auth.info and authpriv.info by default. Rotate on the same schedule as most other logs. Create at installation. o Remove logging of auth.info from /var/log/security.log, which will return to being only for security feature subsystems (such as ipfw, and so on). This creates a special authentication log, which can now be searched by scripts for authentication events. --- etc/newsyslog.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/newsyslog.conf') diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index f743c58..8c70e94 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -10,6 +10,7 @@ # logfilename [owner:group] mode count size when [ZJB] [/pid_file] [sig_num] /var/log/cron 600 3 100 * Z /var/log/amd.log 644 7 100 * Z +/var/log/authentication.log 600 7 100 * Z /var/log/kerberos.log 600 7 100 * Z /var/log/lpd-errs 644 7 100 * Z /var/log/maillog 640 7 * @T00 Z -- cgit v1.1