summaryrefslogtreecommitdiff
path: root/src/config/sssd_upgrade_config.py
AgeCommit message (Collapse)AuthorFilesLines
2010-10-19Option krb5_server is now used to store a list of KDCs instead of krb5_kdcip.Jan Zeleny1-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
2010-10-13Rename upgrade_config.py and build it properlyStephen Gallagher1-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