DocBook validation correction

just some tag balancing; plenty more closing tags for </para> </sect1>
</sect2> </sect3> and a </listitem>
This commit is contained in:
Martin A. Brown 2016-01-17 01:16:16 -08:00
parent b3d83f6861
commit 6f2690da82
1 changed files with 9 additions and 3 deletions

View File

@ -272,7 +272,9 @@
</title>
<para>
Installing PAM from scratch is long process, beyond the scope of this HOWTO. If PAM isn't installed on your system, you're probably running such an old version of your distribution that there are many other reasons to upgrade. If you really want to do it yourself, then you're certainly not the sort of person who needs any help from me. For all these reasons, I'm going to assume that you already have PAM installed.
</sect2
</para>
</sect3>
</sect2>
<sect2>
<title>
How
@ -374,7 +376,7 @@
<varlistentry><term>requisite</term>
<listitem><para>
Failure to authenticate via this module results in immediate denial of authentication.
</para>
</para></listitem>
</varlistentry>
<varlistentry><term>required</term>
<listitem><para>
@ -537,6 +539,7 @@
<para>
As our example, we'll install and configure mod_auth_pam, an Apache module that allows you to authenticate users of your webserver using PAM. For the purpose of this example, I'll assume you have apache installed. If it's not installed already you should be able find installation packages from your distributor.
</para>
</sect2>
<sect2>
<title>Our example</title>
<para>
@ -605,11 +608,13 @@
</para>
<para>
Before we test our setup, I'll take a moment to explain the Apache configuration you just entered. The &lt;Directory&gt; directive is used to encapsulate configuration data for this directory. Inside this directive, we've enabled PAM authentication ("AuthPAM_enabled on"), turned off any overriding of this configuration ("AllowOverride none"), named this authentication zone "Family Secrets" ("AuthName "Family Secrets""), set the http authentication (not the PAM authentication) type to the default ("AuthType "basic""), and required the user group family ("require group family").
</para>
</sect2>
<sect2>
<title>Testing our setup</title>
<para>
Now that we've got everything setup up properly, it's time to revel in our success. Fire up your favorite web browser and head over to http://your-domain/family/ (replacing your-domain with, well, your domain). You are now an uber-authenticator!
</para>
</sect2>
</sect1>
<sect1>
@ -675,5 +680,6 @@
<sect1>
<title>Conclusion</title>
<para>
I hope you found this HOWTO helpful. If you have any questions, comments, or suggestions, I'd love to hear from you. You can email me at <email>petehern@yahoo.com</email>.
I hope you found this HOWTO helpful. If you have any questions, comments, or suggestions, I'd love to hear from you. You can email me at <email>petehern@yahoo.com</email>.</para>
</sect1>
</article>