diff options
author | marcus <marcus@FreeBSD.org> | 2007-12-14 04:56:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-12-14 04:56:49 +0800 |
commit | cd4deb097d9119e395cd185200e1d9037d933974 (patch) | |
tree | 5021cb589e6ec0bc24445d9eaab0b5efc19b4147 /x11/xscreensaver-gnome | |
parent | 2b356687f649a6ff5eb33493ddd7635a79156db0 (diff) | |
download | freebsd-ports-gnome-cd4deb097d9119e395cd185200e1d9037d933974.tar.gz freebsd-ports-gnome-cd4deb097d9119e395cd185200e1d9037d933974.tar.zst freebsd-ports-gnome-cd4deb097d9119e395cd185200e1d9037d933974.zip |
Update the pkg-message with correct PAM instructions.
Submitted by: dougb
Diffstat (limited to 'x11/xscreensaver-gnome')
-rw-r--r-- | x11/xscreensaver-gnome/pkg-messsage | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/xscreensaver-gnome/pkg-messsage b/x11/xscreensaver-gnome/pkg-messsage index 08720aa3877f..22201366a532 100644 --- a/x11/xscreensaver-gnome/pkg-messsage +++ b/x11/xscreensaver-gnome/pkg-messsage @@ -3,12 +3,11 @@ If you compiled WITH_PAM support on 4.X, you need to edit /etc/pam.conf and add the following lines: xscreensaver auth required pam_nologin.so no_warn -xscreensaver auth required pam_unix.so no_warn try_pass_first +xscreensaver auth required pam_unix.so no_warn try_first_pass If you compiled WITH_PAM support on 5.X or later, you need to create an /etc/pam.d/xscreensaver file with the following contents: -auth required pam_nologin.so no_warn -auth required pam_unix.so no_warn try_pass_first -account required pam_nologin.so +auth include system +account include system ================================================================================ |