Code

Added sub_list_support to FAQ
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Jan 2008 09:50:06 +0000 (09:50 +0000)
committerhickert <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

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"
+   ...>