summaryrefslogtreecommitdiffstats
path: root/server/upgrade
Commit message (Collapse)AuthorAgeFilesLines
* Change the upgrade script to use ipachangeconfJakub Hrozek2009-11-201-407/+0
| | | | | | | With this patch, the upgrade script we use for changing the config files is able to keep ordering and comments. Fixes: #249
* Fix option name krb5_changepw_principalSumit Bose2009-11-131-1/+1
|
* Do not migrate Data ProviderJakub Hrozek2009-10-271-22/+57
| | | | | | Add a way to make changes to the most recent format of config files. Use it to remove all traces of Data Provider from the config file which is being migrated.
* Fix migration script for pre-0.5 local domainsJakub Hrozek2009-10-261-2/+11
| | | | | | | Configuration files before 0.5.0 did not enforce provider= in local domains it did special-case by domain name (LOCAL). Our script was relying on provider= value, this patch adds the special-casing in case the domain was called LOCAL.
* Tighten up permission.Simo Sorce2009-09-281-1/+12
| | | | | | | SSSD may contain passwords and other sensitive data, make sure we always keep its permission tight. Also make /etc/sssd permission very strict, just in case, admins may inadvertently copy an sssd.conf file without checking it's permissions.
* script to upgrade config to v2Jakub Hrozek2009-09-251-0/+352