diff --git a/ipalib/plugins/baseldap.py b/ipalib/plugins/baseldap.py index 00ca89f4d..6b7153b51 100644 --- a/ipalib/plugins/baseldap.py +++ b/ipalib/plugins/baseldap.py @@ -853,7 +853,7 @@ class LDAPDelete(LDAPMultiQuery): if not delete_entry(pkey): result = False except errors.ExecutionError: - if not options.get('continuous', False): + if not options.get('continue', False): raise failed.append(pkey) else: