mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-16 05:20:42 +08:00
openldap,activedirectory密码验证支持
openldap,activedirectory密码验证支持,需要先完成用户同步
This commit is contained in:
@@ -215,6 +215,24 @@ maxkey.support.httpheader.headername=header-user
|
||||
############################################################################
|
||||
|
||||
maxkey.support.basic.enable=false
|
||||
############################################################################
|
||||
# LDAP Login support configuration
|
||||
############################################################################
|
||||
|
||||
maxkey.support.ldap.enable=false
|
||||
maxkey.support.ldap.jit=false
|
||||
#openldap,activedirectory,normal
|
||||
maxkey.support.ldap.product=openldap
|
||||
maxkey.support.ldap.ssl=false
|
||||
maxkey.support.ldap.providerurl=ldap://localhost:389
|
||||
maxkey.support.ldap.principal=cn=Manager,dc=maxcrc,dc=com
|
||||
maxkey.support.ldap.credentials=secret
|
||||
maxkey.support.ldap.basedn=dc=maxcrc,dc=com
|
||||
maxkey.support.ldap.filter=(uid=%s)
|
||||
maxkey.support.ldap.truststore=maxkey
|
||||
maxkey.support.ldap.truststorepassword=maxkey
|
||||
#activedirectory effective
|
||||
maxkey.support.ldap.activedirectory.domain=MAXKEY.ORG
|
||||
|
||||
#############################################################################
|
||||
# WsFederation Login support configuration
|
||||
|
||||
Reference in New Issue
Block a user