mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-26 11:14:31 +01:00
fix default ppolicy
This commit is contained in:
parent
cee73ceb93
commit
a83cae5428
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user