Code

Added missing gosa.conf entries.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 2 Jul 2009 08:08:44 +0000 (08:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 2 Jul 2009 08:08:44 +0000 (08:08 +0000)
Added role management to gosa.conf - Not yet finished.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13873 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/contrib/gosa.conf

index a5c03e542280965a279988801d72e4a0ae59980e..caef30d090145a67a1ae888bacb81d973a0e257c 100644 (file)
@@ -52,6 +52,7 @@
       <plugin acl="department" class="departmentManagement" />
       <plugin acl="users" class="userManagement" />
       <plugin acl="groups" class="groupManagement" />
+      <plugin acl="roles" class="roleManagement"/>
       <plugin acl="ogroups" class="ogroupManagement" />
       <plugin acl="application" class="applicationManagement" />
       <plugin acl="mimetypes" class="mimetypeManagement" />
     <tab class="dcObject" name="Generic" />
   </dcobject_tabs>
 
+  <!-- Role tabs -->
+  <roletabs>
+    <tab class="roleGeneric" name="Generic"/>
+  </roletabs>
+
   <ogrouptabs>
     <tab class="ogroup" name="Generic" />
   </ogrouptabs>
               minId="{$cv.id_settings.minid}"
 {/if}
               mailAttribute="{$cv.mail_attrib}"
+              gosaSharedPrefix=""
+              mailUserCreation=""
+              mailFolderCreation=""
 {if $cv.mail != "disabled"}
               mailMethod="{$cv.mail}"
 {if $cv.cyrusunixstyle}