Revert "Merge pull request #239 from netbox-community/develop"
This reverts commit80f514fa90
, reversing changes made tob0b20aa6ba
.
This commit is contained in:
parent
197ad86009
commit
c429011697
8 changed files with 32 additions and 80 deletions
|
@ -70,7 +70,8 @@ AUTH_LDAP_USER_FLAGS_BY_GROUP = {
|
|||
AUTH_LDAP_FIND_GROUP_PERMS = os.environ.get('AUTH_LDAP_FIND_GROUP_PERMS', 'True').lower() == 'true'
|
||||
|
||||
# Cache groups for one hour to reduce LDAP traffic
|
||||
AUTH_LDAP_CACHE_TIMEOUT = int(os.environ.get('AUTH_LDAP_CACHE_TIMEOUT', 3600))
|
||||
AUTH_LDAP_CACHE_GROUPS = os.environ.get('AUTH_LDAP_CACHE_GROUPS', 'True').lower() == 'true'
|
||||
AUTH_LDAP_GROUP_CACHE_TIMEOUT = int(os.environ.get('AUTH_LDAP_GROUP_CACHE_TIMEOUT', 3600))
|
||||
|
||||
# Populate the Django user from the LDAP directory.
|
||||
AUTH_LDAP_USER_ATTR_MAP = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue