mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Revert "Validate the Directory Manager password"
This reverts commit 0653d2a17e. The commit
broke full ipa-restore.
See: https://pagure.io/freeipa/issue/7469
See: https://pagure.io/freeipa/issue/7535
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
@@ -670,7 +670,7 @@ class Restore(admintool.AdminTool):
|
||||
'''
|
||||
Restore paths.IPA_DEFAULT_CONF to temporary directory.
|
||||
|
||||
Primary purpose of this method is to get configuration for api
|
||||
Primary purpose of this method is to get cofiguration for api
|
||||
finalization when restoring ipa after uninstall.
|
||||
'''
|
||||
cwd = os.getcwd()
|
||||
@@ -884,10 +884,3 @@ class Restore(admintool.AdminTool):
|
||||
|
||||
self.instances = [installutils.realm_to_serverid(api.env.realm)]
|
||||
self.backends = ['userRoot', 'ipaca']
|
||||
|
||||
try:
|
||||
ReplicationManager(api.env.realm, api.env.host,
|
||||
self.dirman_password)
|
||||
except errors.ACIError:
|
||||
logger.error("Incorrect Directory Manager password provided")
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user