summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: de95fcb)
raw | patch | inline | side by side (parent: de95fcb)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 18 Jun 2008 12:51:11 +0000 (12:51 +0000) | ||
committer | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 18 Jun 2008 12:51:11 +0000 (12:51 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@11359 594d385d-05f5-0310-b6e9-bd551577e9d8
FAQ | patch | blob | history |
index 130a9dddb28a45fc69f3785455d10bfde6e98c03..dfbc7234717b976c6702519d4ebe88d1425eda1e 100644 (file)
--- a/FAQ
+++ b/FAQ
Q: I want to use cyrus for multiple mail domains, but GOsa uses the 'uid' attribute
- for account namens, how do I change this to 'mail'?
+ for account names, how do I change this to 'mail'?
A: Just add/modify the following line to/in your gosa.conf:
<location ...
mail_uattrib="mail"
...>
+
+Q: When creating mail group with a Kolab server i got this error message
+ "Object class violation (invalid structural object class chain (posixGroup/kolabSharedFolder)"
+
+A: In your kolab2.schema objectclass kolabSharedFolder change
+ 'SUP top STRUCTURAL' to 'SUP top AUXILIARY'