svn commit: r48264 - head/en_US.ISO8859-1/books/handbook/security

Jason Helfman jgh at FreeBSD.org
Fri Feb 26 16:37:14 UTC 2016


Author: jgh
Date: Fri Feb 26 16:37:13 2016
New Revision: 48264
URL: https://svnweb.freebsd.org/changeset/doc/48264

Log:
  - update Kerberos commands
  
  PR:		205146
  Submitted by:	kevin at bostoncrypto.com
  Approved by:	wblock (mentor)
  Differential Revision:	https://reviews.freebsd.org/D5432

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	Fri Feb 26 16:03:12 2016	(r48263)
+++ head/en_US.ISO8859-1/books/handbook/security/chapter.xml	Fri Feb 26 16:37:13 2016	(r48264)
@@ -1211,8 +1211,8 @@ sendmail : PARANOID : deny</programlisti
       <para>To begin setting up a <acronym>KDC</acronym>, add these
 	lines to <filename>/etc/rc.conf</filename>:</para>
 
-      <programlisting>kerberos5_server_enable="YES"
-kadmind5_server_enable="YES"</programlisting>
+      <programlisting>kdc_enable="YES"
+kadmind_enable="YES"</programlisting>
 
       <para>Next, edit <filename>/etc/krb5.conf</filename> as
 	follows:</para>
@@ -1308,7 +1308,7 @@ Password: <userinput><replaceable>xxxxxx
 Verifying password - Password: <userinput><replaceable>xxxxxxxx</replaceable></userinput></screen>
 
       <para>Next, start the <acronym>KDC</acronym> services by running
-	<command>service kerberos start</command> and
+	<command>service kdc start</command> and
 	<command>service kadmind start</command>.  While there will
 	not be any kerberized daemons running at this point, it is
 	possible to confirm that the <acronym>KDC</acronym> is


More information about the svn-doc-all mailing list