gtd.schema
changeset 31 08812cce27f4
parent 29 d9e766baf8cd
child 32 44bfd3463fe9
--- a/gtd.schema	Thu Nov 03 10:21:17 2005 +0000
+++ b/gtd.schema	Wed Dec 07 14:56:29 2005 +0000
@@ -25,7 +25,7 @@
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
 
 attributetype (
-    gtdAttribute:3 NAME 'gtdMailGroup' DESC 'Mail Group (alias)'
+    gtdAttribute:3 NAME 'gtdMailSubscription' DESC 'Mail Subscription'
     SUP mail )
 
 attributetype (
@@ -41,11 +41,15 @@
     MUST ( mail )
     MAY ( gtdMailForwardingAddress $ description ) )
 
+
 objectClass (
     gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person'
     SUP top
     AUXILIARY
-    MAY ( gtdMailPrimaryAddress $ gtdMailAddress $ gtdMailGroup $ gtdMailForwardingAddress $ description ) )
+    MAY ( gtdMailPrimaryAddress $ gtdMailAddress $ gtdMailSubscription $ gtdMailForwardingAddress $ description ) )
 
-
-# vim:sts=4 sw=4 aw ai sm:
+objectClass {
+   gtdObjectClass:4 NAME 'gtdMailGroup' DESC 'Group of MailUsers'
+   SUP top
+   AUXILARY
+   MAY ( uid ) )