diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-12-08 15:47:29 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-12-17 16:16:27 -0500 |
commit | 6c4661b78edafbd5b44e0c6319243e6671260bd0 (patch) | |
tree | 08ee9b3773deca99e6e3c07bb917abaf6413e510 /src/man | |
parent | 5dca77263340b272bfa51de0fe9729fa4a292306 (diff) | |
download | sssd-6c4661b78edafbd5b44e0c6319243e6671260bd0.tar.gz sssd-6c4661b78edafbd5b44e0c6319243e6671260bd0.tar.xz sssd-6c4661b78edafbd5b44e0c6319243e6671260bd0.zip |
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
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.conf.5.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 2bba38050..7392dd093 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -513,6 +513,11 @@ processing. </para> <para> + While the first enumeration is running, requests + for the complete user or group lists may return + no results until it completes. + </para> + <para> Further, enabling enumeration may increase the time necessary to detect network disconnection, as longer timeouts are required to ensure that |