summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2670f8a)
raw | patch | inline | side by side (parent: 2670f8a)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 11 Jul 2008 09:06:11 +0000 (09:06 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 11 Jul 2008 09:06:11 +0000 (09:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11604 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/FAQ | patch | blob | history |
diff --git a/gosa-core/FAQ b/gosa-core/FAQ
index b93049df6e42d02f32ee41b4922db8785b978263..c3cb64a59a59e21a78e37e3a7a48d52c81e4576a 100644 (file)
--- a/gosa-core/FAQ
+++ b/gosa-core/FAQ
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>
@@ -416,9 +418,11 @@ Q: I want to disable the "Is the configuration file up to date?" check when logg
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"