diff options
author | ikerexxe <ipedrosa@redhat.com> | 2020-10-14 11:30:00 +0200 |
---|---|---|
committer | Tomáš Mráz <tmraz@redhat.com> | 2020-10-14 12:31:25 +0200 |
commit | ad8b6feaf8ea989368676acaea905998a807986e (patch) | |
tree | 0e91f989df24936d47cda440b8d2dfc7bbef46d5 /modules/pam_motd/pam_motd.8.xml | |
parent | 16cebfeb30a8bd7c7dc269190a054c25b0f8d044 (diff) | |
download | pam-ad8b6feaf8ea989368676acaea905998a807986e.tar.gz pam-ad8b6feaf8ea989368676acaea905998a807986e.tar.bz2 pam-ad8b6feaf8ea989368676acaea905998a807986e.zip |
pam_motd: document file filtering
modules/pam_motd/pam_motd.8.xml: document file filtering of motd
messages.
NEWS: annotate change.
Diffstat (limited to 'modules/pam_motd/pam_motd.8.xml')
-rw-r--r-- | modules/pam_motd/pam_motd.8.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/pam_motd/pam_motd.8.xml b/modules/pam_motd/pam_motd.8.xml index b533530b..0afd4c99 100644 --- a/modules/pam_motd/pam_motd.8.xml +++ b/modules/pam_motd/pam_motd.8.xml @@ -64,8 +64,9 @@ override files with the same name in <filename>/usr/lib/motd.d/</filename>. </para> <para> - Files the in the directories listed above are displayed in - lexicographic order by name. + Files in the directories listed above are displayed in lexicographic + order by name. Moreover, the files are filtered by reading them with the + credentials of the target user authenticating on the system. </para> <para> To silence a message, |