Die letzte Änderung war Quark.
authorheiko
Wed, 07 Dec 2005 15:06:49 +0000
changeset 32 44bfd3463fe9
parent 31 08812cce27f4
child 33 8b5035083069
Die letzte Änderung war Quark. Wir nennnen die Gruppe jetzt AccessGroup
gtd.schema
--- a/gtd.schema	Wed Dec 07 14:56:29 2005 +0000
+++ b/gtd.schema	Wed Dec 07 15:06:49 2005 +0000
@@ -25,7 +25,7 @@
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
 
 attributetype (
-    gtdAttribute:3 NAME 'gtdMailSubscription' DESC 'Mail Subscription'
+    gtdAttribute:3 NAME 'gtdMailGroup' DESC 'Mail Group (alias)'
     SUP mail )
 
 attributetype (
@@ -41,15 +41,16 @@
     MUST ( mail )
     MAY ( gtdMailForwardingAddress $ description ) )
 
-
 objectClass (
     gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person'
     SUP top
     AUXILIARY
-    MAY ( gtdMailPrimaryAddress $ gtdMailAddress $ gtdMailSubscription $ gtdMailForwardingAddress $ description ) )
+    MAY ( gtdMailPrimaryAddress $ gtdMailAddress $ gtdMailGroup $ gtdMailForwardingAddress $ description ) )
 
 objectClass {
-   gtdObjectClass:4 NAME 'gtdMailGroup' DESC 'Group of MailUsers'
+   gtdObjectClass:4 NAME 'gtdMailAccessGroup' DESC 'Group of Mail Users'
    SUP top
    AUXILARY
    MAY ( uid ) )
+
+# vim:sts=4 sw=4 aw ai sm: