[Date Prev][Date Next] [Chronological] [Thread] [Top]

Schema define?



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??
 
I read related rfcs but I still confused about EQUALITY, SUBSTR and ORDERING
Can someone explain a little bit between EQUALITY and SUBSTR
as well as ORDERING(does it for numerics)?
 
The "name" should not be crashed in attribute and objectclass, any suggested or standard
methods to make it easy to read and keep its meaning but remains unique easily?
 
Thanks
Bryan Wu