equal
deleted
inserted
replaced
|
1 # $Id$ |
|
2 # $URL$ |
|
3 # © Heiko Schlittermann |
|
4 # |
|
5 # 1.3.6.1.4.1.23297 schlittermann OID |
|
6 # ... |
|
7 # 1.3.6.1.4.1.23297.10. other |
|
8 # ... |
|
9 # 1.3.6.1.4.1.23297.10.2 - Test-Center Brief |
|
10 |
|
11 objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297 |
|
12 objectIdentifier tcbRoot schlittermannRoot:10.2 |
|
13 objectIdentifier tcbAttribute tcbRoot:1 |
|
14 objectIdentifier tcbObjectClass tcbRoot:2 |
|
15 |
|
16 attributetype ( |
|
17 tcbAttribute:1 NAME 'tcbMailOfficialAddress' DESC 'official mail address' |
|
18 SUP mail |
|
19 SINGLE-VALUE ) |
|
20 |
|
21 attributetype ( |
|
22 tcbAttribute:2 NAME 'tcbMailForwardingAddress' DESC 'forwarding information for this recipient' |
|
23 EQUALITY caseIgnoreIA5Match |
|
24 SUBSTR caseIgnoreIA5SubstringsMatch |
|
25 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) |
|
26 |
|
27 #### |
|
28 |
|
29 objectClass ( |
|
30 tcbObjectClass:3 NAME 'tcbMailRecipient' DESC 'mail attributes associated to person' |
|
31 SUP top |
|
32 AUXILIARY |
|
33 MAY ( tcbMailOfficialAddress $ mail $ tcbMailForwardingAddress $ description ) ) |
|
34 |
|
35 |
|
36 # vim:sts=4 sw=4 aw ai sm: |