summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/man/sssd-ldap.5.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index 9ac175f8..978fdbe7 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -2462,8 +2462,8 @@ ldap_access_filter = (employeeType=admin)
<refsect1 id='autofs-options' condition="with_autofs">
<title>AUTOFS OPTIONS</title>
<para>
- Please note that the default values correspond to the default
- schema which is RFC2307.
+ Some of the defaults for the parameters below are dependent on the
+ LDAP schema.
</para>
<para>
<variablelist>
@@ -2500,7 +2500,8 @@ ldap_access_filter = (employeeType=admin)
The name of an automount map entry in LDAP.
</para>
<para>
- Default: ou
+ Default: ou (rfc2307), automountMapName
+ (rfc2307bis, ipa, ad)
</para>
</listitem>
</varlistentry>
@@ -2510,11 +2511,12 @@ ldap_access_filter = (employeeType=admin)
<term>ldap_autofs_entry_object_class (string)</term>
<listitem>
<para>
- The object class of an automount map entry
- in LDAP.
+ The object class of an automount entry
+ in LDAP. The entry usually corresponds to a mount
+ point.
</para>
<para>
- Default: automountMap
+ Default: automount
</para>
</listitem>
</varlistentry>
@@ -2528,7 +2530,8 @@ ldap_access_filter = (employeeType=admin)
entry usually corresponds to a mount point.
</para>
<para>
- Default: cn
+ Default: cn (rfc2307), automountKey (rfc2307bis,
+ ipa, ad)
</para>
</listitem>
</varlistentry>