Hi Howard,
Thanks for your replying.
I thought that pcacheOffline is only active when the connection is disconnected with the remote DSA.
pcacheOffline { TRUE | FALSE } Set the cache to offline mode. While offline, the consistency checker will be stopped and no expirations will occur. This allows the cache contents to be used indefinitely while the proxy is cut off from network access to the remote DSA. The default is FALSE, i.e. consistency checks and expirations will be performed.
If we set the pcacheOffline FALSE (default) then we can't use the proxycache/slapd-pcache offline in the event that remote DSA is disconnected/unreachable from the LDAP proxy. We would get 'Proxy operation retry failed' when 'Server is unavailable'.
How do we set the proxycache so that we can still be able to use the proxy while remote DSA is offline/unavailable?
Thanks