# HG changeset patch # User heiko # Date 1122295956 0 # Node ID ce2f30f5c0cd16545d779b371a84a20b833e7372 # Parent fe6d469045d1f66abc88083c93b3cd62c30bd497 ObjectClass für die nun doch gewünschten Mailaliase diff -r fe6d469045d1 -r ce2f30f5c0cd hsm.schema --- a/hsm.schema Thu Jul 21 21:47:23 2005 +0000 +++ b/hsm.schema Mon Jul 25 12:52:36 2005 +0000 @@ -76,6 +76,10 @@ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE ) +attributetype ( + hsmAttribute:13 NAME 'hsmMailMember' DESC 'member of alias entry' + SUP mail ) + #### objectclass ( @@ -92,8 +96,7 @@ hsmObjectClass:2 NAME 'hsmMailReject' DESC 'mail reject cause' SUP top STRUCTURAL - MUST ( rfc822MailBox $ hsmDateOfCreation $ hsmDateOfExpiration $ hsmMailRejectText ) ) - + MUST ( rfc822MailBox $ hsmDateOfCreation $ hsmDateOfDeletion $ hsmDateOfExpiration $ hsmMailRejectText ) ) objectClass ( hsmObjectClass:3 NAME 'hsmMailRecipient' DESC 'mail attributes associated to person' @@ -101,5 +104,11 @@ AUXILIARY MAY ( hsmMailPrimaryAddress $ mail $ hsmMailHost $ hsmMailForwardingAddress ) ) +objectClass ( + hsmObjectClass:4 NAME 'hsmMailAlias' DESC 'alias for email recipient' + SUP top + STRUCTURAL + MUST ( rfc822MailBox ) + MAY ( hsmMailMember $ hsmDateOfCreation $ hsmDateOfDeletion $ hsmDateOfExpiration ) ) # vim:sts=4 sw=4 aw ai sm: