summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-11-18 15:29:58 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-11-26 16:51:41 +0100
commit03b859510dc13a13a456ca4aa94c0561a0e9684c (patch)
tree8c467eb8c7605ce9d3c65a9789363f64ff75d8cb /src/man
parent5c129880ae10c80b4f79cb2994e9d127dc6dfbef (diff)
downloadsssd-03b859510dc13a13a456ca4aa94c0561a0e9684c.tar.gz
sssd-03b859510dc13a13a456ca4aa94c0561a0e9684c.tar.xz
sssd-03b859510dc13a13a456ca4aa94c0561a0e9684c.zip
AD: Add autofs provider
https://fedorahosted.org/sssd/ticket/1632 Adds the possibility to configure: autofs_provider = ad The AD autofs provider uses the rfc2307 (nis*) attribute maps. This is different (at the moment) from using autofs_provider=ldap with ldap_schema=ad. Reviewed-by: Ondrej Valousek <ondrejv2@fedoraproject.org> Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd-ad.5.xml14
-rw-r--r--src/man/sssd.conf.5.xml9
2 files changed, 20 insertions, 3 deletions
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml
index 127e96582..d2f74cfce 100644
--- a/src/man/sssd-ad.5.xml
+++ b/src/man/sssd-ad.5.xml
@@ -60,9 +60,9 @@
</para>
<para>
However, it is neither necessary nor recommended to set these
- options. The AD provider can also be used as an access, chpass and
- sudo provider. No configuration of the access provider is required
- on the client side.
+ options. The AD provider can also be used as an access, chpass,
+ sudo and autofs provider. No configuration of the access provider
+ is required on the client side.
</para>
<para>
By default, the AD provider will map UID and GID values from the
@@ -928,6 +928,14 @@ ldap_account_expire_policy = ad
all the connection parameters (such as LDAP URIs and encryption
details) manually.
</para>
+ <para>
+ When the autofs provider is set to <quote>ad</quote>, the RFC2307
+ schema attribute mapping (nisMap, nisObject, ...) is used,
+ because these attributes are included the default Active
+ Directory schema.
+ </para>
+ <para>
+ </para>
</refsect1>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/seealso.xml" />
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 030485cd7..88a28dd91 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -1960,6 +1960,15 @@ pam_account_expired_message = Account expired, please call help desk.
</citerefentry> for more information on configuring IPA.
</para>
<para>
+ <quote>ad</quote> to load maps stored in an AD
+ server. See
+ <citerefentry>
+ <refentrytitle>sssd-ad</refentrytitle>
+ <manvolnum>5</manvolnum>
+ </citerefentry> for more information on configuring
+ the AD provider.
+ </para>
+ <para>
<quote>none</quote> disables autofs explicitly.
</para>
<para>