LDAP Group refresh rate using MS-SQL

I used to use the embedded database and a LDAP refresh on a Group change usually took about 1 to 1.5 hours. However know that I have migrated to use the MS SQL database that refresh rate doesn’'t seem to be the same.

Does anyone know what the refresh rate is for LDAP group updates using the MSSQL database?

thanks

Loonybin88

The refresh rate is the same regardless of the database used. If I’‘m not mistaken, it’'s set to 6 hours. If you are running a recent version of Wildfire, you can clear the cache from the Admin Console to force a refresh.

Apart from modifying the source code[1], there’'s currently no way to change the “time to live” for caches.

GroupManager.java: http://tinyurl.com/o4tlo

Apart from modifying the source code[1], there’'s

currently no way to change the “time to live” for

caches.

Actually, there is. Take a look at url=http://www.jivesoftware.org/community/thread.jspa?messageID=119016&#119016this post[/url] to see the various caches and how to configure their expiration time.

Cheers,

Ryan

Ryan, thanks for the heads up! I guess Gato snuck that one past me. I’'ve been waiting for that feature for a while now. Thanks, again

You’'re welcome.

What’‘s somewhat interesting is that the ability to manipulate the caches has been in place since day 1 of the project, but people have really become interested in it since “Cache Summary” page was added to the Admin Console in Wildfire 2.6.0. I’'m not sure if that is a good or bad thing.