summaryrefslogtreecommitdiff
path: root/server/config/upgrade_config.py
AgeCommit message (Collapse)AuthorFilesLines
2009-12-08Fail on nonexistent input fileJakub Hrozek1-1/+5
2009-11-20upgrade_config fixes for SSSD 0.6 and laterJakub Hrozek1-1/+19
Incorporates changes we made to v2 after 0.6, or that were missed by the original upgrade script: * removes magic_private_groups option * removes libPath option * changes provider=files to provider=proxy proxy_lib_name=files * changes store-legacy-passwords to store_legacy_passwords
2009-11-20Change the upgrade script to use ipachangeconfJakub Hrozek1-0/+383
With this patch, the upgrade script we use for changing the config files is able to keep ordering and comments. Fixes: #249