# HG changeset patch # User heiko # Date 1133967389 0 # Node ID 08812cce27f4e35103e6c07a18d630b8de309ccb # Parent 39045909d9793b2e01df7f1f219e047e42505d15 MailGroup ist jetzt MailSubscription MailGroup ist jetzt Klasse diff -r 39045909d979 -r 08812cce27f4 gtd.schema --- 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 ) )