| Emmanuel Lecharny (JIRA) 2007-03-09, 7:11 pm |
|
[ https://issues.apache.org/jira/brow...ls:all-tabpanel ]
Emmanuel Lecharny reassigned DIRSERVER-870:
-------------------------------------------
Assignee: Emmanuel Lecharny
> Simplify the password cache mechanism
> -------------------------------------
>
> Key: DIRSERVER-870
> URL: https://issues.apache.org/jira/browse/DIRSERVER-870
> Project: Directory ApacheDS
> Issue Type: Improvement
> Reporter: Emmanuel Lecharny
> Assigned To: Emmanuel Lecharny
> Priority: Minor
>
> We have at least two level of caches for user passwrds :
> - one is managed into the Authenticator
> - and we may also have a cache associated with the userPassword attributeTypes (if declared in the configuration)
> We could keep only one cache by simply removing the weak cache from the authenticator (this cache cannot be resized, its size is staically fixed to 1000 passwords).
> The main problem with this cache is that we have to update it when a user modify his password, when the standard cache is automatically updated. And from a philosophical point of view, doing the same thing at two different places is somehow a waste of t
ime and error prone ...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|