Incidentally,

Do we have some constants define somewhere...like for example

public static final String APACHEDS_LDAP_SCHEMA_SYNTAX_OID_BRANCH = "1.3.6.1.4.1.18060.0.4.X.0",

but preferably defined on a Java Interface like this:

String APACHEDS_LDAP_SCHEMA_SYNTAX_OID_BRANCH = "1.3.6.1.4.1.18060.0.4.X.0",


Thanks,
- Ole



Alex Karasulu wrote:
Yes. We have an IANA assigned PEN for Apache and a branch specifically for directory. See here: http://cwiki.apache.org/DIRxPMGT/oid-assignment-scheme.html Alex

On 4/3/07, *Ole Ersoy* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    When creating a Syntax entry first create
    a unique name and a unique OID.  Creating
    a globally unqiue OID requires
    a Private Enterprise Number (PEN), which can be
    obtained from IANA.  The PEN is then prefixed to
    another integer (or combination of integers separated
    by periods), and the combination of the two
    make a globally unique identifier for the Syntax entry.


Reply via email to