summaryrefslogtreecommitdiffstats
path: root/src/man/fi/include/autofs_attributes.xml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 05:31:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 05:31:45 +0000
commit74aa0bc6779af38018a03fd2cf4419fe85917904 (patch)
tree9cb0681aac9a94a49c153d5823e7a55d1513d91f /src/man/fi/include/autofs_attributes.xml
parentInitial commit. (diff)
downloadsssd-74aa0bc6779af38018a03fd2cf4419fe85917904.tar.xz
sssd-74aa0bc6779af38018a03fd2cf4419fe85917904.zip
Adding upstream version 2.9.4.upstream/2.9.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/man/fi/include/autofs_attributes.xml')
-rw-r--r--src/man/fi/include/autofs_attributes.xml66
1 files changed, 66 insertions, 0 deletions
diff --git a/src/man/fi/include/autofs_attributes.xml b/src/man/fi/include/autofs_attributes.xml
new file mode 100644
index 0000000..8016b31
--- /dev/null
+++ b/src/man/fi/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>