summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2015-07-07 06:41:48 +0000
committerPavel Březina <pbrezina@redhat.com>2015-07-27 17:25:19 +0200
commit58dc52358ccb51600f2365dc0e3077f29cf2f4f8 (patch)
tree002bce049f71462e96a8137ab3833ece47f42fb3
parentfb1f102baeea3b08e133cb769b09a726b1c69165 (diff)
downloadsssd-58dc52358ccb51600f2365dc0e3077f29cf2f4f8.tar.gz
sssd-58dc52358ccb51600f2365dc0e3077f29cf2f4f8.tar.xz
sssd-58dc52358ccb51600f2365dc0e3077f29cf2f4f8.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>
-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 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>