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
This commit is contained in:
parent
ab8cb6a0e1
commit
d8b1c022ae
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54063
1 changed files with 5 additions and 5 deletions
|
@ -1542,11 +1542,11 @@ jdoe@example.org</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>
|
||||
|
|
Loading…
Reference in a new issue