summaryrefslogtreecommitdiffstats
path: root/ipapython/platform/base.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for systemd environments and use it to support Fedora 16Alexander Bokovoy2011-10-131-7/+7
| | | | https://fedorahosted.org/freeipa/ticket/1192
* Introduce platform-specific adaptation for services used by FreeIPA.Alexander Bokovoy2011-09-131-0/+150
Refactor FreeIPA code to allow abstracting all calls to external processes and dependencies on modification of system-wide configuration. A platform provider would give its own implementation of those methods and FreeIPA would use it based on what's built in packaging process. https://fedorahosted.org/freeipa/ticket/1605