# HG changeset patch # User heiko # Date 1159984841 0 # Node ID 165663be146261a7cafa3f87a5f3f2abc2cc121f # Parent b55474baa7486ae9461e6369c174da1a844e21b3 Fuer Salesman und die Mohag... diff -r b55474baa748 -r 165663be1462 mohag.schema --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mohag.schema Wed Oct 04 18:00:41 2006 +0000 @@ -0,0 +1,52 @@ +# $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.7 - MOHAG + +objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297 +objectIdentifier mohagRoot schlittermannRoot:10.7 +objectIdentifier mohagAttribute mohagRoot:1 +objectIdentifier mohagObjectClass mohagRoot:2 + +attributetype ( + mohagAttribute:1 NAME ('mohagMailPrimaryAddress' 'mohagMailOfficialAddress') DESC 'official mail address' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SINGLE-VALUE + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) + +attributetype ( + mohagAttribute:2 NAME 'mohagMailForwardingAddress' DESC 'forwarding information for this recipient' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) + +attributetype ( + mohagAttribute:3 NAME ('mohagMailGroup') DESC 'mail group we are member of' + SUP mail ) + +attributetype ( + mohagAttribute:4 NAME ('mohagMailAddress') DESC 'mail address' + SUP mail ) + +#### + +objectClass ( + mohagObjectClass:2 NAME 'mohagMailAlias' DESC 'Alias' + SUP top + STRUCTURAL + MUST ( mail ) + MAY ( mohagMailForwardingAddress $ description ) ) + +objectClass ( + mohagObjectClass:3 NAME 'mohagMailRecipient' DESC 'mail attributes associated to person' + SUP top + AUXILIARY + MAY ( mohagMailPrimaryAddress $ mohagMailAddress $ mohagMailGroup $ mohagMailForwardingAddress $ description ) ) + +# vim:sts=4 sw=4 aw ai sm: diff -r b55474baa748 -r 165663be1462 salesman.schema --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/salesman.schema Wed Oct 04 18:00:41 2006 +0000 @@ -0,0 +1,52 @@ +# $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.8 - Salesman GmbH (bei GE / Mohag) + +objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297 +objectIdentifier salesmanRoot schlittermannRoot:10.6 +objectIdentifier salesmanAttribute salesmanRoot:1 +objectIdentifier salesmanObjectClass salesmanRoot:2 + +attributetype ( + salesmanAttribute:1 NAME ('salesmanMailPrimaryAddress' 'salesmanMailOfficialAddress') DESC 'official mail address' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SINGLE-VALUE + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) + +attributetype ( + salesmanAttribute:2 NAME 'salesmanMailForwardingAddress' DESC 'forwarding information for this recipient' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) + +attributetype ( + salesmanAttribute:3 NAME ('salesmanMailGroup') DESC 'mail group we are member of' + SUP mail ) + +attributetype ( + salesmanAttribute:4 NAME ('salesmanMailAddress') DESC 'mail address' + SUP mail ) + +#### + +objectClass ( + salesmanObjectClass:2 NAME 'salesmanMailAlias' DESC 'Alias' + SUP top + STRUCTURAL + MUST ( mail ) + MAY ( salesmanMailForwardingAddress $ description ) ) + +objectClass ( + salesmanObjectClass:3 NAME 'salesmanMailRecipient' DESC 'mail attributes associated to person' + SUP top + AUXILIARY + MAY ( salesmanMailPrimaryAddress $ salesmanMailAddress $ salesmanMailGroup $ salesmanMailForwardingAddress $ description ) ) + +# vim:sts=4 sw=4 aw ai sm: diff -r b55474baa748 -r 165663be1462 schlittermann.schema --- a/schlittermann.schema Sat Jul 29 22:00:37 2006 +0000 +++ b/schlittermann.schema Wed Oct 04 18:00:41 2006 +0000 @@ -13,5 +13,7 @@ # 1.3.6.1.4.1.23297.10.4 epsm (Epsilon - Data München) -> epsm.schema # 1.3.6.1.4.1.23297.10.5 ssk (Sächsische Schweiz Klinik) -> ssk.schema # 1.3.6.1.4.1.23297.10.6 cms (CMS AG) -> cms.schema +# 1.3.6.1.4.1.23297.10.7 mohag (MOHAG) -> mohag.schema +# 1.3.6.1.4.1.23297.10.8 salesman (SALESMAN Advanced GmbH) -> salesman.schema objectIdentifier schlittermann 1.3.6.1.4.1.23297