Code

Added siTriggered to install target
[gosa.git] / gosa-core / FAQ
index c0e46ea49eecd8f9700e8dd614fd15d1928652e3..4d271ade21687dab0e25937a99ae722a9ba16032 100644 (file)
@@ -406,3 +406,13 @@ Q: GOsa only shows 300 entries at a time. Is this normal?
 
 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"
+   ...>