003 File Manager
Current Path:
/usr/local/lib/python3.8/site-packages/salt/auth
usr
/
local
/
lib
/
python3.8
/
site-packages
/
salt
/
auth
/
📁
..
📄
__init__.py
(20.98 KB)
📁
__pycache__
📄
auto.py
(211 B)
📄
django.py
(6.47 KB)
📄
file.py
(8.37 KB)
📄
keystone.py
(943 B)
📄
ldap.py
(22.42 KB)
📄
mysql.py
(3.05 KB)
📄
pam.py
(5.76 KB)
📄
pki.py
(4.06 KB)
📄
rest.py
(1.56 KB)
📄
sharedsecret.py
(1.02 KB)
📄
yubico.py
(1.95 KB)
Editing: auto.py
""" An "Always Approved" eauth interface to test against, not intended for production use """ def auth(username, password): # pylint: disable=unused-argument """ Authenticate! """ return True
Upload File
Create Folder