equal
deleted
inserted
replaced
|
1 # $Id$ |
|
2 # $URL$ |
|
3 # © Heiko Schlittermann |
|
4 # |
|
5 # 1.3.6.1.4.1.23297 schlittermann OID |
|
6 # 1.3.6.1.4.1.23297.2. mail |
|
7 # 1.3.6.1.4.1.23297.2.3 - attribute types |
|
8 # 1.3.6.1.4.1.23297.2.4 - object classes |
|
9 |
|
10 objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297 |
|
11 |
|
12 objectIdentifier mail schlittermannRoot:2 |
|
13 objectIdentifier mailAttributeType mail:3 |
|
14 objectIdentifier mailObjectClass mail:4 |
|
15 |
|
16 attributetype ( mailAttributeType:2 |
|
17 NAME 'restrictedMail' |
|
18 DESC 'object (person) is subject to restricted mail' |
|
19 EQUALITY booleanMatch |
|
20 SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 |
|
21 SINGLE-VALUE ) |
|
22 |
|
23 objectclass ( mailObjectClass:2 |
|
24 NAME 'mailOptions' AUXILIARY |
|
25 DESC 'options for mail' |
|
26 SUP top |
|
27 MAY ( restrictedMail ) ) |
|
28 |