summaryrefslogtreecommitdiffstats
path: root/server/config/upgrade_config.py
Commit message (Collapse)AuthorAgeFilesLines
* Fail on nonexistent input fileJakub Hrozek2009-12-081-1/+5
|
* upgrade_config fixes for SSSD 0.6 and laterJakub Hrozek2009-11-201-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
* Change the upgrade script to use ipachangeconfJakub Hrozek2009-11-201-0/+383
With this patch, the upgrade script we use for changing the config files is able to keep ordering and comments. Fixes: #249