equal
deleted
inserted
replaced
12 objectIdentifier tcbRoot schlittermannRoot:10.2 |
12 objectIdentifier tcbRoot schlittermannRoot:10.2 |
13 objectIdentifier tcbAttribute tcbRoot:1 |
13 objectIdentifier tcbAttribute tcbRoot:1 |
14 objectIdentifier tcbObjectClass tcbRoot:2 |
14 objectIdentifier tcbObjectClass tcbRoot:2 |
15 |
15 |
16 attributetype ( |
16 attributetype ( |
17 tcbAttribute:1 NAME 'tcbMailOfficialAddress' DESC 'official mail address' |
17 tcbAttribute:1 NAME ('tcbMailPrimaryAddress' 'tcbMailOfficialAddress') DESC 'official mail address' |
18 SUP mail |
18 SUP mail |
19 SINGLE-VALUE ) |
19 SINGLE-VALUE ) |
20 |
20 |
21 attributetype ( |
21 attributetype ( |
22 tcbAttribute:2 NAME 'tcbMailForwardingAddress' DESC 'forwarding information for this recipient' |
22 tcbAttribute:2 NAME 'tcbMailForwardingAddress' DESC 'forwarding information for this recipient' |
28 |
28 |
29 objectClass ( |
29 objectClass ( |
30 tcbObjectClass:3 NAME 'tcbMailRecipient' DESC 'mail attributes associated to person' |
30 tcbObjectClass:3 NAME 'tcbMailRecipient' DESC 'mail attributes associated to person' |
31 SUP top |
31 SUP top |
32 AUXILIARY |
32 AUXILIARY |
33 MAY ( tcbMailOfficialAddress $ mail $ tcbMailForwardingAddress $ description ) ) |
33 MAY ( tcbMailPrimaryAddress $ mail $ tcbMailForwardingAddress $ description ) ) |
34 |
34 |
35 |
35 |
36 # vim:sts=4 sw=4 aw ai sm: |
36 # vim:sts=4 sw=4 aw ai sm: |