- 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:
parent
2fd7373b54
commit
0541916663
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18283
1 changed files with 9 additions and 9 deletions
|
@ -2171,7 +2171,7 @@ _kerberos IN TXT EXAMPLE.ORG.</programlisting></note>
|
|||
<para>Now it's time to start up the <acronym>KDC</acronym> services.
|
||||
Run <command>/etc/rc.d/kerberos start</command> and
|
||||
<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
|
||||
<acronym>KDC</acronym> is functioning by obtaining and listing a
|
||||
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>
|
||||
|
||||
<para>At this point your server can communicate with the
|
||||
<acronym>KDC</acronym> (due to it's <filename>krb5.conf</filename>
|
||||
file) and it can prove it's own identity (due to the
|
||||
<filename>krb5.keytab</filename> file). It's now ready for
|
||||
<acronym>KDC</acronym> (due to its <filename>krb5.conf</filename>
|
||||
file) and it can prove its own identity (due to the
|
||||
<filename>krb5.keytab</filename> file). It is now ready for
|
||||
you to enable some <application>Kerberos</application> services.
|
||||
For this example we will enable the <command>telnet</command>
|
||||
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>
|
||||
|
||||
<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>
|
||||
|
||||
</sect2>
|
||||
|
@ -2314,7 +2314,7 @@ _kerberos IN TXT EXAMPLE.ORG.</programlisting></note>
|
|||
<acronym>KDC</acronym>.</para>
|
||||
|
||||
<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
|
||||
then delete a ticket for the principal you created above. You
|
||||
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
|
||||
(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
|
||||
the base &os; install. Note that &os; versions prior to 5.0
|
||||
renamed them to <command>k5init</command>,
|
||||
<command>k5list</command>, <command>k5destroy</command>,
|
||||
<command>k5passwd</command>, and <command>kstash</command>
|
||||
(though it's typically only used once).</para>
|
||||
<command>k5passwd</command>, and <command>k5stash</command>
|
||||
(though it is typically only used once).</para>
|
||||
|
||||
<para>Various non-core <application>Kerberos</application> client
|
||||
applications are also installed by default. This is where the
|
||||
|
|
Loading…
Reference in a new issue