salt/salt/auth/auto.py
2020-04-03 13:05:41 -05:00

12 lines
235 B
Python

# -*- coding: utf-8 -*-
"""
An "Always Approved" eauth interface to test against, not intended for
production use
"""
def auth(username, password): # pylint: disable=unused-argument
"""
Authenticate!
"""
return True