- remove contractions: it's -> it is

- possessive form it's -> its
- add serial commas
- remove an erroneous "for"
- kstash was renamed to k5stash on pre 5.X systems
- s/Kerberized/kerberized/
This commit is contained in:
Martin Heinen 2003-10-01 00:22:31 +00:00
parent 2fd7373b54
commit 0541916663
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18283

View file

@ -2171,7 +2171,7 @@ _kerberos IN TXT EXAMPLE.ORG.</programlisting></note>
<para>Now it's time to start up the <acronym>KDC</acronym> services. <para>Now it's time to start up the <acronym>KDC</acronym> services.
Run <command>/etc/rc.d/kerberos start</command> and Run <command>/etc/rc.d/kerberos start</command> and
<command>/etc/rc.d/kadmind start</command> to bring up the <command>/etc/rc.d/kadmind start</command> to bring up the
services. Note that you won't have any Kerberized daemons running services. Note that you won't have any kerberized daemons running
at this point but you should be able to confirm the that the at this point but you should be able to confirm the that the
<acronym>KDC</acronym> is functioning by obtaining and listing a <acronym>KDC</acronym> is functioning by obtaining and listing a
ticket for the principal (user) that you just created from the ticket for the principal (user) that you just created from the
@ -2280,9 +2280,9 @@ _kerberos IN TXT EXAMPLE.ORG.</programlisting></note>
<acronym>KDC</acronym>.</para> <acronym>KDC</acronym>.</para>
<para>At this point your server can communicate with the <para>At this point your server can communicate with the
<acronym>KDC</acronym> (due to it's <filename>krb5.conf</filename> <acronym>KDC</acronym> (due to its <filename>krb5.conf</filename>
file) and it can prove it's own identity (due to the file) and it can prove its own identity (due to the
<filename>krb5.keytab</filename> file). It's now ready for <filename>krb5.keytab</filename> file). It is now ready for
you to enable some <application>Kerberos</application> services. you to enable some <application>Kerberos</application> services.
For this example we will enable the <command>telnet</command> For this example we will enable the <command>telnet</command>
service by putting a line like this into your service by putting a line like this into your
@ -2293,7 +2293,7 @@ _kerberos IN TXT EXAMPLE.ORG.</programlisting></note>
<programlisting>telnet stream tcp nowait root /usr/libexec/telnetd telnetd -a user</programlisting> <programlisting>telnet stream tcp nowait root /usr/libexec/telnetd telnetd -a user</programlisting>
<para>The critical bit is that the <command>-a</command> <para>The critical bit is that the <command>-a</command>
(for authentication) type is set to user. Consult for the (for authentication) type is set to user. Consult the
&man.telnetd.8; manual page for more details.</para> &man.telnetd.8; manual page for more details.</para>
</sect2> </sect2>
@ -2314,7 +2314,7 @@ _kerberos IN TXT EXAMPLE.ORG.</programlisting></note>
<acronym>KDC</acronym>.</para> <acronym>KDC</acronym>.</para>
<para>Test your client computer by attempting to use <para>Test your client computer by attempting to use
<command>kinit</command>, <command>klist</command> and <command>kinit</command>, <command>klist</command>, and
<command>kdestroy</command> from the client to obtain, show, and <command>kdestroy</command> from the client to obtain, show, and
then delete a ticket for the principal you created above. You then delete a ticket for the principal you created above. You
should also be able to use <application>Kerberos</application> should also be able to use <application>Kerberos</application>
@ -2332,13 +2332,13 @@ _kerberos IN TXT EXAMPLE.ORG.</programlisting></note>
<para>The core <application>Kerberos</application> client applications <para>The core <application>Kerberos</application> client applications
(traditionally named <command>kinit</command>, (traditionally named <command>kinit</command>,
<command>klist</command>, <command>kdestroy</command> and <command>klist</command>, <command>kdestroy</command>, and
<command>kpasswd</command>) are installed in <command>kpasswd</command>) are installed in
the base &os; install. Note that &os; versions prior to 5.0 the base &os; install. Note that &os; versions prior to 5.0
renamed them to <command>k5init</command>, renamed them to <command>k5init</command>,
<command>k5list</command>, <command>k5destroy</command>, <command>k5list</command>, <command>k5destroy</command>,
<command>k5passwd</command>, and <command>kstash</command> <command>k5passwd</command>, and <command>k5stash</command>
(though it's typically only used once).</para> (though it is typically only used once).</para>
<para>Various non-core <application>Kerberos</application> client <para>Various non-core <application>Kerberos</application> client
applications are also installed by default. This is where the applications are also installed by default. This is where the