--- /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: