summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ipa_restore.py
Commit message (Expand)AuthorAgeFilesLines
* Use 389-ds centralized scripts.David Kupka2015-06-111-2/+9
* Fix stop_tracking_certificates call in ipa-restoreJan Cholasta2015-05-071-3/+2
* move realm_to_serverid to installutils moduleMartin Basti2015-05-051-4/+5
* Restore default.conf and use it to build API.David Kupka2015-03-051-16/+48
* Do not crash when replica is unreachable in ipa-restoreJan Cholasta2015-01-271-0/+2
* Create correct log directories during full restore in ipa-restoreJan Cholasta2015-01-271-15/+14
* Put LDIF files to their original location in ipa-restoreJan Cholasta2015-01-211-1/+8
* Fix IPA_BACKUP_DIR path nameMartin Kosek2015-01-141-2/+2
* Fix validation of ipa-restore optionsJan Cholasta2015-01-141-72/+103
* Remove RUV from LDIF files before using them in ipa-restoreJan Cholasta2015-01-131-1/+35
* Fix ipa-restore on systems without IPA installedJan Cholasta2015-01-131-2/+6
* Abort backup restoration on not matching host.David Kupka2015-01-131-4/+2
* Improve validation of --instance and --backend options in ipa-restoreJan Cholasta2014-12-091-29/+44
* Stop tracking certificates before restoring them in ipa-restoreJan Cholasta2014-11-211-2/+10
* ipa-restore: Check if directory is provided + better errors.David Kupka2014-11-211-4/+10
* restore: clear httpd ccache after restorePetr Vobornik2014-11-201-0/+2
* Restore file extended attributes and SELinux context in ipa-restoreJan Cholasta2014-11-201-0/+4
* Fix CA certificate backup and restoreJan Cholasta2014-11-111-1/+34
* ipa-restore: Don't crash if AD trust is not installedPetr Viktorin2014-11-111-2/+11
* Remove trivial path constants from modulesGabe2014-11-041-2/+1
* ipa-restore: Set SELinux booleans when restoringPetr Viktorin2014-09-261-0/+14
* backup,restore: Don't overwrite /etc/{passwd,group}Petr Viktorin2014-09-231-1/+3
* ipa_restore: Split the services listPetr Viktorin2014-09-231-1/+1
* ipaserver.install: Consolidate system user creationPetr Viktorin2014-09-231-2/+1
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-13/+14
* ipaplatform: Remove redundant imports of ipaservicesTomas Babej2014-06-161-2/+1
* ipaplatform: Change service code in freeipa to use ipaplatform servicesTomas Babej2014-06-161-4/+5
* ipaplatform: Change platform dependant code in freeipa to use ipaplatform tasksTomas Babej2014-06-161-1/+2
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-051-4/+4
* Create DS user and group during ipa-restoreAna Krivokapic2013-09-021-7/+5
* Remove redundant shebangsTomas Babej2013-08-261-2/+1
* Prevent *.pyo and *.pyc multilib problemsMartin Kosek2013-08-131-1/+1
* Update only selected attributes for winsync agreementTomas Babej2013-04-161-2/+7
* Full system backup and restoreRob Crittenden2013-04-121-0/+634