# HG changeset patch # User Matthias Förste foerste@schlittermann.de # Date 1322489439 -3600 # Node ID 6e3d7f83ccef83d6a39a91e56c8cb75b09bd16d8 # Parent 17d16302335041255ccabcd6e1fcc4264423ff02 quota ins ldap für dovecot bei heimrich-hannot 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: