From 780ffc9f6d5e1fcd4df3d390b56cb98878223cc0 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 1 Jun 2010 15:36:56 +0200 Subject: Add dns_discovery_domain option The service discovery used to use the SSSD domain name to perform DNS queries. This is not an optimal solution, for example from the point of view of authconfig. This patch introduces a new option "dns_discovery_domain" that allows to set the domain part of a DNS SRV query. If this option is not set, the default behavior is to use the domain part of the machine's hostname. Fixes: #479 --- src/man/include/service_discovery.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/man/include') diff --git a/src/man/include/service_discovery.xml b/src/man/include/service_discovery.xml index 16d016ea..d33b4c21 100644 --- a/src/man/include/service_discovery.xml +++ b/src/man/include/service_discovery.xml @@ -22,8 +22,13 @@ The domain name - The name of the SSSD domain is used as the domain part of the - service discovery DNS query. + Please refer to the dns_discovery_domain + parameter in the + + sssd.conf + 5 + + manual page for more defails. -- cgit