glfs/postlfs/security/heimdal/heimdal-exp.xml

32 lines
1.3 KiB
XML
Raw Normal View History

<sect2>
<title>Command explanations</title>
<para><parameter>--libexecdir=/usr/sbin</parameter>:
This switch puts the daemon programs into <filename
class="directory">/usr/sbin</filename>.
</para>
<note><para>
If you want to preserve all your existing Inetutils package daemons,
install the Heimdal daemons into <filename
class="directory">/usr/sbin/heimdal</filename> (or wherever you want).
Since these programs will be called from <command>(x)inetd</command> or
<command>rc</command> scripts, it really doesn't matter where they live,
as long as they are correctly specified in the
<filename>/etc/(x)inetd.conf</filename> file and <command>rc</command>
scripts. If you choose something other than <filename
class="directory">/usr/sbin</filename>, you may want to move some of the
user programs (such as <command>kadmin</command>) to <filename
class="directory">/usr/sbin</filename> manually.
</para></note>
<para><command>cp /usr/bin/login /bin &amp;&amp; mv /usr/bin/su /bin</command>:
The <command>login</command> and <command>su</command> programs
installed by Heimdal belong in <filename
class="directory">/bin</filename> directory. The
<command>login</command> program is copied because Heimdal is expecting
to find it in <filename class="directory">/usr/bin</filename>.
</para>
</sect2>