freeipa/ipaplatform
Florence Blanc-Renaud aa64ef03a0 authselect migration: use stable interface to query current config
The code currently parses the output of "authselect current" in order
to extract the current profile and options. Example:
$ authselect current
Profile ID: sssd
Enabled features:
- with-mkhomedir

It is easier to use the output of "authselect current --raw". Example:
$ authselect current --raw
sssd with-mkhomedir

Related to
https://pagure.io/freeipa/issue/7377

Reviewed-By: Christian Heimes <cheimes@redhat.com>
2018-05-03 16:39:58 +02:00
..
base Enable SPAKE support using krb5.conf.d snippet 2018-04-28 16:35:16 +02:00
debian Add absolute_import future imports 2018-04-20 09:43:37 +02:00
fedora Revert commit d705320ec1 2018-04-27 14:01:33 +02:00
redhat authselect migration: use stable interface to query current config 2018-05-03 16:39:58 +02:00
rhel Add absolute_import future imports 2018-04-20 09:43:37 +02:00
__init__.py Use namespace-aware meta importer for ipaplatform 2017-11-15 14:17:24 +01:00
_importhook.py Add absolute_import future imports 2018-04-20 09:43:37 +02:00
constants.py Add absolute_import future imports 2018-04-20 09:43:37 +02:00
Makefile.am Use namespace-aware meta importer for ipaplatform 2017-11-15 14:17:24 +01:00
override.py.in Use namespace-aware meta importer for ipaplatform 2017-11-15 14:17:24 +01:00
paths.py Add absolute_import future imports 2018-04-20 09:43:37 +02:00
services.py Add absolute_import future imports 2018-04-20 09:43:37 +02:00
setup.cfg Port all setup.py to setuptools 2016-10-20 18:43:37 +02:00
setup.py Have all the scripts run in python 3 by default 2018-02-15 18:43:12 +01:00
tasks.py Add absolute_import future imports 2018-04-20 09:43:37 +02:00