Initial import
[mirror/dsa-wiki.git] / input / iana.mdwn
1 # Debian OID hierarchy
2
3 ## Abstract
4
5 For a number of protocols it is necessary to have an IANA enterprise number.
6 This document describes how the enterprise number assigned to Debian is used,
7 and how to request assignments with the Debian enterprise space.
8
9 ## Introduction
10
11 Debian has been assigned private enterprise number 9586 by IANA.
12 (The full list of assignments is available at [http://www.iana.org/assignments/enterprise-numbers](http://www.iana.org/assignments/enterprise-numbers).)
13 This number is used as the base for a hierarchy in the OID space for SNMP and
14 X.500/LDAP as well as for other protocols such as RADIUS.
15
16 ## Requesting enterprise space
17
18 Packages and projects may request an entry in the Debian enterprise space by
19 contacting debian-admin. An application has to have the following information:
20
21 * Name of the package or project
22 * Contact person and address
23 * Type usage (SNMP, X.500/LDAP, RADIUS, etc.)
24 * Section of OID space to be used. The OID space is currently divided in two sections:
25  * package: A section for Debian usage
26  * project: A section that is also used outside of Debian
27
28 ## OID Assignments
29
30 The root of the OID space is 1.3.6.1.4.1.9586 or iso.org.dod.internet.private.enterprise.Debian.
31
32 As of March 2009 this wiki page at http://dsa.debian.org/iana is the
33 authoritative source of Debian OID information.
34
35 ### enterprise.Debian / 1.3.6.1.4.1.9586
36
37 The root of the Debian OID space.
38
39 The contact for this section is: Debian-Admin (d-a@ldo).
40
41 [[!table data="""
42 OID | Name | Description
43 1   | package | Debian itnernal use
44 100 | project | projects used outside of Debian as well
45 """]]
46
47 ### enterprise.Debian.package / 1.3.6.1.4.1.9586.1
48
49 Used for packages and projects that are Debian specific and will not be used on
50 non-Debian systems.
51
52 The contact for this section is: Debian-Admin (d-a@ldo).
53
54 [[!table data="""
55 OID | Name        | Contact              | Description
56 1   | sourceforge | Roland Mas <lolando> | LDAP entries for the SourceForge Integrated development project framework
57 2   | debconf     | Joey Hess <joeyh>    | LDAP DebConf backend
58 """]]
59
60 ### enterprise.Debian.project / 1.3.6.1.4.1.9586.100
61
62 Used for projects that are not Debian specific.
63
64 The contact for this section is: Debian-Admin (d-a@ldo).
65
66
67 [[!table data="""
68 OID | Name        | Contact              | Description
69   1 | LVM         | Russell Coker <russell@coker.com.au> |  SNMP information for the Logical Volume Manager
70   2 | ScaleMail   | Tommi Virtanen <tv>  | LDAP for the Scalemail virtual mail domain system
71   3 | gforce      | Roland Mas <lolando> | LDAP entries for the GForge development project framework
72   4 | userdir     | d-a                  | Debian user directory
73 """]]