Add and translate newly file.
@@ -0,0 +1,24 @@ | ||
1 | +<samba:parameter name="mit kdc command" | |
2 | + context="G" | |
3 | + type="list" | |
4 | + advanced="1" | |
5 | + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> | |
6 | +<description> | |
7 | +<!-- 原文 samba-4.7.0 | |
8 | + <para>This option specifies the path to the MIT kdc binary.</para> | |
9 | +--> | |
10 | + <para>このオプションは MIT kdc バイナリへのパスを指定する。</para> | |
11 | + | |
12 | +<!-- 原文 samba-4.7.0 | |
13 | + <para>If the KDC is not installed in the default location and wasn't | |
14 | + correctly detected during build then you should modify this variable and | |
15 | + point it to the correct binary.</para> | |
16 | +--> | |
17 | + <para>KDC がデフォルトのディレクトリにインストールされていない場合で | |
18 | + あって、ビルド時に適切にインストールディレクトリが認識できていない場合 | |
19 | + には、この変数を用いて、バイナリの正しい場所を指定する必要がある。</para> | |
20 | +</description> | |
21 | + | |
22 | +<value type="default">&pathconfig.MITKDCPATH;</value> | |
23 | +<value type="example">/opt/mit/sbin/krb5kdc</value> | |
24 | +</samba:parameter> |