From 61ec057296b434d5322185b8a66c830fdca38424 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Sat, 3 Jun 2006 19:57:16 +0000 Subject: Relevant BUGIDs: Purpose of commit: new feature Commit summary: --------------- 2006-06-03 Thorsten Kukuk * modules/pam_motd/Makefile.am: Include Make.xml.rules. * modules/pam_motd/pam_motd.8.xml: New. * modules/pam_motd/pam_motd.8: New, generated from xml file. * modules/pam_motd/README.xml: New. * modules/pam_motd/README: New, generated from xml file. --- modules/pam_motd/pam_motd.8.xml | 114 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 modules/pam_motd/pam_motd.8.xml (limited to 'modules/pam_motd/pam_motd.8.xml') diff --git a/modules/pam_motd/pam_motd.8.xml b/modules/pam_motd/pam_motd.8.xml new file mode 100644 index 00000000..3b60a96b --- /dev/null +++ b/modules/pam_motd/pam_motd.8.xml @@ -0,0 +1,114 @@ + + + + + + + pam_motd + 8 + Linux-PAM Manual + + + + pam_motd + Display the motd file + + + + + pam_motd.so + + motd=/path/filename + + + + + + + DESCRIPTION + + + pam_motd is a PAM module that can be used to display + arbitrary motd (message of the day) files after a succesful + login. By default the /etc/motd file is + shown. The message size is limited to 64KB. + + + + + + + OPTIONS + + + + + + + + The /path/filename file is displayed + as message of the day. + + + + + + + + MODULE SERVICES PROVIDED + + Only the service is supported. + + + + + RETURN VALUES + + + PAM_IGNORE + + + This is the only return value of this module. + + + + + + + + EXAMPLES + + The suggested usage for /etc/pam.d/login is: + +session optoinal pam_motd.so motd=/etc/motd + + + + + + SEE ALSO + + + motd5 + , + + pam.conf5 + , + + pam.d8 + , + + pam8 + + + + + + AUTHOR + + pam_motd was written by Ben Collins <bcollins@debian.org>. + + + + -- cgit v1.2.3