gtd.schema
changeset 35 b5b2bd2e90b2
parent 34 f8520ed37941
equal deleted inserted replaced
34:f8520ed37941 35:b5b2bd2e90b2
    45     gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person'
    45     gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person'
    46     SUP top
    46     SUP top
    47     AUXILIARY
    47     AUXILIARY
    48     MAY ( gtdMailPrimaryAddress $ gtdMailAddress $ gtdMailGroup $ gtdMailForwardingAddress $ description ) )
    48     MAY ( gtdMailPrimaryAddress $ gtdMailAddress $ gtdMailGroup $ gtdMailForwardingAddress $ description ) )
    49 
    49 
    50 objectClass {
    50 objectClass (
    51    gtdObjectClass:4 NAME 'gtdMailAccessGroup' DESC 'Group of Mail Users'
    51    gtdObjectClass:4 NAME 'gtdMailAccessGroup' DESC 'Group of Mail Users'
    52    SUP top
    52    SUP top
    53    AUXILIARY
    53    AUXILIARY
    54    MAY ( memberUid ) )
    54    MAY ( memberUid ) )
    55 
    55