summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 24baea2)
raw | patch | inline | side by side (parent: 24baea2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Jan 2008 09:50:06 +0000 (09:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Jan 2008 09:50:06 +0000 (09:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8654 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/FAQ | patch | blob | history |
diff --git a/gosa-core/FAQ b/gosa-core/FAQ
index c0e46ea49eecd8f9700e8dd614fd15d1928652e3..4d271ade21687dab0e25937a99ae722a9ba16032 100644 (file)
--- a/gosa-core/FAQ
+++ b/gosa-core/FAQ
A: There's a default sizelimit. You can set the "sizelimit" option in your
gosa.conf's location section to a higher value to get rid of it.
+
+Q: The object listing is very slow when 'Search in subtrees' is active.
+ Can I speed things up?
+
+A: There is a special handling for huge ldap servers, you can activate it by setting
+ the sub_list_support to "true" in the location section of your gosa.conf.
+
+ <location name=...
+ sub_list_support="true"
+ ...>