1

sssd has the following config to set the interval for the sudo rules refresh:

ldap_sudo_full_refresh_interval

What is the configuration to set the interval for the netgroup definition retrieval from LDAP?

1 Answer 1

0

use the following configuration item in the sssd.conf to control this:

entry_cache_timeout = {time in seconds}

e.g.

entry_cache_timeout = 30
1
  • 2
    Note to future readers: This controls the default timeout for all cache entries, so set with care. Commented Dec 7, 2016 at 23:41

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.