Code

- Added explanation for KolabSharedFolder schema modification
authoropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 18 Jun 2008 12:51:11 +0000 (12:51 +0000)
committeropensides <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

diff --git a/FAQ b/FAQ
index 130a9dddb28a45fc69f3785455d10bfde6e98c03..dfbc7234717b976c6702519d4ebe88d1425eda1e 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -418,9 +418,15 @@ A: Yes, just add the following line to your gosa.conf:
 
 
 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'