PAM_ECHO
NAME
pam_echo − PAM module for printing text
messages
SYNOPSIS
pam_echo.so [file=/path/message] |
DESCRIPTION
The pam_echo PAM module is for printing text messages to inform user about special things. Sequences starting with the % character are interpreted in the following way:
%H
The name of the remote host (PAM_RHOST).
%h
The name of the local host.
%s
The service name (PAM_SERVICE).
%t
The name of the controlling terminal (PAM_TTY).
%U
The remote user name (PAM_RUSER).
%u
The local user name (PAM_USER).
All other sequences beginning with % expands to the characters following the % character.
OPTIONS
file=/path/message
The content of the file /path/message will be printed with the PAM conversion function as PAM_TEXT_INFO.
MODULE TYPES
PROVIDED
All module types (auth, account,
password and session) are
provided.
RETURN
VALUES
PAM_BUF_ERR
Memory buffer error.
PAM_SUCCESS
Message was successful printed.
PAM_IGNORE
PAM_SILENT flag was given or message file does not exist, no message printed.
EXAMPLES
For an example of the use of this module, we show how it may
be used to print information about good
passwords:
password
optional pam_echo.so
file=/usr/share/doc/good−password.txt
password required pam_unix.so
SEE
ALSO
pam.conf(8),
pam.d(5), pam(8)
AUTHOR
Thorsten Kukuk
<kukuk@thkukuk.de>
More Linux Commands
manpages/thin_restore.8.html
thin_restore(8) restore thin provisioning metadata file to d
thin_restore restores thin provisioning metadata created by the respective device-mapper target dumped into an XML formatted (see thin_dump(8)) file , which opt
manpages/XkbFreeGeomSections.3.html
XkbFreeGeomSections(3) - Free geometry sections (Man Page)
XkbFreeGeomSections.3 - Xkb provides a number of functions to allocate and free subcomponents of a keyboard geometry. Use these functions to create or modify ke
manpages/SDL_GetClipRect.3.html
SDL_GetClipRect(3) - Gets the clipping rectangle for a surfa
Gets the clipping rectangle for a surface. When this surface is the destination of a blit, only the area within the clip rectangle is drawn into. The rectangle
manpages/lwp-dump.1.html
lwp-dump(1) - See what headers and content is returned for a
The lwp-dump program will get the resource indentified by the URL and then dump the response object to STDOUT. This will display the headers returned and the in
manpages/prof.2.html
prof(2) - unimplemented system calls - Linux manual page....
These system calls are not implemented in the Linux kernel. RETURN VALUE These system calls always return -1 and set errno to ENOSYS. NOTES Note that ftime(3),
manpages/Tk_CreateBinding.3.html
Tk_CreateBinding(3) - invoke scripts in response to X events
These procedures provide a general-purpose mechanism for creating and invoking bindings. Bindings are organized in terms of binding tables. A binding table cons
manpages/glutIgnoreKeyRepeat.3.html
glutIgnoreKeyRepeat(3) - determines if auto repeat keystroke
glutIgnoreKeyRepeat determines if auto repeat keystrokes are reported to the current window. The ignore auto repeat state of a window can be queried with glutDe
manpages/slk_touch.3ncurses.html
slk_touch(3ncurses) - curses soft label routines (Man Page)
The slk* functions manipulate the set of soft function-key labels that exist on many terminals. For those terminals that do not have soft labels, curses takes o
manpages/git-peek-remote.1.html
git-peek-remote(1) - List the references in a remote reposit
This command is deprecated; use git ls-remote instead. OPTIONS --upload-pack=<git-upload-pack> Use this to specify the path to git-upload-pack on the remote sid
manpages/git-parse-remote.1.html
git-parse-remote(1) - Routines to help parsing remote reposi
This script is included in various scripts to supply routines to parse files under $GIT_DIR/remotes/ and $GIT_DIR/branches/ and configuration variables that are
manpages/ttk_label.n.html
ttk_label(n) Display a text string and or image (Man Page)
A ttk::label widget displays a textual label and/or image. The label may be linked to a Tcl variable to automatically change the displayed text. STANDARD OPTION
manpages/make.1.html
make(1) - GNU make utility to maintain groups of programs...
The make utility will determine automatically which pieces of a large program need to be recompiled, and issue the commands to recompile them. The manual descri
