heimrich-hannot.schema
changeset 43 6e3d7f83ccef
parent 42 17d163023350
child 44 44908e559efd
equal deleted inserted replaced
42:17d163023350 43:6e3d7f83ccef
    32 
    32 
    33 attributetype (
    33 attributetype (
    34     hhAttribute:4 NAME ('hhMailAddress') DESC 'mail address'
    34     hhAttribute:4 NAME ('hhMailAddress') DESC 'mail address'
    35     SUP mail )
    35     SUP mail )
    36 
    36 
       
    37 attributetype (
       
    38     hhAttribute:5 NAME ('hhMailQuotaBytes') DESC 'size of quota space'
       
    39     EQUALITY integerMatch
       
    40     SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
       
    41     SINGLE-VALUE )
       
    42 
    37 ####
    43 ####
    38 
    44 
    39 objectClass (
    45 objectClass (
    40     hhObjectClass:2 NAME 'hhMailAlias' DESC 'Alias'
    46     hhObjectClass:2 NAME 'hhMailAlias' DESC 'Alias'
    41     SUP top
    47     SUP top
    45 
    51 
    46 objectClass (
    52 objectClass (
    47     hhObjectClass:3 NAME 'hhMailRecipient' DESC 'mail attributes associated to person'
    53     hhObjectClass:3 NAME 'hhMailRecipient' DESC 'mail attributes associated to person'
    48     SUP top
    54     SUP top
    49     AUXILIARY
    55     AUXILIARY
    50     MAY ( hhMailPrimaryAddress $ hhMailAddress $ hhMailGroup $ hhMailForwardingAddress $ description ) )
    56     MAY ( hhMailPrimaryAddress $ hhMailAddress $ hhMailGroup $ hhMailForwardingAddress $ hhMailQuotaBytes $ description ) )
    51 
    57 
    52 # vim:sts=4 sw=4 aw ai sm:
    58 # vim:sts=4 sw=4 aw ai sm: