gtd.schema
changeset 32 44bfd3463fe9
parent 31 08812cce27f4
child 33 8b5035083069
equal deleted inserted replaced
31:08812cce27f4 32:44bfd3463fe9
    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 'gtdMailSubscription' DESC 'Mail Subscription'
    28     gtdAttribute:3 NAME 'gtdMailGroup' DESC 'Mail Group (alias)'
    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 
       
    45 objectClass (
    44 objectClass (
    46     gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person'
    45     gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person'
    47     SUP top
    46     SUP top
    48     AUXILIARY
    47     AUXILIARY
    49     MAY ( gtdMailPrimaryAddress $ gtdMailAddress $ gtdMailSubscription $ gtdMailForwardingAddress $ description ) )
    48     MAY ( gtdMailPrimaryAddress $ gtdMailAddress $ gtdMailGroup $ gtdMailForwardingAddress $ description ) )
    50 
    49 
    51 objectClass {
    50 objectClass {
    52    gtdObjectClass:4 NAME 'gtdMailGroup' DESC 'Group of MailUsers'
    51    gtdObjectClass:4 NAME 'gtdMailAccessGroup' DESC 'Group of Mail Users'
    53    SUP top
    52    SUP top
    54    AUXILARY
    53    AUXILARY
    55    MAY ( uid ) )
    54    MAY ( uid ) )
       
    55 
       
    56 # vim:sts=4 sw=4 aw ai sm: