--- a/gtd.schema Wed May 27 14:43:18 2015 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +0,0 @@
-# $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.3 - Gebäudetechnik-Dresden
-
-objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297
-objectIdentifier gtdRoot schlittermannRoot:10.3
-objectIdentifier gtdAttribute gtdRoot:1
-objectIdentifier gtdObjectClass gtdRoot:2
-
-attributetype (
- gtdAttribute:1 NAME 'gtdMailPrimaryAddress' DESC 'official mail address'
- SUP mail
- SINGLE-VALUE )
-
-attributetype (
- gtdAttribute:2 NAME 'gtdMailForwardingAddress' DESC 'forwarding information for this recipient'
- EQUALITY caseIgnoreIA5Match
- SUBSTR caseIgnoreIA5SubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
-
-attributetype (
- gtdAttribute:3 NAME 'gtdMailGroup' DESC 'Mail Group (alias)'
- SUP mail )
-
-attributetype (
- gtdAttribute:4 NAME 'gtdMailAddress' DESC 'Mail Address'
- SUP mail )
-
-####
-
-objectClass (
- gtdObjectClass:2 NAME 'gtdMailAlias' DESC 'Alias'
- SUP top
- STRUCTURAL
- MUST ( mail )
- MAY ( gtdMailForwardingAddress $ description ) )
-
-objectClass (
- gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person'
- SUP top
- AUXILIARY
- MAY ( gtdMailPrimaryAddress $ gtdMailAddress $ gtdMailGroup $ gtdMailForwardingAddress $ description ) )
-
-objectClass (
- gtdObjectClass:4 NAME 'gtdMailAccessGroup' DESC 'Group of Mail Users'
- SUP top
- AUXILIARY
- MAY ( memberUid ) )
-
-# vim:sts=4 sw=4 aw ai sm: