mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
dee16cb7fd
Reported by: yar
15 lines
635 B
Plaintext
15 lines
635 B
Plaintext
================================================================================
|
|
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
|
|
|
|
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
|
|
================================================================================
|