In cases of MIT kerberos, the rc.conf values will be different along with
binary locations; note this. PR: 100764
This commit is contained in:
parent
3e78e2da2b
commit
590166f948
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28823
1 changed files with 12 additions and 0 deletions
|
@ -2675,6 +2675,18 @@ jdoe@example.org</screen>
|
|||
for authentication so that it can properly change ownership for
|
||||
the forwarded credentials.</para></note>
|
||||
|
||||
<para>The <filename>rc.conf</filename> must also be modified
|
||||
to contain the following configuration:</para>
|
||||
|
||||
<programlisting>kerberos5_server="/usr/local/sbin/krb5kdc"
|
||||
kadmind5_server="/usr/local/sbin/kadmind"
|
||||
kerberos5_server_enable="YES"
|
||||
kadmind5_server_enable="YES"</programlisting>
|
||||
|
||||
<para>This is done because the applications for
|
||||
<acronym>MIT</acronym> kerberos installs binaries in the
|
||||
<filename role="directory">/usr/local</filename>
|
||||
hierarchy.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
|
Loading…
Reference in a new issue