summaryrefslogtreecommitdiffstats
path: root/src/config/upgrade_config.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename upgrade_config.py and build it properlyStephen Gallagher2010-10-131-436/+0
| | | | | | | | Previously, we were just copying the script into the libexec dir during installation. However, this causes problems for packaging multilib on several distributions. https://fedorahosted.org/sssd/ticket/641
* Add infrastructure to LDAP provider for netgroup supportSumit Bose2010-10-131-0/+7
|
* Add dns_discovery_domain optionJakub Hrozek2010-06-301-1/+25
| | | | | | | | | | | | 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
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+405
Also update BUILD.txt