[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Schema and OID
Dear All,
I'm still confuse about the OID, for example, I already got
an official OID from IANA (number 13200).
So my OID should be in the form of
1.3.6.1.4.1.13200.A.B.C.D.E
Now my question is, do I need to update every built in schema on LDAP
config files such as
objectClass ( 1.3.6.1.4.1.4203.1.4.3 NAME 'OpenLDAPorg'
DESC 'OpenLDAP Organizational Object'
SUP organization
MAY ( buildingName $ displayName $ labeledURI ) )
objectClass ( 1.3.6.1.4.1.4203.1.4.4 NAME 'OpenLDAPou'
DESC 'OpenLDAP Organizational Unit Object'
SUP organizationalUnit
MAY ( buildingName $ displayName $ labeledURI $ o ) )
for the openldap.schema
to
objectClass ( 1.3.6.1.4.1.13200.1.4.3 NAME 'BPK Penabur'
DESC 'BPK Penabur'
SUP organization
MAY ( buildingName $ displayName $ labeledURI ) )
?
Thanks