diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-07-12 12:20:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-07-13 11:06:24 +0200 |
commit | 29d30ae7b6f8d87223d9e9a32fd9d27e218cc7fc (patch) | |
tree | 3236533acd207e1e013eb0a3cf943221df40132c /factory | |
parent | ed40cb82f7fe59f6584309553f5619c263f8c64f (diff) | |
download | systemd-29d30ae7b6f8d87223d9e9a32fd9d27e218cc7fc.tar.gz |
factory: add comment to PAM file, explaining that the defaults are not useful
Diffstat (limited to 'factory')
-rw-r--r-- | factory/etc/pam.d/system-auth | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/factory/etc/pam.d/system-auth b/factory/etc/pam.d/system-auth index d988233d1c..9342dd1ccf 100644 --- a/factory/etc/pam.d/system-auth +++ b/factory/etc/pam.d/system-auth @@ -1,5 +1,8 @@ # This file is part of systemd. +# You really want to adjust this to your local distribution. If you use this +# unmodified you are not building systems safely and securely. + auth sufficient pam_unix.so nullok try_first_pass auth required pam_deny.so |