[SSSD] [PATCH] Fix LDAP AutoFS object class man page

Jakub Hrozek jhrozek at redhat.com
Tue Jul 7 05:18:08 UTC 2015


On Tue, Jul 07, 2015 at 01:00:37AM +0100, Robin McCorkell wrote:
> Fixed default parameter value and description for
> ldap_autofs_entry_object_class
> ---
>  src/man/sssd-ldap.5.xml | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
> index f140908..3436f9e 100644
> --- a/src/man/sssd-ldap.5.xml
> +++ b/src/man/sssd-ldap.5.xml
> @@ -2493,11 +2493,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>
> -- 
> 2.4.5

Thank you, this patch is correct and I'm fine with commiting it as-is,
but looking at the options, I also wonder if we should document them
better per-schema?

For instance, the ldap_autofs_map_name defaults to "ou" if schema is set
to rfc2307 but defaults to "automountMapName" with rfc2307bis. And IIRC
the bis schema is what most autofs deployments use, so we might save
some remapping for bis configs...



More information about the sssd-devel mailing list