Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2016 16:37:13 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r48264 - head/en_US.ISO8859-1/books/handbook/security
Message-ID:  <201602261637.u1QGbDI4032775@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602261637.u1QGbDI4032775>