-
Type: New Feature
-
Status: Resolved
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 5.8
-
Fix Version/s: None
-
Component/s: Directory
The current LDAP Directory implementation may suffer from LDAP or network problems/interruptions.
One solution would be to implement a new directory that stores in a local SQL cache the values already fetched from the LDAP.
Its mechanism would be to first query the LDAP, and if an error (Socket Exception for instance) occurs, then we try to read the value in a local cache.
We need to determine how the values will expire.
- duplicates
-
NXP-14074 Provide an LDAP Directory that is more resilient to bad network and bad LDAP
- Resolved