diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:48:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:48:41 +0000 |
commit | ec5ef163b323c67992359b859ec83a3f5afc1309 (patch) | |
tree | 866ca49ed5698c81728a9351eaeee7b6a7ba833c | |
parent | Enabling pam_access.so. (diff) | |
download | shadow-ec5ef163b323c67992359b859ec83a3f5afc1309.tar.xz shadow-ec5ef163b323c67992359b859ec83a3f5afc1309.zip |
Disabling pam_motd.so.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/login.pam | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/login.pam b/debian/login.pam index 7eed767..0c8d0b6 100644 --- a/debian/login.pam +++ b/debian/login.pam @@ -30,8 +30,8 @@ session required pam_loginuid.so # (Replaces the `MOTD_FILE' option in login.defs) # This includes a dynamically generated part from /run/motd.dynamic # and a static (admin-editable) part from /etc/motd. -session optional pam_motd.so motd=/run/motd.dynamic -session optional pam_motd.so noupdate +#session optional pam_motd.so motd=/run/motd.dynamic +#session optional pam_motd.so noupdate # SELinux needs to intervene at login time to ensure that the process # starts in the proper default security context. Only sessions which are |