12 lines
396 B
Diff
12 lines
396 B
Diff
--- a/ipaserver/install/cainstance.py
|
|
+++ b/ipaserver/install/cainstance.py
|
|
@@ -1755,6 +1755,8 @@ def migrate_profiles_to_ldap():
|
|
match = re.search(r'^profile\.list=(\S*)', cs_cfg, re.MULTILINE)
|
|
profile_ids = match.group(1).split(',')
|
|
|
|
+ time.sleep(80)
|
|
+
|
|
for profile_id in profile_ids:
|
|
match = re.search(
|
|
r'^profile\.{}\.config=(\S*)'.format(profile_id),
|