# HG changeset patch # User heiko # Date 1129782426 0 # Node ID a9fb5ee7d08beecc15956b0e7a20b99eab8e38ff # Parent 2665a0363bd03c430209b464796853be17a12b0e besser ist mailPrimaryAddress diff -r 2665a0363bd0 -r a9fb5ee7d08b 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: