gtd.schema
changeset 31 08812cce27f4
parent 29 d9e766baf8cd
child 32 44bfd3463fe9
equal deleted inserted replaced
30:39045909d979 31:08812cce27f4
    23     EQUALITY caseIgnoreIA5Match
    23     EQUALITY caseIgnoreIA5Match
    24     SUBSTR caseIgnoreIA5SubstringsMatch
    24     SUBSTR caseIgnoreIA5SubstringsMatch
    25     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
    25     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
    26 
    26 
    27 attributetype (
    27 attributetype (
    28     gtdAttribute:3 NAME 'gtdMailGroup' DESC 'Mail Group (alias)'
    28     gtdAttribute:3 NAME 'gtdMailSubscription' DESC 'Mail Subscription'
    29     SUP mail )
    29     SUP mail )
    30 
    30 
    31 attributetype (
    31 attributetype (
    32     gtdAttribute:4 NAME 'gtdMailAddress' DESC 'Mail Address'
    32     gtdAttribute:4 NAME 'gtdMailAddress' DESC 'Mail Address'
    33     SUP mail )
    33     SUP mail )
    39     SUP top
    39     SUP top
    40     STRUCTURAL
    40     STRUCTURAL
    41     MUST ( mail )
    41     MUST ( mail )
    42     MAY ( gtdMailForwardingAddress $ description ) )
    42     MAY ( gtdMailForwardingAddress $ description ) )
    43 
    43 
       
    44 
    44 objectClass (
    45 objectClass (
    45     gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person'
    46     gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person'
    46     SUP top
    47     SUP top
    47     AUXILIARY
    48     AUXILIARY
    48     MAY ( gtdMailPrimaryAddress $ gtdMailAddress $ gtdMailGroup $ gtdMailForwardingAddress $ description ) )
    49     MAY ( gtdMailPrimaryAddress $ gtdMailAddress $ gtdMailSubscription $ gtdMailForwardingAddress $ description ) )
    49 
    50 
    50 
    51 objectClass {
    51 # vim:sts=4 sw=4 aw ai sm:
    52    gtdObjectClass:4 NAME 'gtdMailGroup' DESC 'Group of MailUsers'
       
    53    SUP top
       
    54    AUXILARY
       
    55    MAY ( uid ) )