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.3 - Gebäudetechnik-Dresden |
|
10 |
|
11 objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297 |
|
12 objectIdentifier gtdRoot schlittermannRoot:10.3 |
|
13 objectIdentifier gtdAttribute gtdRoot:1 |
|
14 objectIdentifier gtdObjectClass gtdRoot:2 |
|
15 |
|
16 attributetype ( |
|
17 gtdAttribute:1 NAME 'gtdMailPrimaryAddress' DESC 'official mail address' |
|
18 SUP mail |
|
19 SINGLE-VALUE ) |
|
20 |
|
21 attributetype ( |
|
22 gtdAttribute:2 NAME 'gtdMailForwardingAddress' 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 attributetype ( |
|
28 gtdAttribute:3 NAME 'gtdMailGroup' DESC 'Mail Group (alias)' |
|
29 SUP mail ) |
|
30 |
|
31 attributetype ( |
|
32 gtdAttribute:4 NAME 'gtdMailAddress' DESC 'Mail Address' |
|
33 SUP mail ) |
|
34 |
|
35 #### |
|
36 |
|
37 objectClass ( |
|
38 gtdObjectClass:2 NAME 'gtdMailAlias' DESC 'Alias' |
|
39 SUP top |
|
40 STRUCTURAL |
|
41 MUST ( mail ) |
|
42 MAY ( gtdMailForwardingAddress $ description ) ) |
|
43 |
|
44 objectClass ( |
|
45 gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person' |
|
46 SUP top |
|
47 AUXILIARY |
|
48 MAY ( gtdMailPrimaryAddress $ gtdMailAddress $ gtdMailGroup $ gtdMailForwardingAddress $ description ) ) |
|
49 |
|
50 objectClass ( |
|
51 gtdObjectClass:4 NAME 'gtdMailAccessGroup' DESC 'Group of Mail Users' |
|
52 SUP top |
|
53 AUXILIARY |
|
54 MAY ( memberUid ) ) |
|
55 |
|
56 # vim:sts=4 sw=4 aw ai sm: |
|