blob: 602f27dd693ef9b5aa4d963a39552938a9e0c38b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<samba:parameter name="mit kdc command"
context="G"
type="list"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option specifies the path to the MIT kdc binary.</para>
<para>If the KDC is not installed in the default location and wasn't
correctly detected during build then you should modify this variable and
point it to the correct binary.</para>
</description>
<value type="default">&pathconfig.MITKDCPATH;</value>
<value type="example">/opt/mit/sbin/krb5kdc</value>
</samba:parameter>
|