summaryrefslogtreecommitdiffstats
path: root/src/config/sssd_upgrade_config.py
Commit message (Collapse)AuthorAgeFilesLines
* Option krb5_server is now used to store a list of KDCs instead of krb5_kdcip.Jan Zeleny2010-10-191-2/+2
| | | | | | | | For the time being, if krb5_server is not found, still falls back to krb5_kdcip with a warning. If both options are present in config file, krb5_server has a higher priority. Fixes: #543
* Rename upgrade_config.py and build it properlyStephen Gallagher2010-10-131-0/+436
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