%PDF- %PDF-
| Direktori : /proc/thread-self/root/proc/3522530/root/lib/python2.7/site-packages/salt/auth/ |
| Current File : //proc/thread-self/root/proc/3522530/root/lib/python2.7/site-packages/salt/auth/auto.py |
# -*- 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