dataset/seed/lemonldap/funcs/lemonldap.py
2022-07-01 22:10:33 +02:00

10 lines
118 B
Python

def getSSOFilters():
return []
def is_file(f):
return True
def readPass(f, password):
return password