diff --git a/src/lib389/lib389/plugins.py b/src/lib389/lib389/plugins.py index efde5b7fa..0809e2f89 100644 --- a/src/lib389/lib389/plugins.py +++ b/src/lib389/lib389/plugins.py @@ -863,7 +863,7 @@ def _lint_member_substring_index(self): report['fix'] = report['fix'].replace('YOUR_INSTANCE', self._instance.serverid) report['items'].append(suffix) report['items'].append(attr) - report['check'] = f'memberof:substring_index' + report['check'] = f'attr:substring_index' yield report except: # No index at all, bad @@ -874,7 +874,7 @@ def _lint_member_substring_index(self): report['fix'] = report['fix'].replace('YOUR_INSTANCE', self._instance.serverid) report['items'].append(suffix) report['items'].append(attr) - report['check'] = f'memberof:substring_index' + report['check'] = f'attr:substring_index' yield report def get_attr(self):