dataset/seed/lemonldap/funcs/lemonldap.py

11 lines
118 B
Python
Raw Normal View History

2022-03-08 19:42:28 +01:00
def getSSOFilters():
return []
def is_file(f):
return True
def readPass(f, password):
return password