12 objectIdentifier cmsRoot schlittermannRoot:10.6 |
12 objectIdentifier cmsRoot schlittermannRoot:10.6 |
13 objectIdentifier cmsAttribute cmsRoot:1 |
13 objectIdentifier cmsAttribute cmsRoot:1 |
14 objectIdentifier cmsObjectClass cmsRoot:2 |
14 objectIdentifier cmsObjectClass cmsRoot:2 |
15 |
15 |
16 attributetype ( |
16 attributetype ( |
17 cmsAttribute:1 NAME 'cmsMailOfficialAddress' DESC 'official mail address' |
17 cmsAttribute:1 NAME ('cmsMailPrimaryAddress' 'cmsMailOfficialAddress') DESC 'official mail address' |
18 SUP mail |
18 EQUALITY caseIgnoreIA5Match |
19 SINGLE-VALUE ) |
19 SUBSTR caseIgnoreIA5SubstringsMatch |
|
20 SINGLE-VALUE |
|
21 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) |
20 |
22 |
21 attributetype ( |
23 attributetype ( |
22 cmsAttribute:2 NAME 'cmsMailForwardingAddress' DESC 'forwarding information for this recipient' |
24 cmsAttribute:2 NAME 'cmsMailForwardingAddress' DESC 'forwarding information for this recipient' |
23 EQUALITY caseIgnoreIA5Match |
25 EQUALITY caseIgnoreIA5Match |
24 SUBSTR caseIgnoreIA5SubstringsMatch |
26 SUBSTR caseIgnoreIA5SubstringsMatch |
25 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) |
27 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) |
26 |
28 |
|
29 attributetype ( |
|
30 cmsAttribute:3 NAME ('cmsMailGroup') DESC 'mail group we are member of' |
|
31 SUP mail ) |
|
32 |
|
33 attributetype ( |
|
34 cmsAttribute:4 NAME ('cmsMailAddress') DESC 'mail address' |
|
35 SUP mail ) |
|
36 |
27 #### |
37 #### |
|
38 |
|
39 objectClass ( |
|
40 cmsObjectClass:2 NAME 'cmsMailAlias' DESC 'Alias' |
|
41 SUP top |
|
42 STRUCTURAL |
|
43 MUST ( mail ) |
|
44 MAY ( cmsMailForwardingAddress $ description ) ) |
28 |
45 |
29 objectClass ( |
46 objectClass ( |
30 cmsObjectClass:3 NAME 'cmsMailRecipient' DESC 'mail attributes associated to person' |
47 cmsObjectClass:3 NAME 'cmsMailRecipient' DESC 'mail attributes associated to person' |
31 SUP top |
48 SUP top |
32 AUXILIARY |
49 AUXILIARY |
33 MAY ( cmsMailOfficialAddress $ mail $ cmsMailForwardingAddress $ description ) ) |
50 MAY ( cmsMailPrimaryAddress $ cmsMailAddress $ cmsMailGroup $ cmsMailForwardingAddress $ description ) ) |
34 |
|
35 |
51 |
36 # vim:sts=4 sw=4 aw ai sm: |
52 # vim:sts=4 sw=4 aw ai sm: |