diff options
author | Pavel Březina <pbrezina@redhat.com> | 2013-04-16 15:41:33 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-05-02 16:48:12 +0200 |
commit | a679f0167b646cffdae86546ed77e105576991b0 (patch) | |
tree | 83dbeb4726485ab6ff833a6ef741002ba69def88 /src/man | |
parent | 5cc0b4ed2843ad093191f6dbe979a0afbe7c8619 (diff) | |
download | sssd-a679f0167b646cffdae86546ed77e105576991b0.tar.gz sssd-a679f0167b646cffdae86546ed77e105576991b0.tar.xz sssd-a679f0167b646cffdae86546ed77e105576991b0.zip |
DNS sites support - add AD SRV plugin
https://fedorahosted.org/sssd/ticket/1032
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ad.5.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index 5513c2ee5..95a95f1ac 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -131,6 +131,27 @@ ldap_id_mapping = False </listitem> </varlistentry> + <varlistentry> + <term>ad_enable_dns_sites (boolean)</term> + <listitem> + <para> + Enables DNS sites - location based + service discovery. + </para> + <para> + If true and service discovery (see Service + Discovery paragraph at the bottom of the man page) + is enabled, the SSSD will first attempt to discover + the Active Directory server to connect to using the + Active Directory Site Discovery and fall back to + the DNS SRV records if no AD site is found. + </para> + <para> + Default: true + </para> + </listitem> + </varlistentry> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/override_homedir.xml" /> <varlistentry> |