From: Peter Palfrader Date: Fri, 29 May 2009 20:43:23 +0000 (+0200) Subject: Move iana to creole and fix email addresses X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=14a9b3da487c3b4321a686e38d8043caeeb0883b;p=mirror%2Fdsa-wiki.git Move iana to creole and fix email addresses --- diff --git a/input/iana.creole b/input/iana.creole new file mode 100644 index 0000000..444b5f1 --- /dev/null +++ b/input/iana.creole @@ -0,0 +1,76 @@ += Debian OID hierarchy = + +== Abstract == + +For a number of protocols it is necessary to have an IANA enterprise number. +This document describes how the enterprise number assigned to Debian is used, +and how to request assignments with the Debian enterprise space. + +== Introduction == + +Debian has been assigned private enterprise number 9586 by IANA. +(The full list of assignments is available at +<http://www.iana.org/assignments/enterprise-numbers>.) +This number is used as the base for a hierarchy in the OID space for SNMP and +X.500/LDAP as well as for other protocols such as RADIUS. + +== Requesting enterprise space == + +Packages and projects may request an entry in the Debian enterprise space by +contacting debian-admin. An application has to have the following information: + +* Name of the package or project +* Contact person and address +* Type usage (SNMP, X.500/LDAP, RADIUS, etc.) +* Section of OID space to be used. The OID space is currently divided in two sections: + * package: A section for Debian usage + * project: A section that is also used outside of Debian + +== OID Assignments == + +The root of the OID space is 1.3.6.1.4.1.9586 or iso.org.dod.internet.private.enterprise.Debian. + +As of March 2009 this wiki page at http://dsa.debian.org/iana is the +authoritative source of Debian OID information. + +=== enterprise.Debian / 1.3.6.1.4.1.9586 === + +The root of the Debian OID space. + +The contact for this section is: Debian-Admin (debian-admin@ldo). + +[[!table data=""" +OID | Name | Description +1 | package | Debian internal use +100 | project | projects used outside of Debian as well +"""]] + +=== enterprise.Debian.package / 1.3.6.1.4.1.9586.1 === + +Used for packages and projects that are Debian specific and will not be used on +non-Debian systems. + +The contact for this section is: Debian-Admin (debian-admin@ldo). + +[[!table data=""" +OID | Name | Contact | Description +1 | sourceforge | Roland Mas <lolando> | LDAP entries for the SourceForge Integrated development project framework +2 | debconf | Joey Hess <joeyh> | LDAP DebConf backend +"""]] + +=== enterprise.Debian.project / 1.3.6.1.4.1.9586.100 === + +Used for projects that are not Debian specific. + +The contact for this section is: Debian-Admin (debian-admin@ldo). + + +[[!table data=""" +OID | Name | Contact | Description + 1 | LVM | Russell Coker <russell@coker.com.au> | SNMP information for the Logical Volume Manager + 2 | ScaleMail | Tommi Virtanen <tv> | LDAP for the Scalemail virtual mail domain system + 3 | gforge | Roland Mas <lolando> | LDAP entries for the GForge development project framework + 4 | userdir | debian-admin | Debian user directory + 5 | keepalived | Vincent Bernat <bernat> | keepalived, a free VRRP implementation and load balancer + 6 | tor | Peter Palfrader <weasel> | Tor Project - http://www.torproject.org +"""]] diff --git a/input/iana.mdwn b/input/iana.mdwn deleted file mode 100644 index 118ddd3..0000000 --- a/input/iana.mdwn +++ /dev/null @@ -1,76 +0,0 @@ -# Debian OID hierarchy - -## Abstract - -For a number of protocols it is necessary to have an IANA enterprise number. -This document describes how the enterprise number assigned to Debian is used, -and how to request assignments with the Debian enterprise space. - -## Introduction - -Debian has been assigned private enterprise number 9586 by IANA. -(The full list of assignments is available at -.) -This number is used as the base for a hierarchy in the OID space for SNMP and -X.500/LDAP as well as for other protocols such as RADIUS. - -## Requesting enterprise space - -Packages and projects may request an entry in the Debian enterprise space by -contacting debian-admin. An application has to have the following information: - -* Name of the package or project -* Contact person and address -* Type usage (SNMP, X.500/LDAP, RADIUS, etc.) -* Section of OID space to be used. The OID space is currently divided in two sections: - * package: A section for Debian usage - * project: A section that is also used outside of Debian - -## OID Assignments - -The root of the OID space is 1.3.6.1.4.1.9586 or iso.org.dod.internet.private.enterprise.Debian. - -As of March 2009 this wiki page at http://dsa.debian.org/iana is the -authoritative source of Debian OID information. - -### enterprise.Debian / 1.3.6.1.4.1.9586 - -The root of the Debian OID space. - -The contact for this section is: Debian-Admin (debian-admin@ldo). - -[[!table data=""" -OID | Name | Description -1 | package | Debian internal use -100 | project | projects used outside of Debian as well -"""]] - -### enterprise.Debian.package / 1.3.6.1.4.1.9586.1 - -Used for packages and projects that are Debian specific and will not be used on -non-Debian systems. - -The contact for this section is: Debian-Admin (debian-admin@ldo). - -[[!table data=""" -OID | Name | Contact | Description -1 | sourceforge | Roland Mas | LDAP entries for the SourceForge Integrated development project framework -2 | debconf | Joey Hess | LDAP DebConf backend -"""]] - -### enterprise.Debian.project / 1.3.6.1.4.1.9586.100 - -Used for projects that are not Debian specific. - -The contact for this section is: Debian-Admin (debian-admin@ldo). - - -[[!table data=""" -OID | Name | Contact | Description - 1 | LVM | Russell Coker | SNMP information for the Logical Volume Manager - 2 | ScaleMail | Tommi Virtanen | LDAP for the Scalemail virtual mail domain system - 3 | gforge | Roland Mas | LDAP entries for the GForge development project framework - 4 | userdir | debian-admin | Debian user directory - 5 | keepalived | Vincent Bernat | keepalived, a free VRRP implementation and load balancer - 6 | tor | Peter Palfrader | Tor Project - http://www.torproject.org -"""]]