summaryrefslogtreecommitdiffstats
path: root/ipaplatform/fedora/authconfig.py
Commit message (Collapse)AuthorAgeFilesLines
* ipaplatform: Drop the base authconfig classTomas Babej2014-06-251-4/+34
| | | | | | | | | | As authconfig is a distro-specific tool there is no incentive for implying that other platforms should implement any authconfig implementation of their own. Part of: https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
* ipaplatform: Do not require custom Authconfig implementations from platform ↵Tomas Babej2014-06-161-0/+56
modules https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin <pviktori@redhat.com>