heimrich-hannot.schema
changeset 50 882fec08957c
parent 49 d8b5f709a2a7
--- a/heimrich-hannot.schema	Wed May 27 14:43:18 2015 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,66 +0,0 @@
-# $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
-# ...
-# # conflict! CMS has …10.6 too!
-# 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 )
-
-attributetype (
-    hhAttribute:5 NAME ('hhMailQuotaBytes') DESC 'size of quota space in bytes'
-    EQUALITY integerMatch
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-    SINGLE-VALUE )
-
-attributetype (
-    hhAttribute:6 NAME ('hhMailACLGroups') DESC 'comma separated list of acl groups'
-    EQUALITY caseIgnoreIA5Match
-    SUBSTR caseIgnoreIA5SubstringsMatch
-    SINGLE-VALUE
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
-
-####
-
-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 $ hhMailQuotaBytes $hhMailACLGroups $ description ) )
-
-# vim:sts=4 sw=4 aw ai sm: