diff -r 17d163023350 -r 6e3d7f83ccef heimrich-hannot.schema --- a/heimrich-hannot.schema Fri Nov 17 08:45:22 2006 +0000 +++ b/heimrich-hannot.schema Mon Nov 28 15:10:39 2011 +0100 @@ -34,6 +34,12 @@ hhAttribute:4 NAME ('hhMailAddress') DESC 'mail address' SUP mail ) +attributetype ( + hhAttribute:5 NAME ('hhMailQuotaBytes') DESC 'size of quota space' + EQUALITY integerMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 + SINGLE-VALUE ) + #### objectClass ( @@ -47,6 +53,6 @@ hhObjectClass:3 NAME 'hhMailRecipient' DESC 'mail attributes associated to person' SUP top AUXILIARY - MAY ( hhMailPrimaryAddress $ hhMailAddress $ hhMailGroup $ hhMailForwardingAddress $ description ) ) + MAY ( hhMailPrimaryAddress $ hhMailAddress $ hhMailGroup $ hhMailForwardingAddress $ hhMailQuotaBytes $ description ) ) # vim:sts=4 sw=4 aw ai sm: