diff -r d8b5f709a2a7 -r 882fec08957c cms.schema --- a/cms.schema Wed May 27 14:43:18 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,52 +0,0 @@ -# $Id$ -# $URL$ -# © Heiko Schlittermann -# -# 1.3.6.1.4.1.23297 schlittermann OID -# ... -# 1.3.6.1.4.1.23297.10. other -# ... -# 1.3.6.1.4.1.23297.10.6 - CMS AG - -objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297 -objectIdentifier cmsRoot schlittermannRoot:10.6 -objectIdentifier cmsAttribute cmsRoot:1 -objectIdentifier cmsObjectClass cmsRoot:2 - -attributetype ( - cmsAttribute:1 NAME ('cmsMailPrimaryAddress' 'cmsMailOfficialAddress') DESC 'official mail address' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SINGLE-VALUE - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) - -attributetype ( - cmsAttribute:2 NAME 'cmsMailForwardingAddress' DESC 'forwarding information for this recipient' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) - -attributetype ( - cmsAttribute:3 NAME ('cmsMailGroup') DESC 'mail group we are member of' - SUP mail ) - -attributetype ( - cmsAttribute:4 NAME ('cmsMailAddress') DESC 'mail address' - SUP mail ) - -#### - -objectClass ( - cmsObjectClass:2 NAME 'cmsMailAlias' DESC 'Alias' - SUP top - STRUCTURAL - MUST ( mail ) - MAY ( cmsMailForwardingAddress $ description ) ) - -objectClass ( - cmsObjectClass:3 NAME 'cmsMailRecipient' DESC 'mail attributes associated to person' - SUP top - AUXILIARY - MAY ( cmsMailPrimaryAddress $ cmsMailAddress $ cmsMailGroup $ cmsMailForwardingAddress $ description ) ) - -# vim:sts=4 sw=4 aw ai sm: