Make the cache TTL configurable
This commit is contained in:
@@ -173,6 +173,7 @@ if any(os.path.isfile(x) for x in config_locations):
|
||||
LDAP_BIND_DN = ldap.get("bind_dn", "")
|
||||
LDAP_BIND_PW = ldap.get("bind_pw", "")
|
||||
LDAP_BIND_PW_FILE = ldap.get("bind_pw_file", "")
|
||||
LDAP_CACHE_TTL = ldap.get("cache_ttl", "")
|
||||
|
||||
# Configure EteBase to use LDAP
|
||||
ETEBASE_CREATE_USER_FUNC = "myauth.ldap.create_user"
|
||||
|
||||
Reference in New Issue
Block a user