ldap_autofs_map_name and ldap_autofs_entry_key have their rfc2307bis defaults
listed alongside the rfc2307 defaults.

ldap_autofs_entry_object_class has a fixed description and default

This patch replaces the other one I posted, implementing the alternative schema
defaults Jakub suggested.

Regards,
Robin McCorkell

---
 src/man/sssd-ldap.5.xml | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index f140908..2f9a950 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -2445,8 +2445,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>
@@ -2483,7 +2483,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>
@@ -2493,11 +2494,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>
@@ -2511,7 +2513,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>
-- 
2.4.5

_______________________________________________
sssd-devel mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to