diff options
author | des <des@FreeBSD.org> | 2002-04-29 15:22:00 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-04-29 15:22:00 +0000 |
commit | 70fd7e0ff2cd33dcf1a1ad7b60693a1d36c7e1bf (patch) | |
tree | f17177f057a3366837d2ee95409b3b891e21d8a7 /etc/pam.d | |
parent | 46aca2187972f1e323b4c92d3940334eef122bc3 (diff) | |
download | FreeBSD-src-70fd7e0ff2cd33dcf1a1ad7b60693a1d36c7e1bf.zip FreeBSD-src-70fd7e0ff2cd33dcf1a1ad7b60693a1d36c7e1bf.tar.gz |
Add no_warn to pam_lastlog. This should prevent xdm from dumping core
when linked with Linux-PAM.
Diffstat (limited to 'etc/pam.d')
-rw-r--r-- | etc/pam.d/other | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pam.d/other b/etc/pam.d/other index f0968b9..a5a2e93 100644 --- a/etc/pam.d/other +++ b/etc/pam.d/other @@ -14,7 +14,7 @@ auth required pam_unix.so no_warn try_first_pass account required pam_unix.so # session -session required pam_lastlog.so +session required pam_lastlog.so no_warn # password password required pam_deny.so |