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.7 - MOHAG |
|
10 |
|
11 objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297 |
|
12 objectIdentifier mohagRoot schlittermannRoot:10.7 |
|
13 objectIdentifier mohagAttribute mohagRoot:1 |
|
14 objectIdentifier mohagObjectClass mohagRoot:2 |
|
15 |
|
16 attributetype ( |
|
17 mohagAttribute:1 NAME ('mohagMailPrimaryAddress' 'mohagMailOfficialAddress') 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 mohagAttribute:2 NAME 'mohagMailForwardingAddress' 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 mohagAttribute:3 NAME ('mohagMailGroup') DESC 'mail group we are member of' |
|
31 SUP mail ) |
|
32 |
|
33 attributetype ( |
|
34 mohagAttribute:4 NAME ('mohagMailAddress') DESC 'mail address' |
|
35 SUP mail ) |
|
36 |
|
37 #### |
|
38 |
|
39 objectClass ( |
|
40 mohagObjectClass:2 NAME 'mohagMailAlias' DESC 'Alias' |
|
41 SUP top |
|
42 STRUCTURAL |
|
43 MUST ( mail ) |
|
44 MAY ( mohagMailForwardingAddress $ description ) ) |
|
45 |
|
46 objectClass ( |
|
47 mohagObjectClass:3 NAME 'mohagMailRecipient' DESC 'mail attributes associated to person' |
|
48 SUP top |
|
49 AUXILIARY |
|
50 MAY ( mohagMailPrimaryAddress $ mohagMailAddress $ mohagMailGroup $ mohagMailForwardingAddress $ description ) ) |
|
51 |
|
52 # vim:sts=4 sw=4 aw ai sm: |
|