auth with ldap

This commit is contained in:
pycook
2020-04-01 20:30:44 +08:00
parent 486fcac138
commit ba2a6a65b5
6 changed files with 39 additions and 2 deletions

View File

@@ -13,8 +13,8 @@ from flask import request
from flask import session
from flask_login import login_user
from api.models.acl import User
from api.lib.perm.acl.cache import UserCache
from api.models.acl import User
def _auth_with_key():