Re: [iana-pen@iana.org: RE: Application for Enterprise-number (9586)]
On Sat, 2 Jun 2001 22:16, Wichert Akkerman wrote:
> This got a bit stuck on my mailbox for the last two weeks. A while
> ago I submited a request to IANA to assign an enterprise number
> to Debian. These numbers are used for MIB (think SNMP) and X.500/LDAP.
>
> At this moment we aren't using it yet. I'll start using bits of
> it for the Debian-specific bits of our OpenLDAP packages, but other
> developers are free to request a bit of hierarchy space for
> Debian-specific projects as well. For this purpose the email
> address iana@debian.org has been setup.
I request a number for the Linux LVM project, they wish to create a SNMP MIB
and need suitable number space for that project. I propose delegating the
number range 1.3.6.1.4.1.9586.1000 to them for this purpose. I have attached
my latest draft of Debian schema with a suitable comment.
> ----- Forwarded message from IANA Private Enterprise Number
> <iana-pen@iana.org> -----
>
> From: "IANA Private Enterprise Number" <iana-pen@iana.org>
> To: "Wichert Akkerman" <iana@debian.org>
> Subject: RE: Application for Enterprise-number (9586)
> Date: Wed, 16 May 2001 18:05:59 -0700
>
> Dear Wichert,
>
> The IANA has assigned the following Private Enterprise
> Number to:
>
> 9586 Debian Wichert Akkerman iana@debian.org
>
> Please notify the IANA if there is a change in your contact
> or company information.
>
> Thank you,
>
> Bill Huang
> IANA - Private Enterprise Numbers
>
>
> ----- End forwarded message -----
--
http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/ Postal SMTP/POP benchmark
http://www.coker.com.au/projects.html Projects I am working on
http://www.coker.com.au/~russell/ My home page
# under iso.org.dod.internet.private.enterprise (1.3.6.1.4.1) we have Debian
# (9586) giving us the prefix of 1.3.6.1.4.1.9586.
#
# under the base OID I have decided to use 2 for LDAP (leaving 1 for SNMP),
# then under that 1 is for attributes and 2 is for objectClass's. This is
# arbitary but copies some sample schema from the OpenLDAP documentation
#
# under the Debian OID let's delegate .1000 onwards to other open source
# projects
# Currently 1.3.6.1.4.1.9586.1000 is for LVM.
attributetype ( 1.3.6.1.4.1.9586.2.1.1 NAME 'debIpAllowedClients'
DESC 'IP address or IP address range, either CIDR or 1.2.3.4-1.2.3.100 range allowed to connect'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} )
attributetype ( 1.3.6.1.4.1.9586.2.1.2 NAME 'debIpDeniedClients'
DESC 'IP address or IP address range, either CIDR or 1.2.3.4-1.2.3.100 range not allowed to connect'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} )
attributetype ( 1.3.6.1.4.1.9586.2.1.3
NAME ( 'debAllowedService' )
DESC 'Service that this object allows access to, suggested values include "FTP", "SSH", "HTTP", or other names from /etc/services, or "ALL", or it can be classes of service EG "STAFF" to mean that the account works on staff machines'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
attributetype ( 1.3.6.1.4.1.9586.2.1.4
NAME ( 'debDeniedService' )
DESC 'Service that this object denies access to, suggested values include "FTP", "SSH", "HTTP", or other names from /etc/services, or "ALL", or it can be classes of service EG "STAFF" to mean that the account is denied on staff machines'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
objectclass ( 1.3.6.1.4.1.9586.2.2.1
NAME 'debNetworkSecurity'
DESC 'A security object to specify the access that a user has to network services, or the access that a server program provides to the world.'
SUP top
MAY ( debIpAllowedClients $ debIpDeniedClients $ debAllowedService $ debDeniedService ) )
Reply to: