Schema für Heimrich-Hannot.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/heimrich-hannot.schema Fri Nov 17 08:45:22 2006 +0000
@@ -0,0 +1,52 @@
+# $Id: hh.schema 2024 2006-07-04 15:17:29Z heiko $
+# $URL: https://svn.schlittermann.de/pub/ldap.schema/trunk/hh.schema $
+# © 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 - Heimrich & Hannot GmbH
+
+objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297
+objectIdentifier hhRoot schlittermannRoot:10.6
+objectIdentifier hhAttribute hhRoot:1
+objectIdentifier hhObjectClass hhRoot:2
+
+attributetype (
+ hhAttribute:1 NAME ('hhMailPrimaryAddress' 'hhMailOfficialAddress') DESC 'official mail address'
+ EQUALITY caseIgnoreIA5Match
+ SUBSTR caseIgnoreIA5SubstringsMatch
+ SINGLE-VALUE
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
+
+attributetype (
+ hhAttribute:2 NAME 'hhMailForwardingAddress' DESC 'forwarding information for this recipient'
+ EQUALITY caseIgnoreIA5Match
+ SUBSTR caseIgnoreIA5SubstringsMatch
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
+
+attributetype (
+ hhAttribute:3 NAME ('hhMailGroup') DESC 'mail group we are member of'
+ SUP mail )
+
+attributetype (
+ hhAttribute:4 NAME ('hhMailAddress') DESC 'mail address'
+ SUP mail )
+
+####
+
+objectClass (
+ hhObjectClass:2 NAME 'hhMailAlias' DESC 'Alias'
+ SUP top
+ STRUCTURAL
+ MUST ( mail )
+ MAY ( hhMailForwardingAddress $ description ) )
+
+objectClass (
+ hhObjectClass:3 NAME 'hhMailRecipient' DESC 'mail attributes associated to person'
+ SUP top
+ AUXILIARY
+ MAY ( hhMailPrimaryAddress $ hhMailAddress $ hhMailGroup $ hhMailForwardingAddress $ description ) )
+
+# vim:sts=4 sw=4 aw ai sm: