# HG changeset patch # User heiko # Date 1129782397 0 # Node ID 2665a0363bd03c430209b464796853be17a12b0e # Parent 5b7fed196b918b35f58b1bcd2ad0344bdd5f3ff5 mailPrimaryAddress ist besser :) diff -r 5b7fed196b91 -r 2665a0363bd0 tcb.schema --- a/tcb.schema Wed Oct 19 19:36:06 2005 +0000 +++ b/tcb.schema Thu Oct 20 04:26:37 2005 +0000 @@ -14,7 +14,7 @@ objectIdentifier tcbObjectClass tcbRoot:2 attributetype ( - tcbAttribute:1 NAME 'tcbMailOfficialAddress' DESC 'official mail address' + tcbAttribute:1 NAME ('tcbMailPrimaryAddress' 'tcbMailOfficialAddress') DESC 'official mail address' SUP mail SINGLE-VALUE ) @@ -30,7 +30,7 @@ tcbObjectClass:3 NAME 'tcbMailRecipient' DESC 'mail attributes associated to person' SUP top AUXILIARY - MAY ( tcbMailOfficialAddress $ mail $ tcbMailForwardingAddress $ description ) ) + MAY ( tcbMailPrimaryAddress $ mail $ tcbMailForwardingAddress $ description ) ) # vim:sts=4 sw=4 aw ai sm: