Django使用自定义的authentication登录认证
摘要:
import ldap class LDAPMgmt(): def __init__(self): self.ldap_host = 'xxx' self.ldap_base_dn = 'ou=xx,dc=xx,dc=xx,dc=xx' self.root_cn = 'cn=xx,dc=xx,dc=xx' self.... 阅读全文
posted @ 2017-03-16 17:46 阿里山QQ 阅读(982) 评论(0) 推荐(0)
浙公网安备 33010602011771号