svn commit: r54142 - head/en_US.ISO8859-1/books/handbook/security
Benjamin Kaduk
bjk at FreeBSD.org
Wed May 13 20:14:31 UTC 2020
Author: bjk
Date: Wed May 13 20:14:30 2020
New Revision: 54142
URL: https://svnweb.freebsd.org/changeset/doc/54142
Log:
Additional updates to the Kerberos section
Tidy up what looks like the remnants of an extra line in the edit buffer,
and fix up a principle/principal mismatch.
What's the difference?
"One of the principles of Kerberos is that each principal has a
cryptographic key that's shared only between that principal and the KDC."
Modified:
head/en_US.ISO8859-1/books/handbook/security/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/security/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/security/chapter.xml Wed May 13 09:28:12 2020 (r54141)
+++ head/en_US.ISO8859-1/books/handbook/security/chapter.xml Wed May 13 20:14:30 2020 (r54142)
@@ -1300,9 +1300,7 @@ Realm max ticket life [unlimited]:</screen>
<para>Lastly, while still in <command>kadmin</command>, create
the first principal using <command>add</command>. Stick to
the default options for the principal for now, as these can be
- <command>kadmin</command>, using the <command>add</command>.
- Stick to the default options for the admin principal for now,
- as these can be changed later with <command>modify</command>.
+ changed later with <command>modify</command>.
Type <literal>?</literal> at the prompt to see the available
options.</para>
@@ -1324,7 +1322,7 @@ Verifying password - Password: <userinput><replaceable
<para>While there will not be any kerberized daemons running at
this point, it is possible to confirm that the
<acronym>KDC</acronym> is functioning by obtaining a ticket
- for the principle that was just created:</para>
+ for the principal that was just created:</para>
<screen>&prompt.user; <userinput>kinit <replaceable>tillman</replaceable></userinput>
tillman at EXAMPLE.ORG's Password:</screen>
More information about the svn-doc-head
mailing list