Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use absolute imports | Petr Viktorin | 2015-08-12 | 1 | -1/+1 |
| | | | | | | | In Python 3, implicit relative imports will not be supported. Use fully-qualified imports everywhere. Reviewed-By: Tomas Babej <tbabej@redhat.com> | ||||
* | Manage ipa-otpd.socket by IPA | Tomas Babej | 2013-06-06 | 1 | -0/+25 |
Adds a new simple service called OtpdInstance, that manages ipa-otpd.socket service. Added to server/replica installer and ipa-upgradeconfig script. https://fedorahosted.org/freeipa/ticket/3680 |