[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: OIDs for new classes
At 11:21 AM 11/9/00 +0000, Chandrashekhar Mullaparthi wrote:
>Hi,
>
>I'm defining a few new attribute types and object classes. How do I
>construct the OID for these. Is there something similar to SNMP, where your
>private MIBs go under your experimental section - and then you can assign
>your own numbers to everything under it?
SNMP and LDAP both use object identifiers, so it's not just
something similar... but the same. That is, an OID is an OID.
For information on how to get obtain an OID arc for your own
use, see:
http://www.openldap.org/faq/index.cgi?file=391
>I've read a few chapters of the online book "Understanding LDAP" but it
>doesn't give examples of defining new object classes etc.