Einige Mail-Attribute kamen aus misc.schema, welches nur teilweise
authorheiko
Thu, 21 Jul 2005 12:21:36 +0000
changeset 6 7ab3fda40907
parent 5 aa15f1d11236
child 7 41cdb1e5b545
Einige Mail-Attribute kamen aus misc.schema, welches nur teilweise offiziell ist.
hsm.schema
--- a/hsm.schema	Tue Jul 19 16:36:46 2005 +0000
+++ b/hsm.schema	Thu Jul 21 12:21:36 2005 +0000
@@ -62,9 +62,19 @@
 
 attributetype (
     hsmAttribute:10 NAME 'hsmNID' DESC 'employee / student / guest number'
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-)
+    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
 
+attributetype (
+    hsmAttribute:11 NAME 'hsmMailHost' DESC 'SMTP/MTA for that recipient'
+    EQUALITY caseIgnoreIA5Match
+    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
+    SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
+    SINGLE-VALUE )
 
 ####
 
@@ -72,23 +82,23 @@
     hsmObjectClass:1  NAME 'hsmNaturalPerson' DESC 'natural person representation'
     SUP top
     AUXILIARY
-    MUST ( hsmGender )
     MAY ( hsmInitialPassword 
+	$ hsmGender
 	$ hsmNID
 	$ hsmDateOfBirth $ hsmPlaceOfBirth 
-	$ hsmDateCreated $ hsmDateDeleted ) )
+	$ hsmDateOfCreation $ hsmDateOfDeletion ) )
 
 objectClass (
     hsmObjectClass:2 NAME 'hsmMailReject' DESC 'mail reject cause'
     SUP top
     STRUCTURAL
-    MUST ( rfc822MailBox $ hsmDateCreated $ hsmMailRejectText ) )
+    MUST ( rfc822MailBox $ hsmDateOfCreation $ hsmMailRejectText ) )
 
 
 objectClass (
     hsmObjectClass:3 NAME 'hsmMailRecipient' DESC 'mail attributes associated to person'
     SUP top
-    MAY ( hsmMailPrimaryAddress $ mail $ mailHost $ mailRoutingAddress ) )
+    MAY ( hsmMailPrimaryAddress $ mail $ hsmMailHost $ hsmMailForwardingAddress ) )
 
 
 # vim:sts=4 sw=4 aw ai sm: