auth with ldap

This commit is contained in:
pycook
2020-04-01 20:30:44 +08:00
parent c31be0f753
commit 036e1d236b
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():