[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
AW: Schema define?
> -----Ursprüngliche Nachricht-----
> Von: David Olivier
>
> --Le mercredi 22 mai 2002 15:52 +0800 bwu@gwcom.com écrivait:
>
> > Dear all,
> >
> > I am new to LDAP and trying to define my own schema for my needs
> > and I have the following questions:
> > For example,
> > attributeType ( 2.5.4.41 NAME 'name'
> > EQUALITY caseIgnoreMatch
> > SUBSTR caseIgnoreSubstringsMatch
> > SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
> >
> > This attribute have unique oid 2.5.4.41 but my company haven't get a
> > Unique oid from IANA. What oids should I assign so I will
> not affect the
> > system. Do I really need to get one oid for my cmopany?
> > Will there be some virtual ids that won't use??
>
> It seems to work just as well if you just omit the OID!
>
> Actually that's not legal, since in the RFC2252 syntax the
> "numericoid" is
> not optional. I suppose it's better to have one, since
> everyone says so.
> The admin guide (section 8.2.1) even admonishes:
>
> > Under no circumstances should you use a fictious OID!
just a quick question here.
where's the problem using fictious OIDs for a self-contained system..? (no
connection to the global internet, just some mailservers that request their
user information from them.) i can't see a problem here.
allthought, maybe that's completely against the general thought of OIDs..
daniel