summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-01-25 17:31:38 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-01-28 15:26:32 +0100
commit579e1e23fb0bc7d6d4837cefb5b1c971cbd2223f (patch)
treee049a488e6d40bfe40d80440357153dbd1800e75 /src/man
parent44af0057c1fd52f6252f82ca73a06acfcac6c5e3 (diff)
downloadsssd-579e1e23fb0bc7d6d4837cefb5b1c971cbd2223f.tar.gz
sssd-579e1e23fb0bc7d6d4837cefb5b1c971cbd2223f.tar.xz
sssd-579e1e23fb0bc7d6d4837cefb5b1c971cbd2223f.zip
MAN: Clarify that saving users after enumerating large domain might be CPU intensive
https://fedorahosted.org/sssd/ticket/1732
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd.conf.5.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index a68283e3d..7f10349e4 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -958,7 +958,10 @@ override_homedir = /home/%u
During this time, individual requests for
information will go directly to LDAP, though it
may be slow, due to the heavy enumeration
- processing.
+ processing. Saving a large number of entries
+ to cache after the enumeration completes might
+ also be CPU intensive as the memberships have
+ to be recomputed.
</para>
<para>
While the first enumeration is running, requests
@@ -973,6 +976,11 @@ override_homedir = /home/%u
For more information, refer to the man pages for
the specific id_provider in use.
</para>
+ <para>
+ For the reasons cited above, enabling enumeration
+ is not recommended, especially in large
+ environments.
+ </para>
</listitem>
</varlistentry>
<varlistentry>