besser ist mailPrimaryAddress
authorheiko
Thu, 20 Oct 2005 04:27:06 +0000
changeset 24 a9fb5ee7d08b
parent 23 2665a0363bd0
child 25 3eb1f1e2218d
besser ist mailPrimaryAddress
gtd.schema
--- a/gtd.schema	Thu Oct 20 04:26:37 2005 +0000
+++ b/gtd.schema	Thu Oct 20 04:27:06 2005 +0000
@@ -14,7 +14,7 @@
 objectIdentifier gtdObjectClass gtdRoot:2
 
 attributetype (
-    gtdAttribute:1 NAME 'gtdMailOfficialAddress' DESC 'official mail address'
+    gtdAttribute:1 NAME 'gtdMailPrimaryAddress' DESC 'official mail address'
     SUP mail
     SINGLE-VALUE )
 
@@ -30,7 +30,7 @@
     gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person'
     SUP top
     AUXILIARY
-    MAY ( gtdMailOfficialAddress $ mail $ gtdMailForwardingAddress $ description ) )
+    MAY ( gtdMailPrimaryAddress $ mail $ gtdMailForwardingAddress $ description ) )
 
 
 # vim:sts=4 sw=4 aw ai sm: