]> git.sur5r.net Git - contagged/blob - doc/ldapab.schema
99280449ab57785b01efb439f63050590acff427
[contagged] / doc / ldapab.schema
1 # LDAP 2 Schema
2 #
3 # This is a schema extension for the LDAPab Addressbook by
4 # CosmoCode GmbH www.cosmocode.de
5 #
6 # CosmoCode owns the following MIB Block:
7 # iso.org.dod.internet.private.enterprise.16331.*
8 #
9 # CosmoCode currently uses the following OID hierachy to organize the IDs:
10 #
11 # defined in cosmo4ML.schema
12 # 1.3.6.1.4.1.16331.1           formel CMS (cosmo4ML prefix)
13 # 1.3.6.1.4.1.16331.1.1           SNMP (not used)
14 # 1.3.6.1.4.1.16331.1.2           LDAP
15 # 1.3.6.1.4.1.16331.1.2.1           AttributeTypes
16 # 1.3.6.1.4.1.16331.1.2.2           ObjectClasses
17 #
18 # defined in ldapab.schema:
19 # 1.3.6.1.4.1.16331.2           LDAPab
20 # 1.3.6.1.4.1.16331.2.1           SNMP (not used)
21 # 1.3.6.1.4.1.16331.2.2           LDAP
22 # 1.3.6.1.4.1.16331.2.2.1           AttributeTypes
23 # 1.3.6.1.4.1.16331.2.2.2           ObjectClasses
24
25
26 # OID macros for ease of use:
27 objectIdentifier cosmocodeOID 1.3.6.1.4.1.16331
28 objectIdentifier LDAPab       cosmocodeOID:2.2
29
30
31 attributetype ( 1.3.6.1.4.1.16331.2.2.1.1 NAME 'anniversary'
32                 DESC 'Holds Birthdays etc.'
33                 EQUALITY caseIgnoreMatch
34                 ORDERING caseIgnoreOrderingMatch
35                 SUBSTR caseIgnoreSubstringsMatch
36                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
37                 SINGLE-VALUE )
38
39 attributetype ( 1.3.6.1.4.1.16331.2.2.1.2 NAME 'marker'
40                 DESC 'marking flag'
41                 EQUALITY caseIgnoreMatch
42                 ORDERING caseIgnoreOrderingMatch
43                 SUBSTR caseIgnoreSubstringsMatch
44                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
45                )
46
47 objectclass ( 1.3.6.1.4.1.16331.2.2.2.1 NAME 'contactPerson'
48           DESC 'Contact - Addressbook entry'
49               AUXILIARY
50               MAY  ( anniversary $ marker )
51             )