diff options
author | Dmitry V. Levin <ldv@strace.io> | 2023-12-31 08:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2023-12-31 08:00:00 +0000 |
commit | 972ef49fa0dd2807e7b1b5f885ee1347d67d6b32 (patch) | |
tree | 3d068a51e1ffb943e548bf667d507bf97ff2a7b9 /modules/pam_listfile | |
parent | 31c40cd1eeb859e89473e0842ff9be7fd41bc82a (diff) | |
download | pam-972ef49fa0dd2807e7b1b5f885ee1347d67d6b32.tar.gz pam-972ef49fa0dd2807e7b1b5f885ee1347d67d6b32.tar.bz2 pam-972ef49fa0dd2807e7b1b5f885ee1347d67d6b32.zip |
pam_listfile.8: enhance item=tty description
* modules/pam_listfile/pam_listfile.8.xml: Tweak item=tty description
so it no longer implies that PAM_TTY is always set.
Diffstat (limited to 'modules/pam_listfile')
-rw-r--r-- | modules/pam_listfile/pam_listfile.8.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pam_listfile/pam_listfile.8.xml b/modules/pam_listfile/pam_listfile.8.xml index 8847415a..4774dde0 100644 --- a/modules/pam_listfile/pam_listfile.8.xml +++ b/modules/pam_listfile/pam_listfile.8.xml @@ -48,7 +48,7 @@ The module gets the <option>item</option> of the type specified -- <emphasis>user</emphasis> specifies the username, <emphasis>PAM_USER</emphasis>; tty specifies the name of the terminal - over which the request has been made, <emphasis>PAM_TTY</emphasis>; + (if any) over which the request has been made, <emphasis>PAM_TTY</emphasis>; rhost specifies the name of the remote host (if any) from which the request was made, <emphasis>PAM_RHOST</emphasis>; and ruser specifies the name of the remote user (if available) who made the request, @@ -291,4 +291,4 @@ auth required pam_listfile.so \ </para> </refsect1> -</refentry>
\ No newline at end of file +</refentry> |