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 ('tcbMailPrimaryAddress' 'tcbMailOfficialAddress') DESC 'official mail address' |
|
18 EQUALITY caseIgnoreIA5Match |
|
19 SUBSTR caseIgnoreIA5SubstringsMatch |
|
20 SINGLE-VALUE |
|
21 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) |
|
22 |
|
23 attributetype ( |
|
24 tcbAttribute:2 NAME 'tcbMailForwardingAddress' DESC 'forwarding information for this recipient' |
|
25 EQUALITY caseIgnoreIA5Match |
|
26 SUBSTR caseIgnoreIA5SubstringsMatch |
|
27 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) |
|
28 |
|
29 attributetype ( |
|
30 tcbAttribute:3 NAME ('tcbMailGroup') DESC 'mail group we are member of' |
|
31 SUP mail ) |
|
32 |
|
33 attributetype ( |
|
34 tcbAttribute:4 NAME ('tcbMailAddress') DESC 'mail address' |
|
35 SUP mail ) |
|
36 |
|
37 #### |
|
38 |
|
39 objectClass ( |
|
40 tcbObjectClass:2 NAME 'tcbMailAlias' DESC 'Alias' |
|
41 SUP top |
|
42 STRUCTURAL |
|
43 MUST ( mail ) |
|
44 MAY ( tcbMailForwardingAddress $ description ) ) |
|
45 |
|
46 objectClass ( |
|
47 tcbObjectClass:3 NAME 'tcbMailRecipient' DESC 'mail attributes associated to person' |
|
48 SUP top |
|
49 AUXILIARY |
|
50 MAY ( tcbMailPrimaryAddress $ tcbMailAddress $ tcbMailGroup $ tcbMailForwardingAddress $ description ) ) |
|
51 |
|
52 # vim:sts=4 sw=4 aw ai sm: |
|