Code

Finalized set properties
[gosa.git] / gosa-core / FAQ
index ab626976ab7e14ad84550f61a9d5d3c62a7fef3b..b93049df6e42d02f32ee41b4922db8785b978263 100644 (file)
@@ -399,12 +399,26 @@ 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.
+Q: I have problems with my ldap server when I open groups with 
+   a huge amount of members, what can I do?
+
+A: You can set a nesting limit which ensures that the user names will not be 
+   resolved if the amount of members reaches this limit.
+   <location
+        LDAP_FILTER_NESTING_LIMIT="100"
+   </location>
+
+
+Q: I want to disable the "Is the configuration file up to date?" check when logging in.
+   How can I disable this check?
+
+A: Just set the config_version attribute to an empty value:
+   <conf config_version="" >
+
+
+
+       
+
 
-   <location name=...
-       sub_list_support="true"
-   ...>