# HG changeset patch # User arnold # Date 1131013277 0 # Node ID 39045909d9793b2e01df7f1f219e047e42505d15 # Parent d9e766baf8cdd1dae5b6136bb1ef4abe3609c1c4 Schema für Epsilon Data - München diff -r d9e766baf8cd -r 39045909d979 epsm.schema --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/epsm.schema Thu Nov 03 10:21:17 2005 +0000 @@ -0,0 +1,50 @@ +# $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.4 - Epsilon Data - München + +objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297 +objectIdentifier epsmRoot schlittermannRoot:10.4 +objectIdentifier epsmAttribute epsmRoot:1 +objectIdentifier epsmObjectClass epsmRoot:2 + +attributetype ( + epsmAttribute:1 NAME ('epsmMailPrimaryAddress' 'epsmMailOfficialAddress') DESC 'official mail address' + SUP mail + SINGLE-VALUE ) + +attributetype ( + epsmAttribute:2 NAME 'epsmMailForwardingAddress' DESC 'forwarding information for this recipient' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) + +attributetype ( + epsmAttribute:3 NAME ('epsmMailGroup') DESC 'mail group we are member of' + SUP mail ) + +attributetype ( + epsmAttribute:4 NAME ('epsmMailAddress') DESC 'mail address' + SUP mail ) + +#### + +objectClass ( + epsmObjectClass:2 NAME 'epsmMailAlias' DESC 'Alias' + SUP top + STRUCTURAL + MUST ( mail ) + MAY ( epsmMailForwardingAddress $ description ) ) + +objectClass ( + epsmObjectClass:3 NAME 'epsmMailRecipient' DESC 'mail attributes associated to person' + SUP top + AUXILIARY + MAY ( epsmMailPrimaryAddress $ epsmMailAddress $ epsmMailGroup $ epsmMailForwardingAddress $ description ) ) + +# vim:sts=4 sw=4 aw ai sm: diff -r d9e766baf8cd -r 39045909d979 schlittermann.schema --- a/schlittermann.schema Fri Oct 21 07:39:31 2005 +0000 +++ b/schlittermann.schema Thu Nov 03 10:21:17 2005 +0000 @@ -10,5 +10,6 @@ # 1.3.6.1.4.1.23297.10.1 hsm (Hochschule Merseburg) -> hsm.schema # 1.3.6.1.4.1.23297.10.2 tcb (Test-Center Brief Deutsche Post) -> tcb.schema # 1.3.6.1.4.1.23297.10.3 gtd (Gebäudetechnik Dresden) -> gtd.schema +# 1.3.6.1.4.1.23297.10.4 epsm (Epsilon - Data München) -> epsm.schema objectIdentifier schlittermann 1.3.6.1.4.1.23297