From a679f0167b646cffdae86546ed77e105576991b0 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Tue, 16 Apr 2013 15:41:33 +0200 Subject: DNS sites support - add AD SRV plugin https://fedorahosted.org/sssd/ticket/1032 --- src/man/sssd-ad.5.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'src/man/sssd-ad.5.xml') 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 + + ad_enable_dns_sites (boolean) + + + Enables DNS sites - location based + service discovery. + + + 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. + + + Default: true + + + + -- cgit