blob: 0a453aaecfae2d8c6e614b9008b665436ed2ad16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<variablelist>
<varlistentry>
<term>ldap_autofs_map_object_class (文字列)</term>
<listitem>
<para>
LDAP にある automount マップエントリーのオブジェクトクラスです。
</para>
<para>
Default: nisMap (rfc2307, autofs_provider=ad), otherwise automountMap
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>ldap_autofs_map_name (文字列)</term>
<listitem>
<para>
LDAP における automount のマップエントリーの名前です。
</para>
<para>
Default: nisMapName (rfc2307, autofs_provider=ad), otherwise
automountMapName
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>ldap_autofs_entry_object_class (文字列)</term>
<listitem>
<para>
The object class of an automount entry in LDAP. The entry usually
corresponds to a mount point.
</para>
<para>
Default: nisObject (rfc2307, autofs_provider=ad), otherwise automount
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>ldap_autofs_entry_key (文字列)</term>
<listitem>
<para>
LDAP にある automount エントリーのキーです。エントリーは一般的にマウントポイントと対応します。
</para>
<para>
Default: cn (rfc2307, autofs_provider=ad), otherwise automountKey
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>ldap_autofs_entry_value (文字列)</term>
<listitem>
<para>
LDAP にある automount エントリーのキーです。エントリーは一般的にマウントポイントと対応します。
</para>
<para>
Default: nisMapEntry (rfc2307, autofs_provider=ad), otherwise
automountInformation
</para>
</listitem>
</varlistentry>
</variablelist>
|