diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2007-11-06 14:58:53 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2007-11-06 14:58:53 +0000 |
commit | d6e1da52bb5b01a93a60d3aff1223eb6a19082cd (patch) | |
tree | 8648c921af83b011e167b0c5cfdf5fc22f205f41 /modules/pam_permit | |
parent | a38a8eae25ee1d7adb5a5eafcf1c41e94974ed90 (diff) | |
download | pam-d6e1da52bb5b01a93a60d3aff1223eb6a19082cd.tar.gz pam-d6e1da52bb5b01a93a60d3aff1223eb6a19082cd.tar.bz2 pam-d6e1da52bb5b01a93a60d3aff1223eb6a19082cd.zip |
Relevant BUGIDs: 1822762
Purpose of commit: bugfix
Commit summary:
---------------
2007-11-01 Peter Breitenlohner <peb@mppmu.mpg.de>
* doc/man/pam_conv.3.xml: Correct typo.
2007-10-30 Peter Breitenlohner <peb@mppmu.mpg.de>
* modules/pam_cracklib/pam_cracklib.8.xml: Correct typo.
* modules/pam_limits/limits.conf.5.xml: Likewise.
* modules/pam_listfile/pam_listfile.8.xml: Likewise.
* modules/pam_xauth/pam_xauth.8.xml: Likewise.
* modules/pam_deny/pam_deny.8.xml: Correct spelling.
* modules/pam_group/pam_group.8.xml: Likewise.
* modules/pam_permit/pam_permit.8.xml: Likewise.
* modules/pam_shells/pam_shells.8.xml: Likewise.
* modules/pam_time/pam_time.8.xml: Likewise.
* modules/pam_warn/pam_warn.8.xml: Likewise.
Diffstat (limited to 'modules/pam_permit')
-rw-r--r-- | modules/pam_permit/README | 2 | ||||
-rw-r--r-- | modules/pam_permit/pam_permit.8 | 40 | ||||
-rw-r--r-- | modules/pam_permit/pam_permit.8.xml | 2 |
3 files changed, 23 insertions, 21 deletions
diff --git a/modules/pam_permit/README b/modules/pam_permit/README index e09ec9cf..d479dccd 100644 --- a/modules/pam_permit/README +++ b/modules/pam_permit/README @@ -14,7 +14,7 @@ This module is very dangerous. It should be used with extreme caution. OPTIONS -This module does not recognice any options. +This module does not recognise any options. EXAMPLES diff --git a/modules/pam_permit/pam_permit.8 b/modules/pam_permit/pam_permit.8 index ce3c3290..135db335 100644 --- a/modules/pam_permit/pam_permit.8 +++ b/modules/pam_permit/pam_permit.8 @@ -1,32 +1,32 @@ .\" Title: pam_permit .\" Author: -.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/> -.\" Date: 06/04/2006 -.\" Manual: Linux\-PAM Manual -.\" Source: Linux\-PAM Manual +.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/> +.\" Date: 11/06/2007 +.\" Manual: Linux-PAM Manual +.\" Source: Linux-PAM Manual .\" -.TH "PAM_PERMIT" "8" "06/04/2006" "Linux\-PAM Manual" "Linux\-PAM Manual" +.TH "PAM_PERMIT" "8" "11/06/2007" "Linux-PAM Manual" "Linux\-PAM Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" -pam_permit \- The promiscuous module +pam_permit - The promiscuous module .SH "SYNOPSIS" .HP 14 -\fBpam_permit.so\fR +\fBpam_permit\.so\fR .SH "DESCRIPTION" .PP -pam_permit is a PAM module that always permit access. It does nothing else. +pam_permit is a PAM module that always permit access\. It does nothing else\. .PP -In the case of authentication, the user's name will be set to +In the case of authentication, the user\'s name will be set to \fInobody\fR -if the application didn't set one. Many applications and PAM modules become confused if this name is unknown. +if the application didn\'t set one\. Many applications and PAM modules become confused if this name is unknown\. .PP -This module is very dangerous. It should be used with extreme caution. +This module is very dangerous\. It should be used with extreme caution\. .SH "OPTIONS" .PP -This module does not recognice any options. +This module does not recognise any options\. .SH "MODULE SERVICES PROVIDED" .PP The services @@ -35,18 +35,20 @@ The services \fBpassword\fR and \fBsession\fR -are supported. +are supported\. .SH "RETURN VALUES" -.TP 3n +.PP PAM_SUCCESS -This module always returns this value. +.RS 4 +This module always returns this value\. +.RE .SH "EXAMPLES" .PP -Add this line to your other login entries to disable account management, but continue to permit users to log in. +Add this line to your other login entries to disable account management, but continue to permit users to log in\. .sp -.RS 3n +.RS 4 .nf -account required pam_permit.so +account required pam_permit\.so .fi .RE @@ -59,4 +61,4 @@ account required pam_permit.so \fBpam\fR(8) .SH "AUTHOR" .PP -pam_permit was written by Andrew G. Morgan, <morgan@kernel.org>. +pam_permit was written by Andrew G\. Morgan, <morgan@kernel\.org>\. diff --git a/modules/pam_permit/pam_permit.8.xml b/modules/pam_permit/pam_permit.8.xml index 3992f43f..4db7a963 100644 --- a/modules/pam_permit/pam_permit.8.xml +++ b/modules/pam_permit/pam_permit.8.xml @@ -44,7 +44,7 @@ <refsect1 id="pam_permit-options"> <title>OPTIONS</title> - <para> This module does not recognice any options.</para> + <para> This module does not recognise any options.</para> </refsect1> <refsect1 id="pam_permit-services"> |