hsm.schema
changeset 50 882fec08957c
parent 49 d8b5f709a2a7
--- a/hsm.schema	Wed May 27 14:43:18 2015 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,128 +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.1	- Hochschule Merseburg
-
-objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297
-objectIdentifier hsmRoot schlittermannRoot:10.1
-objectIdentifier hsmAttribute hsmRoot:1
-objectIdentifier hsmObjectClass hsmRoot:2
-
-attributetype ( hsmAttribute:1 NAME 'hsmDateOfBirth' DESC 'Date of birth'
-    EQUALITY generalizedTimeMatch
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
-    SINGLE-VALUE )
-
-attributetype ( hsmAttribute:2 NAME 'hsmPlaceOfBirth' DESC 'Place of birth'
-    EQUALITY caseExactMatch
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-    SINGLE-VALUE )
-
-attributetype (
-    hsmAttribute:3 NAME 'hsmGender' DESC 'Gender'
-    EQUALITY caseIgnoreMatch
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.44
-    SINGLE-VALUE )
-
-attributetype (
-    hsmAttribute:4 NAME 'hsmInitialPassword' DESC 'initial Password'
-    EQUALITY octetStringMatch 
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} 
-    SINGLE-VALUE )
-
-attributetype (
-    hsmAttribute:5 NAME 'hsmDateOfCreation' DESC 'Date of Creation'
-    EQUALITY generalizedTimeMatch
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 
-    SINGLE-VALUE )
-
-attributetype (
-    hsmAttribute:6 NAME 'hsmDateOfDeletion' DESC 'Date of deletion'
-    EQUALITY generalizedTimeMatch
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 
-    SINGLE-VALUE )
-
-attributetype (
-    hsmAttribute:7 NAME 'hsmDateOfExpiration' DESC 'supposed date of expiration'
-    EQUALITY generalizedTimeMatch
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 
-    SINGLE-VALUE )
-
-attributetype (
-    hsmAttribute:8 NAME 'hsmMailRejectText' DESC 'text for mail rejection'
-    SUP info )
-
-attributetype (
-    hsmAttribute:9 NAME 'hsmMailPrimaryAddress' DESC 'primary mail address'
-    SUP mail
-    SINGLE-VALUE )
-
-attributetype (
-    hsmAttribute:10 NAME 'hsmNID' DESC 'employee / student / guest number'
-    EQUALITY caseIgnoreMatch
-    SUBSTR caseIgnoreSubstringsMatch
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
-
-attributetype (
-    hsmAttribute:11 NAME 'hsmMailHost' DESC 'SMTP/MTA for that recipient'
-    EQUALITY caseIgnoreIA5Match
-    SUBSTR caseIgnoreIA5SubstringsMatch
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
-    SINGLE-VALUE )
-
-attributetype (
-    hsmAttribute:12 NAME 'hsmMailForwardingAddress' DESC 'forwarding information for this recipient'
-    EQUALITY caseIgnoreIA5Match
-    SUBSTR caseIgnoreIA5SubstringsMatch
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
-    SINGLE-VALUE )
-
-attributetype (
-    hsmAttribute:13 NAME 'hsmMailMember' DESC 'member of an alias entry'
-    EQUALITY caseIgnoreIA5Match
-    SUBSTR caseIgnoreIA5SubstringsMatch
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
-
-attributetype (
-    hsmAttribute:14 NAME 'hsmMailGroupMember' DESC 'member of a mail group'
-    EQUALITY caseIgnoreIA5Match
-    SUBSTR caseIgnoreIA5SubstringsMatch
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
-
-####
-
-objectclass (
-    hsmObjectClass:1  NAME 'hsmNaturalPerson' DESC 'natural person representation'
-    SUP top
-    AUXILIARY
-    MAY ( hsmInitialPassword 
-	$ hsmGender
-	$ hsmNID
-	$ hsmDateOfBirth $ hsmPlaceOfBirth 
-	$ hsmDateOfCreation $ hsmDateOfDeletion $ hsmDateOfExpiration 
-	$ description ) )
-
-objectClass (
-    hsmObjectClass:2 NAME 'hsmMailReject' DESC 'mail reject cause'
-    SUP top
-    STRUCTURAL
-    MUST ( rfc822MailBox $ hsmDateOfCreation $ hsmDateOfDeletion $ hsmDateOfExpiration $ hsmMailRejectText $ description ) )
-
-objectClass (
-    hsmObjectClass:3 NAME 'hsmMailRecipient' DESC 'mail attributes associated to person'
-    SUP top
-    AUXILIARY
-    MAY ( hsmMailPrimaryAddress $ mail $ hsmMailHost $ hsmMailGroupMember $ hsmMailForwardingAddress $ description ) )
-
-objectClass (
-    hsmObjectClass:4 NAME 'hsmMailAlias' DESC 'alias for email recipient'
-    SUP top
-    STRUCTURAL
-    MUST ( mail )
-    MAY ( hsmMailMember $ hsmMailHost $ hsmDateOfCreation $ hsmDateOfDeletion $ hsmDateOfExpiration $ description) )
-
-# vim:sts=4 sw=4 aw ai sm: