Code

Updated error messages before exit() statements
[gosa.git] / gosa-core / FAQ
index cd802eb39fe22483c04fd2cc208297dcbdbcbc39..c3cb64a59a59e21a78e37e3a7a48d52c81e4576a 100644 (file)
@@ -406,10 +406,23 @@ Q: I have problems with my ldap server when I open groups with
 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="" >
+
+
+Q: I've shredded my access control and am not able to do anything from now on. Is there
+   a way to override the ACL?
+
+A: Yes. Insert the following statement in the location section of your gosa.conf:
 
+   ignore_acl="your user's dn"