#
# There are two basic ways to configure PAM, either via pam_stack
# or by explicitly specifying the various methods to use.
-#
+#
+# $Sudo$
+#
# Here we use pam_stack
auth required pam_stack.so service=system-auth
account required pam_stack.so service=system-auth
#
# See the sudoers man page for the details on how to write a sudoers file.
#
+# $Sudo$
##
# User alias specification
# Syslogd will not create new log files for you, you must first
# create the file before syslogd will log to it. Eg.
# 'touch /var/log/sudo'
+#
+# $Sudo$
# This logs successful and failed sudo attempts to the file /var/log/sudo
local2.debug /var/log/sudo
#
# See the sudoers man page for the details on how to write a sudoers file.
#
+# $Sudo$
# Host alias specification