1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-14 14:49:52 +02:00

fix default ppolicy

This commit is contained in:
kakwa 2015-07-14 14:03:05 +02:00
parent cee73ceb93
commit a83cae5428

View File

@ -25,6 +25,7 @@ class PPolicy:
and 'reason', an explaination string and 'reason', an explaination string
""" """
ret = {'match': True, 'reason': 'no password policy'} ret = {'match': True, 'reason': 'no password policy'}
return ret
def info(self): def info(self):
""" gives information about the ppolicy """ gives information about the ppolicy