summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-01-25 17:31:38 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-07-25 18:57:01 +0200
commit82667ec6cedaf266d263c5e7c10228d7f7fd6364 (patch)
tree7197719735d10d9a9a8839a3a44c83c9f4563c99
parent5bcb3dae4ad4ea09938a3c79b092ff939164dbda (diff)
downloadsssd-82667ec6cedaf266d263c5e7c10228d7f7fd6364.tar.gz
sssd-82667ec6cedaf266d263c5e7c10228d7f7fd6364.tar.xz
sssd-82667ec6cedaf266d263c5e7c10228d7f7fd6364.zip
MAN: Clarify that saving users after enumerating large domain might be CPU intensivesssd-1.9.2-95
https://fedorahosted.org/sssd/ticket/1732
-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 ff470d551..8dc5e5949 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -957,7 +957,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
@@ -972,6 +975,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>