Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Experimental/private branch for OID numbers in LDAP Schemas?

Tags:

ldap

snmp

oid

Attributes or object classes in LDAP schemas are identified through a unique number called OID. Moreover OIDs are also used in the SNMP protocol. Everyone can apply for an enterprise number by the IANA and then define his own subnumbers. But the processing of the application can last up to 30 days.

Does anyone know if there is a "test" branch of OID numbers that could be used for experimental purposes while waiting for an official enterprise number?

like image 322
Name Avatar asked Apr 07 '09 13:04

Name


People also ask

What is LDAP OID?

Overview# In computing, an Object Identifier or OID or LDAPOID is an identifier used to name an object (compare URN). Structurally, an OID consists of a node in a hierarchically-assigned namespace, formally defined using the ITU-T's ASN. 1 standard.

What is LDAP schema?

An LDAP schema is the collection of attribute type definitions, object class definitions, and other information which a server uses to determine whether a filter or attribute value assertion matches against the attributes of an entry, and whether to permit, add, and modify operations.


2 Answers

Apparently the OID branch 2.25 can be used with UUIDs without registration. The detailled explanation can be found here: http://www.oid-info.com/get/2.25 and there is also a link to an UUID generator.

=> I think it's good solution for unregistered OIDs. Simply generate one such OID with the UUID-Generator. You will get something like 2.25.178307330326388478625988293987992454427 and can then simply make your own subnumbers by adding .1, .2, ... at the end.

There is also the possibility to register such an 2.25 OID, but a human intervention is still needed and uniqueness isn't totally garanteed as it is still possible (although unlikely) that someone else uses the same OID as unregistered OID. For registered OIDs I would still prefer the registration of a private entreprise number by the IANA.

Here is also a list of how to get an OID assigned: http://www.oid-info.com/faq.htm#10. But the main answers are already listed here.

like image 98
Name Avatar answered Oct 19 '22 14:10

Name


No. However, if there is nothing published from your work no one will know. Some LDAP server companies will sub OID numbers if you wanted to try something. But you could just makeup anything.

The currently assigned numbers only start with 0, 1, or 2. If you started with 4 or something, any savey person would know you were faking it.

We put some info together on OIDs here: http://ldapwiki.willeke.com/wiki/HowToGetYourOwnLDAPOID

-jim

like image 32
jwilleke Avatar answered Oct 19 '22 13:10

jwilleke