780ffc9 Add dns_discovery_domain option

13 files Authored by jhrozek 13 years ago, Committed by sgallagh 13 years ago,
    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
    
        
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+25 -1
file modified
+13 -0
file modified
+2 -1
file modified
+176 -22