summaryrefslogtreecommitdiff
path: root/doc/modules
diff options
context:
space:
mode:
Diffstat (limited to 'doc/modules')
-rw-r--r--doc/modules/README2
-rw-r--r--doc/modules/pam_cracklib.sgml2
-rw-r--r--doc/modules/pam_deny.sgml4
-rw-r--r--doc/modules/pam_filter.sgml4
-rw-r--r--doc/modules/pam_ftp.sgml14
-rw-r--r--doc/modules/pam_group.sgml4
-rw-r--r--doc/modules/pam_mail.sgml4
-rw-r--r--doc/modules/pam_nologin.sgml2
-rw-r--r--doc/modules/pam_permit.sgml4
-rw-r--r--doc/modules/pam_rhosts.sgml2
-rw-r--r--doc/modules/pam_rootok.sgml4
-rw-r--r--doc/modules/pam_time.sgml4
-rw-r--r--doc/modules/pam_unix.sgml2
-rw-r--r--doc/modules/pam_warn.sgml4
-rw-r--r--doc/modules/pam_wheel.sgml2
15 files changed, 29 insertions, 29 deletions
diff --git a/doc/modules/README b/doc/modules/README
index df091939..448aefc7 100644
--- a/doc/modules/README
+++ b/doc/modules/README
@@ -10,4 +10,4 @@ used as a blank form for new module descriptions.
Please feel free to submit amendments/comments etc. regarding these
files to:
- Andrew G. Morgan <morgan@parc.power.net>
+ Andrew G. Morgan <morgan@kernel.org>
diff --git a/doc/modules/pam_cracklib.sgml b/doc/modules/pam_cracklib.sgml
index 061a8a21..008e49f6 100644
--- a/doc/modules/pam_cracklib.sgml
+++ b/doc/modules/pam_cracklib.sgml
@@ -1,7 +1,7 @@
<!--
$Id$
- This file was written by Andrew G. Morgan <morgan@parc.power.net>
+ This file was written by Andrew G. Morgan <morgan@kernel.org>
long password amendments are from Philip W. Dalrymple III <pwd@mdtsoft.com>
-->
diff --git a/doc/modules/pam_deny.sgml b/doc/modules/pam_deny.sgml
index 6e1f2992..7d9df7e7 100644
--- a/doc/modules/pam_deny.sgml
+++ b/doc/modules/pam_deny.sgml
@@ -1,7 +1,7 @@
<!--
$Id$
- This file was written by Andrew G. Morgan <morgan@parc.power.net>
+ This file was written by Andrew G. Morgan <morgan@kernel.org>
-->
<sect1>The locking-out module
@@ -15,7 +15,7 @@
pam_deny
<tag><bf>Author:</bf></tag>
-Andrew G. Morgan &lt;morgan@parc.power.net&gt;
+Andrew G. Morgan &lt;morgan@kernel.org&gt;
<tag><bf>Maintainer:</bf></tag>
current <bf/Linux-PAM/ maintainer
diff --git a/doc/modules/pam_filter.sgml b/doc/modules/pam_filter.sgml
index 2bd97c09..4d3b4e84 100644
--- a/doc/modules/pam_filter.sgml
+++ b/doc/modules/pam_filter.sgml
@@ -1,7 +1,7 @@
<!--
$Id$
- This file was written by Andrew G. Morgan <morgan@parc.power.net>
+ This file was written by Andrew G. Morgan <morgan@kernel.org>
-->
<sect1>The filter module
@@ -17,7 +17,7 @@ pam_filter
<tag><bf>Author:</bf></tag>
-Andrew G. Morgan &lt;morgan@parc.power.net&gt;
+Andrew G. Morgan &lt;morgan@kernel.org&gt;
<tag><bf>Maintainer:</bf></tag>
diff --git a/doc/modules/pam_ftp.sgml b/doc/modules/pam_ftp.sgml
index 8c2c21d1..a9444733 100644
--- a/doc/modules/pam_ftp.sgml
+++ b/doc/modules/pam_ftp.sgml
@@ -1,7 +1,7 @@
<!--
$Id$
- This file was written by Andrew G. Morgan <morgan@linux.kernel.org>
+ This file was written by Andrew G. Morgan <morgan@kernel.org>
-->
<sect1>Anonymous access module
@@ -15,7 +15,7 @@
<tt/pam_ftp.so/
<tag><bf>Author:</bf></tag>
-Andrew G. Morgan &lt;morgan@linux.kernel.org&gt;
+Andrew G. Morgan &lt;morgan@kernel.org&gt;
<tag><bf>Maintainer:</bf></tag>
Author.
@@ -56,11 +56,11 @@ mode of access.
This module intercepts the user's name and password. If the name is
``<tt/ftp/'' or ``<tt/anonymous/'', the user's password is broken up
-at the `<tt/&commat;/' delimiter into a <tt/PAM_RUSER/ and a <tt/PAM_RHOST/
-part; these pam-items being set accordingly. The username is set to
-``<tt/ftp/''. In this case the module succeeds. Alternatively, the
-module sets the <tt/PAM_AUTHTOK/ item with the entered password and
-fails.
+at the `<tt/@/' delimiter into a <tt/PAM_RUSER/ and a <tt/PAM_RHOST/
+part; these pam-items being set accordingly. The username
+(<tt/PAM_USER/) is set to ``<tt/ftp/''. In this case the module
+succeeds. Alternatively, the module sets the <tt/PAM_AUTHTOK/ item
+with the entered password and fails.
<p>
The behavior of the module can be modified with the following flags:
diff --git a/doc/modules/pam_group.sgml b/doc/modules/pam_group.sgml
index 8251e3dd..0d8550d4 100644
--- a/doc/modules/pam_group.sgml
+++ b/doc/modules/pam_group.sgml
@@ -1,7 +1,7 @@
<!--
$Id$
- This file was written by Andrew G. Morgan <morgan@parc.power.net>
+ This file was written by Andrew G. Morgan <morgan@kernel.org>
-->
<sect1>The group access module
@@ -15,7 +15,7 @@
<tt/pam_group/
<tag><bf>Author:</bf></tag>
-Andrew G. Morgan &lt;morgan@parc.power.net&gt;
+Andrew G. Morgan &lt;morgan@kernel.org&gt;
<tag><bf>Maintainer:</bf></tag>
Author.
diff --git a/doc/modules/pam_mail.sgml b/doc/modules/pam_mail.sgml
index c1ed7a87..78ae95dc 100644
--- a/doc/modules/pam_mail.sgml
+++ b/doc/modules/pam_mail.sgml
@@ -1,7 +1,7 @@
<!--
$Id$
- This file was written by Andrew G. Morgan <morgan@linux.kernel.org>
+ This file was written by Andrew G. Morgan <morgan@kernel.org>
-->
<sect1>The mail module
@@ -15,7 +15,7 @@
<tt/pam_mail/
<tag><bf>Author:</bf></tag>
-Andrew G. Morgan &lt;morgan@linux.kernel.org&gt;
+Andrew G. Morgan &lt;morgan@kernel.org&gt;
<tag><bf>Maintainer:</bf></tag>
Author
diff --git a/doc/modules/pam_nologin.sgml b/doc/modules/pam_nologin.sgml
index 90564d89..b1aa664b 100644
--- a/doc/modules/pam_nologin.sgml
+++ b/doc/modules/pam_nologin.sgml
@@ -17,7 +17,7 @@
<tag><bf>Author:</bf></tag>
Written by Michael K. Johnson &lt;johnsonm@redhat.com&gt;<newline>
(based on code taken from a module written by Andrew G. Morgan
-&lt;morgan@parc.power.net&gt;).
+&lt;morgan@kernel.org&gt;).
<tag><bf>Maintainer:</bf></tag>
Michael K. Johnson &lt;johnsonm@redhat.com&gt;
diff --git a/doc/modules/pam_permit.sgml b/doc/modules/pam_permit.sgml
index 8b201b7c..fe616ac3 100644
--- a/doc/modules/pam_permit.sgml
+++ b/doc/modules/pam_permit.sgml
@@ -1,7 +1,7 @@
<!--
$Id$
- This file was written by Andrew G. Morgan <morgan@parc.power.net>
+ This file was written by Andrew G. Morgan <morgan@kernel.org>
-->
<sect1>The promiscuous module
@@ -15,7 +15,7 @@
pam_permit
<tag><bf>Author:</bf></tag>
-Andrew G. Morgan, &lt;morgan@parc.power.net&gt;
+Andrew G. Morgan, &lt;morgan@kernel.org&gt;
<tag><bf>Maintainer:</bf></tag>
Linux-PAM maintainer.
diff --git a/doc/modules/pam_rhosts.sgml b/doc/modules/pam_rhosts.sgml
index 00e55a9d..69885047 100644
--- a/doc/modules/pam_rhosts.sgml
+++ b/doc/modules/pam_rhosts.sgml
@@ -1,7 +1,7 @@
<!--
$Id$
- This file was written by Andrew G. Morgan <morgan@parc.power.net>
+ This file was written by Andrew G. Morgan <morgan@kernel.org>
-->
<sect1>The rhosts module
diff --git a/doc/modules/pam_rootok.sgml b/doc/modules/pam_rootok.sgml
index e362a2a5..f6aa8a07 100644
--- a/doc/modules/pam_rootok.sgml
+++ b/doc/modules/pam_rootok.sgml
@@ -1,7 +1,7 @@
<!--
$Id$
- This file was written by Andrew G. Morgan <morgan@parc.power.net>
+ This file was written by Andrew G. Morgan <morgan@kernel.org>
-->
<sect1>The root access module
@@ -15,7 +15,7 @@
pam_rootok
<tag><bf>Author:</bf></tag>
-Andrew G. Morgan &lt;morgan@parc.power.net&gt;
+Andrew G. Morgan &lt;morgan@kernel.org&gt;
<tag><bf>Maintainer:</bf></tag>
<bf>Linux-PAM</bf> maintainer
diff --git a/doc/modules/pam_time.sgml b/doc/modules/pam_time.sgml
index 7dd43feb..a1829c16 100644
--- a/doc/modules/pam_time.sgml
+++ b/doc/modules/pam_time.sgml
@@ -1,7 +1,7 @@
<!--
$Id$
- This file was written by Andrew G. Morgan <morgan@parc.power.net>
+ This file was written by Andrew G. Morgan <morgan@kernel.org>
-->
<sect1>Time control
@@ -15,7 +15,7 @@
<tt/pam_time/
<tag><bf>Author:</bf></tag>
-Andrew G. Morgan <tt>&lt;morgan@parc.power.net&gt;</tt>
+Andrew G. Morgan <tt>&lt;morgan@kernel.org&gt;</tt>
<tag><bf>Maintainer:</bf></tag>
Author
diff --git a/doc/modules/pam_unix.sgml b/doc/modules/pam_unix.sgml
index 71cb07e3..286cd3f8 100644
--- a/doc/modules/pam_unix.sgml
+++ b/doc/modules/pam_unix.sgml
@@ -1,5 +1,5 @@
<!--
- This file was written by Andrew G. Morgan <morgan@linux.kernel.org>
+ This file was written by Andrew G. Morgan <morgan@kernel.org>
Converted from the pam_pwdb.sgml file for pam_unix by Ben Collins <bcollins@debian.org>
-->
diff --git a/doc/modules/pam_warn.sgml b/doc/modules/pam_warn.sgml
index 2ca4cc82..4c2e3e18 100644
--- a/doc/modules/pam_warn.sgml
+++ b/doc/modules/pam_warn.sgml
@@ -1,7 +1,7 @@
<!--
$Id$
- This file was written by Andrew G. Morgan <morgan@parc.power.net>
+ This file was written by Andrew G. Morgan <morgan@kernel.org>
-->
<sect1>Warning logger module
@@ -15,7 +15,7 @@
<tt/pam_warn/
<tag><bf>Author:</bf></tag>
-Andrew G. Morgan &lt;morgan@parc.power.net&gt;
+Andrew G. Morgan &lt;morgan@kernel.org&gt;
<tag><bf>Maintainer:</bf></tag>
Author.
diff --git a/doc/modules/pam_wheel.sgml b/doc/modules/pam_wheel.sgml
index 1eb62743..8c07a8b7 100644
--- a/doc/modules/pam_wheel.sgml
+++ b/doc/modules/pam_wheel.sgml
@@ -1,7 +1,7 @@
<!--
$Id$
- This file was written by Andrew G. Morgan <morgan@parc.power.net>
+ This file was written by Andrew G. Morgan <morgan@kernel.org>
from notes provided by Cristian Gafton.
-->