OK - I'll have a look at the constants package,
and JIRA a suggestion for inserting these.
Thanks,
- Ole
Alex Karasulu wrote:
Hmmm sorry Ole I don't think we have this. We only have some stuff in the
constants package in shared now I think since Emmanuel moved it there for
use throughout the project.
On 4/3/07, *Ole Ersoy* <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
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]>
> <mailto:[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.
>
>