diff options
| author | Dan Lavu <dlavu@redhat.com> | 2015-11-30 04:51:00 -0500 |
|---|---|---|
| committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-12-10 09:46:01 +0100 |
| commit | f20c082881ba287c5de415b983c1e54fee987b4b (patch) | |
| tree | ae69cb7a2aac2b35a532c9cabedbd6cd2d622b40 /src/man | |
| parent | a687f4473bf305bc2ccb075cd93154c9d661b638 (diff) | |
| download | sssd-f20c082881ba287c5de415b983c1e54fee987b4b.tar.gz sssd-f20c082881ba287c5de415b983c1e54fee987b4b.tar.xz sssd-f20c082881ba287c5de415b983c1e54fee987b4b.zip | |
Clarify that subdomains always use service discovery
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/man')
| -rw-r--r-- | src/man/sssd-ad.5.xml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index 047cf046..725663b7 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -42,9 +42,10 @@ or later. Earlier versions may work, but are unsupported. </para> <para> - The AD provider is able to provide identity information and - authentication for entities from trusted domains as well. Currently - only trusted domains in the same forest are recognized. + The AD provider can be used to get user information + and authenticate users from trusted domains. Currently + only trusted domains in the same forest are recognized. In + addition servers from trusted domains are always auto-discovered. </para> <para> The AD provider accepts the same options used by the @@ -121,10 +122,17 @@ ldap_id_mapping = False connect in order of preference. For more information on failover and server redundancy, see the <quote>FAILOVER</quote> section. + </para> + <para> This is optional if autodiscovery is enabled. For more information on service discovery, refer to the <quote>SERVICE DISCOVERY</quote> section. </para> + <para> + Note: Trusted domains will always auto-discover + servers even if the primary server is explicitly + defined in the ad_server option. + </para> </listitem> </varlistentry> |
