OID

An alternative space dedicated to technology and culture at Charleroi.
Aller à la navigation Aller à la recherche

Wolfplex OID registry starts at 1.3.6.1.4.1.37822.

OID entries

  • 1.3.6.1.4.1.37822 {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) wolfplex(37822)}
    • 1.3.6.1.4.1.37822.1 Wolfplex IT LDAP
      • 1.3.6.1.4.1.37822.1.1 LDAP objectclasses
        • 1.3.6.1.4.1.37822.1.1.1 wolf (derived from 2.5.6.7 organizationalPerson)
        • 1.3.6.1.4.1.37822.1.1.2 inetWolf (derived from 2.16.840.1.113730.3.2.2 inetOrgPerson)
      • 1.3.6.1.4.1.37822.1.2 LDAP attributes types
        • 1.3.6.1.4.1.37822.1.2.1 ircHandle, ircNick
        • 1.3.6.1.4.1.37822.1.2.2 fullName
        • 1.3.6.1.4.1.37822.1.2.3 realName
        • 1.3.6.1.4.1.37822.1.2.4 dateOfBirth
    • 1.3.6.1.4.1.37822.2 Reserved for SNMP use
    • 1.3.6.1.4.1.37822.3 Wolfplex IT Certificate Authority
      • 1.3.6.1.4.1.37822.3.1 Extended Validation certificate identification
  • 1.3.6.1.4.1.60024 {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) nasqueron(60024)}

LDAP classes

The following classes can use the following attributes:

1.3.6.1.4.1.37822.1.1.1 wolf (derived from 2.5.6.7 organizationalPerson)
  • 1.3.6.1.4.1.37822.1.2.1 ircHandle, ircNick
  • 1.3.6.1.4.1.37822.1.2.2 fullName
  • 1.3.6.1.4.1.37822.1.2.3 realName
  • 1.3.6.1.4.1.37822.1.2.4 dateOfBirth
1.3.6.1.4.1.37822.1.1.2 inetWolf (derived from 2.16.840.1.113730.3.2.2 inetOrgPerson)
  • 1.3.6.1.4.1.37822.1.2.1 ircHandle, ircNick
  • 1.3.6.1.4.1.37822.1.2.3 realName
  • 1.3.6.1.4.1.37822.1.2.4 dateOfBirth

____

We recommend to use the class inetWolf:

   dn: ...
   objectClass: top
   objectClass: person
   objectClass: organizationalPerson
   objectClass: inetOrgPerson
   objectClass: inetWolf
   cn: ...
   ircNick: ... 
   realName: ...
   displayName: ...
   dateOfBirth: ...

The class inetWolf doesn't use our custom attribute fullName, as inetOrgPerson already define displayName.