]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 476934
authorAndrew G. Morgan <morgan@kernel.org>
Tue, 27 Nov 2001 05:25:43 +0000 (05:25 +0000)
committerAndrew G. Morgan <morgan@kernel.org>
Tue, 27 Nov 2001 05:25:43 +0000 (05:25 +0000)
Purpose of commit: documentation fix

Commit summary:
---------------
Module doesn't understand 'console' but does understand 'LOCAL'. Fix
from Nalin.

CHANGELOG
modules/pam_access/access.conf

index 65c4d9bf6020eb7ab8dac9b9e6a218d6e6858716..76aef7b4e6e4ca613370d13f3788e19bb7ad6aa1 100644 (file)
--- 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
index abfefa5e75eb8b7db92b4c12324db8c588c15dfd..9ecf2ffdd5e41d388a2076a3c7041ed0d3e893e0 100644 (file)
@@ -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).
 #