auth with ldap

This commit is contained in:
pycook
2020-04-01 20:30:44 +08:00
parent 9ff69529ab
commit 3cb61e0d0c
7 changed files with 40 additions and 3 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():