mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
Revert commit d705320ec1
Commit d705320
was temporarily disabling authconfig backup and restore
because of issue 7478.
With the migration to authselect this is not needed any more
Related to
https://pagure.io/freeipa/issue/7377
Reviewed-By: Alexander Koksharov <akokshar@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
c36bd38360
commit
e442464509
@ -29,22 +29,7 @@ from ipaplatform.redhat.tasks import RedHatTaskNamespace
|
||||
|
||||
|
||||
class FedoraTaskNamespace(RedHatTaskNamespace):
|
||||
|
||||
def backup_auth_configuration(self, path):
|
||||
"""Dummy method
|
||||
|
||||
On Fedora 28, authconfig from authselect-compat does not implement
|
||||
backup and restore.
|
||||
"""
|
||||
pass
|
||||
|
||||
def restore_auth_configuration(self, path):
|
||||
"""Dummy method
|
||||
|
||||
On Fedora 28, authconfig from authselect-compat does not implement
|
||||
backup and restore.
|
||||
"""
|
||||
pass
|
||||
pass
|
||||
|
||||
|
||||
tasks = FedoraTaskNamespace()
|
||||
|
Loading…
Reference in New Issue
Block a user