]> granicus.if.org Git - linux-pam/blobdiff - doc/sag/Linux-PAM_SAG.xml
doc: fix module type written in MODULE TYPES PROVIDED
[linux-pam] / doc / sag / Linux-PAM_SAG.xml
index 605516c04618f8671b5ff07a5351b6c867e33a83..6a324aa56b05a0b900cc398c67c2216b27014c87 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
        "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
-<book>
+<book id="sag">
   <bookinfo>
     <title>The Linux-PAM System Administrators' Guide</title>
     <authorgroup>
@@ -16,7 +16,7 @@
         <email>kukuk@thkukuk.de</email>
       </author>
     </authorgroup>
-    <releaseinfo>Version 0.99.6.0, 5. August 2006</releaseinfo>
+    <releaseinfo>Version 1.1.2, 31. August 2010</releaseinfo>
     <abstract>
       <para>
         This manual documents what a system-administrator needs to know about
@@ -27,7 +27,7 @@
     </abstract>
   </bookinfo>
 
-  <chapter id='sag-introductoin'>
+  <chapter id='sag-introduction'>
     <title>Introduction</title>
     <para>
       <emphasis remap='B'>Linux-PAM</emphasis> (Pluggable Authentication
@@ -85,7 +85,7 @@
       here for locating these files are those of the relevant RFC (RFC-86.0,
       see <link linkend="sag-see-also">bibliography"</link>). If you are
       using a distribution of Linux (or some other operating system) that
-      supports PAM but chooses to distribute these files in a diferent way
+      supports PAM but chooses to distribute these files in a different way
       you should be careful when copying examples directly from the text.
     </para>
     <para>
       If a program is going to use PAM, then it has to have PAM
       functions explicitly coded into the program. If you have
       access to the source code you can add the appropriate PAM
-      functions. If you do not have accessto the source code, and
+      functions. If you do not have access to the source code, and
       the binary does not have the PAM functions included, then
       it is not possible to use PAM.
     </para>
         href="../man/pam.conf-syntax.xml"
         xpointer='xpointer(//section[@id = "pam.conf-syntax"]/*)' />
      </section>
-     <section id='sag-configuratin-dirctory'>
+     <section id='sag-configuration-directory'>
        <title>Directory based configuration</title>
        <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
         href="../man/pam.conf-dir.xml"
@@ -333,7 +333,7 @@ session  required       pam_unix.so
 
   <chapter id='sag-security-issues'>
     <title>Security issues</title>
-    <section id='sag-scurity-issues-wrong'>
+    <section id='sag-security-issues-wrong'>
       <title>If something goes wrong</title>
       <para>
         <emphasis remap='B'>Linux-PAM</emphasis> has the potential
@@ -341,7 +341,7 @@ session  required       pam_unix.so
         choose to have no security or absolute security (no access
         permitted). In general, <emphasis remap='B'>Linux-PAM</emphasis>
         errs towards the latter. Any number of configuration errors
-        can dissable access to your system partially, or completely.
+        can disable access to your system partially, or completely.
       </para>
       <para>
         The most dramatic problem that is likely to be encountered when
@@ -408,6 +408,8 @@ session   required   pam_warn.so
      href="pam_env.xml"/>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="pam_exec.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+     href="pam_faildelay.xml"/>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="pam_filter.xml"/>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
@@ -440,6 +442,8 @@ session   required   pam_warn.so
      href="pam_nologin.xml"/>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="pam_permit.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+     href="pam_pwhistory.xml"/>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="pam_rhosts.xml"/>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
@@ -454,10 +458,16 @@ session   required   pam_warn.so
      href="pam_succeed_if.xml"/>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="pam_tally.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+     href="pam_tally2.xml"/>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="pam_time.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+     href="pam_timestamp.xml"/>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="pam_umask.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+     href="pam_unix.xml"/>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="pam_userdb.xml"/>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"