1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Update the pkg-message with correct PAM instructions.

Submitted by:	dougb
This commit is contained in:
Joe Marcus Clarke 2007-12-13 20:56:49 +00:00
parent cad0a0073e
commit a7d7f01947
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203498

View File

@ -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
================================================================================