summaryrefslogtreecommitdiffstats
path: root/src/man/br/include/autofs_attributes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/br/include/autofs_attributes.xml')
-rw-r--r--src/man/br/include/autofs_attributes.xml66
1 files changed, 66 insertions, 0 deletions
diff --git a/src/man/br/include/autofs_attributes.xml b/src/man/br/include/autofs_attributes.xml
new file mode 100644
index 0000000..8016b31
--- /dev/null
+++ b/src/man/br/include/autofs_attributes.xml
@@ -0,0 +1,66 @@
+<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>