Modify ↓
Opened 8 years ago
Closed 8 years ago
#12993 closed enhancement (fixed)
Not populated 'allusers' cache
Reported by: | Owned by: | bebbo | |
---|---|---|---|
Priority: | normal | Component: | DirectoryAuthPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.2 |
Description (last modified by )
I tested 2.1.0-SNAPSHOT
of DirectoryAuthPlugin.
In auth.py
used:
all_users = self._cache_get('allusers')
but not exist self._cache_set('allusers')
to populate cache
Attachments (0)
Change History (3)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Summary: | Not populated 'allusers' cashe → Not populated 'allusers' cache |
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 16080: