# HG changeset patch # User heiko # Date 1133968009 0 # Node ID 44bfd3463fe99d45de5f9b5bb8e46e0dd00fcf26 # Parent 08812cce27f4e35103e6c07a18d630b8de309ccb Die letzte Änderung war Quark. Wir nennnen die Gruppe jetzt AccessGroup diff -r 08812cce27f4 -r 44bfd3463fe9 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: