Improve the GDM auto-login instructions for PAM to prevent warnings being
displayed on the console. Submitted by: Wout Decré <wout@delta-design.be>
This commit is contained in:
parent
324b8e6b13
commit
5e4a0dd55b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=33061
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.138 2008/04/09 06:29:36 marcus Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.139 2008/06/25 04:10:48 adamw Exp $">
|
||||
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
|
||||
<!ENTITY email "freebsd-gnome">
|
||||
<!ENTITY % navinclude.gnome "INCLUDE">
|
||||
|
@ -959,8 +959,8 @@ xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|||
with the following contents:</p>
|
||||
|
||||
<pre>
|
||||
auth required pam_nologin.so
|
||||
auth required pam_permit.so
|
||||
account required pam_nologin.so
|
||||
account required pam_unix.so
|
||||
session required pam_permit.so
|
||||
</pre>
|
||||
|
|
Loading…
Reference in a new issue