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

Cy Schubert <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: cy (src,ports committer)
Date: Sun Apr 19 17:01:16 2020
New Revision: 54063
URL: https://svnweb.freebsd.org/changeset/doc/54063

Log:
  Properly document invoking MIT Kerberos daemons through rc.conf.
  This commit chases r270782 in base which renamed the kerberos5_*
  varibales to their current form.
  
  PR:		197337
  Reported by:	Adam McDougall <ebay at looksharp.net>
  Reviewed by:	delphij, bcr
  Approved by:	delphij, bcr
  Differential Revision:	https://reviews.freebsd.org/D24253

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	Sat Apr 18 18:55:04 2020	(r54062)
+++ head/en_US.ISO8859-1/books/handbook/security/chapter.xml	Sun Apr 19 17:01:16 2020	(r54063)
@@ -1542,11 +1542,11 @@ [email protected]</programlisting>
 	&os;, the following edits should also be made to
 	<filename>rc.conf</filename>:</para>
 
-      <programlisting>kerberos5_server="/usr/local/sbin/krb5kdc"
-kadmind5_server="/usr/local/sbin/kadmind"
-kerberos5_server_flags=""
-kerberos5_server_enable="YES"
-kadmind5_server_enable="YES"</programlisting>
+      <programlisting>kdc_program="/usr/local/sbin/kdc"
+kadmind_program="/usr/local/sbin/kadmind"
+kdc_flags=""
+kdc_enable="YES"
+kadmind_enable="YES"</programlisting>
     </sect2>
 
     <sect2>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.