equal
deleted
inserted
replaced
|
1 # $Id: hh.schema 2024 2006-07-04 15:17:29Z heiko $ |
|
2 # $URL: https://svn.schlittermann.de/pub/ldap.schema/trunk/hh.schema $ |
|
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.6 - Heimrich & Hannot GmbH |
|
10 |
|
11 objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297 |
|
12 objectIdentifier hhRoot schlittermannRoot:10.6 |
|
13 objectIdentifier hhAttribute hhRoot:1 |
|
14 objectIdentifier hhObjectClass hhRoot:2 |
|
15 |
|
16 attributetype ( |
|
17 hhAttribute:1 NAME ('hhMailPrimaryAddress' 'hhMailOfficialAddress') 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 hhAttribute:2 NAME 'hhMailForwardingAddress' 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 hhAttribute:3 NAME ('hhMailGroup') DESC 'mail group we are member of' |
|
31 SUP mail ) |
|
32 |
|
33 attributetype ( |
|
34 hhAttribute:4 NAME ('hhMailAddress') DESC 'mail address' |
|
35 SUP mail ) |
|
36 |
|
37 #### |
|
38 |
|
39 objectClass ( |
|
40 hhObjectClass:2 NAME 'hhMailAlias' DESC 'Alias' |
|
41 SUP top |
|
42 STRUCTURAL |
|
43 MUST ( mail ) |
|
44 MAY ( hhMailForwardingAddress $ description ) ) |
|
45 |
|
46 objectClass ( |
|
47 hhObjectClass:3 NAME 'hhMailRecipient' DESC 'mail attributes associated to person' |
|
48 SUP top |
|
49 AUXILIARY |
|
50 MAY ( hhMailPrimaryAddress $ hhMailAddress $ hhMailGroup $ hhMailForwardingAddress $ description ) ) |
|
51 |
|
52 # vim:sts=4 sw=4 aw ai sm: |