Actions
Feature #7097
closedAuthentication cache for LDAP and RADIUS
Status:
Resolved
Priority:
Normal
Assignee:
Category:
User Manager / Privileges
Target version:
Start date:
01/06/2017
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Description
Currently PFSense does not remember LDAP or RADIUS authentication to the admin portal between requests. This results in a lookup for user information on every HTTP resource requested, which can get quite extensive on pages with many resources or auto-updating content like widgets.
This feature suggestion would have PFSense amended to cache the results of a lookup in $_SESSION, with a user-controlled expiry period for the cache time.
The suggested feature has been submitted in PR 3346
https://github.com/pfsense/pfsense/pull/3346
Updated by Jim Pingle almost 8 years ago
- Status changed from Feedback to Resolved
Works well for LDAP. RADIUS already caches the groups in $_SESSION so don't be surprised if you don't see re-auth requests on RADIUS.
Actions