LDAP user data caching on local database
Posted
by Eduardo
on Stack Overflow
See other posts from Stack Overflow
or by Eduardo
Published on 2010-06-09T20:36:44Z
Indexed on
2010/06/09
20:42 UTC
Read the original article
Hit count: 185
I am integrating LDAP authentication in my web enterprise application. I would like to show listing of people name and email. Instead of querying the LDAP server for the name and email each time a listing containing several users I thought about caching the data locally in the database.
Do you guys know about caching LDAP data best practices? Should I cache LDAP user data? When should I insert and refresh the data?
© Stack Overflow or respective owner