forked from Github-Mirrors/canaille
Merge branch 'sblondon-master-patch-55303' into 'master'
Fix: spellcheck configuration key See merge request yaal/canaille!40
This commit is contained in:
commit
386b23cbd4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def setup_ldap_models(app):
|
|||
if group_base.endswith(app.config["LDAP"]["ROOT_DN"]):
|
||||
group_base = group_base[: -len(app.config["LDAP"]["ROOT_DN"]) - 1]
|
||||
Group.base = group_base
|
||||
Group.id = app.config["LDAP"].get("GROUP_ID_ATTRIBTUE", Group.DEFAULT_ID_ATTRIBUTE)
|
||||
Group.id = app.config["LDAP"].get("GROUP_ID_ATTRIBUTE", Group.DEFAULT_ID_ATTRIBUTE)
|
||||
|
||||
|
||||
def setup_backend(app):
|
||||
|
|
Loading…
Reference in a new issue