ehlo.
simple patch is attached.
BTW: Do we want to document that this interval in ipa is 3x shorter?
We could also change default value in ipa provider.
sh$ git grep ldap_purge_cache_timeout -- src/providers/
src/providers/ad/ad_opts.h: { "ldap_purge_cache_timeout", DP_OPT_NUMBER, { .number = 10800 }, NULL_NUMBER },
src/providers/ipa/ipa_opts.h: { "ldap_purge_cache_timeout", DP_OPT_NUMBER, { .number = 3600 }, NULL_NUMBER },
src/providers/ldap/ldap_opts.h: { "ldap_purge_cache_timeout", DP_OPT_NUMBER, { .number = 10800 }, NULL_NUMBER },
LS