ActiveDirectory PASSWORD FIX

This commit is contained in:
MaxKey
2021-07-22 23:54:19 +08:00
parent 233307f366
commit 291ca6e965
4 changed files with 17 additions and 4 deletions

View File

@@ -274,15 +274,23 @@ maxkey.support.ldap.jit=false
maxkey.support.ldap.product=openldap
maxkey.support.ldap.ssl=false
maxkey.support.ldap.providerurl=ldap://localhost:389
#openldap normal
maxkey.support.ldap.principal=cn=Manager,dc=maxcrc,dc=com
#activedirectory
#maxkey.support.ldap.principal=administrator
maxkey.support.ldap.credentials=secret
maxkey.support.ldap.basedn=dc=maxcrc,dc=com
#openldap normal
#maxkey.support.ldap.filter=(uid=%s)
maxkey.support.ldap.filter=(uid=%s)
#activedirectory
#maxkey.support.ldap.filter=(sAMAccountname=%s)
maxkey.support.ldap.truststore=maxkey
maxkey.support.ldap.truststorepassword=maxkey
#activedirectory effective
maxkey.support.ldap.activedirectory.domain=MAXKEY.ORG
#############################################################################
#WsFederation Login support configuration
#identifier: the identifer for the ADFS server