瀏覽代碼

Merge pull request #4037 from newlandk/patch-1

Fixes #4039: LDAP Documentation
Jeremy Stretch 6 年之前
父節點
當前提交
943c644dc9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/installation/4-ldap.md

+ 2 - 2
docs/installation/4-ldap.md

@@ -110,8 +110,8 @@ AUTH_LDAP_USER_FLAGS_BY_GROUP = {
 AUTH_LDAP_FIND_GROUP_PERMS = True
 
 # Cache groups for one hour to reduce LDAP traffic
-AUTH_LDAP_CACHE_GROUPS = True
-AUTH_LDAP_GROUP_CACHE_TIMEOUT = 3600
+AUTH_LDAP_CACHE_TIMEOUT = 3600
+
 ```
 
 * `is_active` - All users must be mapped to at least this group to enable authentication. Without this, users cannot log in.