Update config.py
added ldap_authentik_timestamp_hack to config file
This commit is contained in:
@@ -259,6 +259,10 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
|||||||
"value": "1",
|
"value": "1",
|
||||||
"help": "incorrect authentication delay",
|
"help": "incorrect authentication delay",
|
||||||
"type": positive_float}),
|
"type": positive_float}),
|
||||||
|
("ldap_authentik_timestamp_hack", {
|
||||||
|
"value": "false",
|
||||||
|
"help": "Ignore modifyTimestamp and createTimestamp attributes. Need if Authentik LDAP server is used",
|
||||||
|
"type": bool}),
|
||||||
("ldap_uri", {
|
("ldap_uri", {
|
||||||
"value": "ldap://localhost",
|
"value": "ldap://localhost",
|
||||||
"help": "URI to the ldap server",
|
"help": "URI to the ldap server",
|
||||||
|
|||||||
Reference in New Issue
Block a user