diff options
author | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2015-07-07 06:41:48 +0000 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-07-22 11:54:02 +0200 |
commit | e6b6719ec159d3a4c1f82a59489fb9daa26416c2 (patch) | |
tree | 409e38be83208727f9ae84153a966fa49fd893a1 /src/man/sssd-ldap.5.xml | |
parent | 61015cf524973595d96a6d6a4502014922e56a74 (diff) | |
download | sssd-e6b6719ec159d3a4c1f82a59489fb9daa26416c2.tar.gz sssd-e6b6719ec159d3a4c1f82a59489fb9daa26416c2.tar.xz sssd-e6b6719ec159d3a4c1f82a59489fb9daa26416c2.zip |
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 <jhrozek@redhat.com>
Diffstat (limited to 'src/man/sssd-ldap.5.xml')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 17 |
1 files 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) <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> |