fix default ppolicy

This commit is contained in:
kakwa 2015-07-14 14:03:05 +02:00
parent cee73ceb93
commit a83cae5428
1 changed files with 1 additions and 0 deletions

View File

@ -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