From e6b6719ec159d3a4c1f82a59489fb9daa26416c2 Mon Sep 17 00:00:00 2001 From: Robin McCorkell Date: Tue, 7 Jul 2015 06:41:48 +0000 Subject: man: List alternative schema defaults for LDAP AutoFS parameters 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 Reviewed-by: Jakub Hrozek --- 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 9ac175f8d..978fdbe77 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -2462,8 +2462,8 @@ ldap_access_filter = (employeeType=admin) AUTOFS OPTIONS - 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. @@ -2500,7 +2500,8 @@ ldap_access_filter = (employeeType=admin) The name of an automount map entry in LDAP. - Default: ou + Default: ou (rfc2307), automountMapName + (rfc2307bis, ipa, ad) @@ -2510,11 +2511,12 @@ ldap_access_filter = (employeeType=admin) ldap_autofs_entry_object_class (string) - 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. - Default: automountMap + Default: automount @@ -2528,7 +2530,8 @@ ldap_access_filter = (employeeType=admin) entry usually corresponds to a mount point. - Default: cn + Default: cn (rfc2307), automountKey (rfc2307bis, + ipa, ad) -- cgit