summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
-rw-r--r--modules/pam_access/access.conf2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 65c4d9bf..76aef7b4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -49,6 +49,8 @@ bug report - outstanding bugs are listed here:
0.76: please submit patches for this section with actual code/doc
patches!
+* pam_access: default access.conf file contained a type (console
+ instead of LOCAL) fix from Nalin (Bug 476934 - agmorgan)
* pam_unix: fixed bizarre memory leak pointed out by Fernando Trias
(Bug 483959 - agmorgan)
* misc string comparison length checking changes from Nalin. Modules
diff --git a/modules/pam_access/access.conf b/modules/pam_access/access.conf
index abfefa5e..9ecf2ffd 100644
--- a/modules/pam_access/access.conf
+++ b/modules/pam_access/access.conf
@@ -38,7 +38,7 @@
#
# Disallow console logins to all but a few accounts.
#
-#-:ALL EXCEPT wheel shutdown sync:console
+#-:ALL EXCEPT wheel shutdown sync:LOCAL
#
# Disallow non-local logins to privileged accounts (group wheel).
#