Found it in
ldap_ad_authenticate.py
def get_mode(self):
# return "cache"
return "default"
Change "cache" to "default". tactic-confi.xml is not affect to that.
However I cannot login with a new created AD account anymore with "default"...
The old user is OK with login.
Anything I missed for login setup?
Did anyone have the same problem with me?
If you know this, please reply.
Thank you!
ldap_ad_authenticate.py
def get_mode(self):
# return "cache"
return "default"
Change "cache" to "default". tactic-confi.xml is not affect to that.
(08-20-2020, 03:30 AM)lzzzz Wrote: Found it in
ldap_ad_authenticate.py
def get_mode(self):
# return "cache"
return "default"
Change "cache" to "default". tactic-confi.xml is not affect to that.
However I cannot login with a new created AD account anymore with "default"...
The old user is OK with login.
Anything I missed for login setup?
Did anyone have the same problem with me?
If you know this, please reply.
Thank you!