# HG changeset patch # User Matthias Förste foerste@schlittermann.de # Date 1323699929 -3600 # Node ID 84929964cb956ac9cf73b8356cf13a0c9d190cc2 # Parent 44908e559efd77a49193119ee1b8786af4b55a1e actually allow the acl group attribute to appear in an entry diff -r 44908e559efd -r 84929964cb95 heimrich-hannot.schema --- a/heimrich-hannot.schema Sun Dec 11 20:42:07 2011 +0100 +++ b/heimrich-hannot.schema Mon Dec 12 15:25:29 2011 +0100 @@ -60,6 +60,6 @@ hhObjectClass:3 NAME 'hhMailRecipient' DESC 'mail attributes associated to person' SUP top AUXILIARY - MAY ( hhMailPrimaryAddress $ hhMailAddress $ hhMailGroup $ hhMailForwardingAddress $ hhMailQuotaBytes $ description ) ) + MAY ( hhMailPrimaryAddress $ hhMailAddress $ hhMailGroup $ hhMailForwardingAddress $ hhMailQuotaBytes $hhMailACLGroups $ description ) ) # vim:sts=4 sw=4 aw ai sm: