blob: 9775a573ba9680f656e6a61823fd2b2cf3a8f0e7 (
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
65
66
67
68
69
70
|
<variablelist>
<varlistentry>
<term>ldap_autofs_map_object_class (string)</term>
<listitem>
<para>
The object class of an automount map entry in LDAP.
</para>
<para>
Default: nisMap (rfc2307, autofs_provider=ad),
otherwise automountMap
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>ldap_autofs_map_name (string)</term>
<listitem>
<para>
The name of an automount map entry in LDAP.
</para>
<para>
Default: nisMapName (rfc2307,
autofs_provider=ad), otherwise automountMapName
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>ldap_autofs_entry_object_class (string)</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 (string)</term>
<listitem>
<para>
The key of an automount entry in LDAP. The
entry usually corresponds to a mount point.
</para>
<para>
Default: cn (rfc2307, autofs_provider=ad),
otherwise automountKey
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>ldap_autofs_entry_value (string)</term>
<listitem>
<para>
The key of an automount entry in LDAP. The
entry usually corresponds to a mount point.
</para>
<para>
Default: nisMapEntry (rfc2307,
autofs_provider=ad), otherwise automountInformation
</para>
</listitem>
</varlistentry>
</variablelist>
|