This commit:

o Adds <application>, <acronym>, and other tags as required.
o Uses the &os; entity.
o Cleans up the introduction by pointing out what
  version of Kerberos is in what FreeBSD Release.
o Modifies <indexterm> and titles to help seperate
  KerberosIV and Kerberos5.

Reviewed by:	-doc, make lint
This commit is contained in:
Tom Rhodes 2003-09-10 16:11:48 +00:00
parent 1275e1cc67
commit aef6aeb915
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18101

View file

@ -24,7 +24,7 @@
<para>This chapter will provide a basic introduction to system security <para>This chapter will provide a basic introduction to system security
concepts, some general good rules of thumb, and some advanced topics concepts, some general good rules of thumb, and some advanced topics
under FreeBSD. A lot of the topics covered here can be applied under &os;. A lot of the topics covered here can be applied
to system and Internet security in general as well. The Internet to system and Internet security in general as well. The Internet
is no longer a <quote>friendly</quote> place in which everyone is no longer a <quote>friendly</quote> place in which everyone
wants to be your kind neighbor. Securing your system is imperative wants to be your kind neighbor. Securing your system is imperative
@ -39,12 +39,12 @@
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>Basic system security concepts, in respect to FreeBSD.</para> <para>Basic system security concepts, in respect to &os;.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>About the various crypt mechanisms available in FreeBSD, <para>About the various crypt mechanisms available in &os;,
such as DES and MD5.</para> such as <acronym>DES</acronym> and <acronym>MD5</acronym>.</para>
</listitem> </listitem>
<listitem> <listitem>
@ -52,27 +52,32 @@
</listitem> </listitem>
<listitem> <listitem>
<para>How to set up Kerberos, another alternative <para>How to set up <application>KerberosIV</application> on &os;
authentication system.</para> releases prior to 5.0.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>How to create firewalls using IPFW.</para> <para>How to set up <application>Kerberos5</application> on
post &os; 5.0 releases.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>How to configure IPsec and create a VPN between <para>How to create firewalls using <acronym>IPFW</acronym>.</para>
FreeBSD/&windows; machines.</para> </listitem>
<listitem>
<para>How to configure IPsec and create a <acronym>VPN</acronym> between
&os;/&windows; machines.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>How to configure and use <application>OpenSSH</application>, FreeBSD's SSH <para>How to configure and use <application>OpenSSH</application>, &os;'s <acronym>SSH</acronym>
implementation.</para> implementation.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>How to configure and load access control extension <para>How to configure and load access control extension
modules using the TrustedBSD MAC Framework.</para> modules using the TrustedBSD <acronym>MAC</acronym> Framework.</para>
</listitem> </listitem>
<listitem> <listitem>
@ -85,7 +90,7 @@
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>Understand basic FreeBSD and Internet concepts.</para> <para>Understand basic &os; and Internet concepts.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
@ -1433,7 +1438,7 @@ permit port ttyd0</programlisting>
</sect2> </sect2>
</sect1> </sect1>
<sect1 id="kerberos"> <sect1 id="kerberosIV">
<sect1info> <sect1info>
<authorgroup> <authorgroup>
<author> <author>
@ -1451,8 +1456,8 @@ permit port ttyd0</programlisting>
</authorgroup> </authorgroup>
</sect1info> </sect1info>
<title>Kerberos</title> <title>KerberosIV</title>
<indexterm><primary>Kerberos</primary></indexterm> <indexterm><primary>KerberosIV</primary></indexterm>
<para>Kerberos is a network add-on system/protocol that allows users to <para>Kerberos is a network add-on system/protocol that allows users to
authenticate themselves through the services of a secure server. authenticate themselves through the services of a secure server.
@ -1472,7 +1477,7 @@ permit port ttyd0</programlisting>
<primary>Kerberos</primary> <primary>Kerberos</primary>
<secondary>installing</secondary> <secondary>installing</secondary>
</indexterm> </indexterm>
<para>Kerberos is an optional component of FreeBSD. The easiest <para>Kerberos is an optional component of &os;. The easiest
way to install this software is by selecting the <literal>krb4</literal> or way to install this software is by selecting the <literal>krb4</literal> or
<literal>krb5</literal> distribution in <application>sysinstall</application> <literal>krb5</literal> distribution in <application>sysinstall</application>
during the initial installation of FreeBSD. This will install during the initial installation of FreeBSD. This will install
@ -1940,6 +1945,8 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen>
<title><application>Kerberos5</application></title> <title><application>Kerberos5</application></title>
<indexterm><primary>Kerberos5</primary></indexterm>
<para>Every &os; release beyond &os;-5.1 includes support <para>Every &os; release beyond &os;-5.1 includes support
only for <application>Kerberos5</application>. Hence only for <application>Kerberos5</application>. Hence
<application>Kerberos5</application> is the only version <application>Kerberos5</application> is the only version