X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=gosa-core%2FFAQ;h=c3cb64a59a59e21a78e37e3a7a48d52c81e4576a;hb=e228f3c3cda1a0093f7bf5ac3dc3b465732d23b7;hp=41d4254ffb2795494fbeee21c30480b91bd49823;hpb=7a19c2b044c8f5ee6076f66ff470437576adb7c7;p=gosa.git diff --git a/gosa-core/FAQ b/gosa-core/FAQ index 41d4254ff..c3cb64a59 100644 --- a/gosa-core/FAQ +++ b/gosa-core/FAQ @@ -398,3 +398,31 @@ 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: 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. + + + + +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: + + + +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" +