From 6c4661b78edafbd5b44e0c6319243e6671260bd0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 8 Dec 2010 15:47:29 -0500 Subject: Start first enumeration immediately Previously, we would wait for ten seconds before starting an enumeration. However, this meant that on the first startup (before we had run our first enumeration) there was a ten-second window where clients would immediately get back a response with no entries instead of blocking until the enumeration completed. With this patch, SSSD will now run an enumeration immediately upon startup. Further startups will retain the ten-second delay so as not to slow down system bootups. https://fedorahosted.org/sssd/ticket/616 --- src/man/sssd.conf.5.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/man/sssd.conf.5.xml') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 2bba3805..7392dd09 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -512,6 +512,11 @@ may be slow, due to the heavy enumeration processing. + + While the first enumeration is running, requests + for the complete user or group lists may return + no results until it completes. + Further, enabling enumeration may increase the time necessary to detect network disconnection, as -- cgit