diff --git a/ldapcherry/ppolicy/__init__.py b/ldapcherry/ppolicy/__init__.py index 9f50373..4332615 100644 --- a/ldapcherry/ppolicy/__init__.py +++ b/ldapcherry/ppolicy/__init__.py @@ -25,6 +25,7 @@ class PPolicy: and 'reason', an explaination string """ ret = {'match': True, 'reason': 'no password policy'} + return ret def info(self): """ gives information about the ppolicy