Print this page
OS-136 Need to log auth facility

@@ -17,29 +17,34 @@
 # fields enclosed by brackets "[]" replaced with your own identifying
 # information: Portions Copyright [yyyy] [name of copyright owner]
 #
 # CDDL HEADER END
 #
-#ident  "%Z%%M% %I%     %E% SMI"        /* SunOS 5.0 */
+
 #
 # Copyright (c) 1991-1998 by Sun Microsystems, Inc.
 # All rights reserved.
+# Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
 #
+
+#
 # syslog configuration file.
 #
 # This file is processed by m4 so be careful to quote (`') names
 # that match m4 reserved words.  Also, within ifdef's, arguments
 # containing commas must be quoted.
 #
-*.err;kern.notice;auth.notice                   /dev/sysmsg
+#*.err;kern.notice;auth.notice                  /dev/sysmsg
 *.err;kern.debug;daemon.notice;mail.crit        /var/adm/messages
 
 *.alert;kern.err;daemon.err                     operator
 *.alert                                         root
 
 *.emerg                                         *
 
+auth.info                                       /var/log/authlog
+
 # if a non-loghost machine chooses to have authentication messages
 # sent to the loghost machine, un-comment out the following line:
 #auth.notice                    ifdef(`LOGHOST', /var/log/authlog, @loghost)
 
 mail.debug                      ifdef(`LOGHOST', /var/log/syslog, @loghost)