|
|
1.1 ! root 1: ############################################################################### ! 2: # ! 3: # oidtable.oc - OSI Directory OID Table for Object Classes ! 4: # ! 5: # $Header: /f/osi/dsap/RCS/oidtable.oc,v 7.0 89/11/23 21:39:27 mrose Rel $ ! 6: # ! 7: # ! 8: # $Log: oidtable.oc,v $ ! 9: # Revision 7.0 89/11/23 21:39:27 mrose ! 10: # Release 6.0 ! 11: # ! 12: ############################################################################### ! 13: ! 14: ! 15: # format:- ! 16: # ! 17: # name: oid: hiearchy: must :top may ! 18: # ! 19: ! 20: # Set definitions: (mhs set omitted for now) ! 21: ! 22: telecommunicationAttributeSet = facsimileTelephoneNumber, \ ! 23: internationaliSDNNumber, telephoneNumber, teletexTerminalIdentifier, \ ! 24: telexNumber, preferredDeliveryMethod, destinationIndicator, \ ! 25: registeredAddress, x121Address ! 26: ! 27: postalAttributeSet = physicalDeliveryOfficeName, postalAddress, \ ! 28: postalCode, postOfficeBox, streetAddress ! 29: ! 30: localeAttributeSet = localityName, stateOrProvinceName, streetAddress ! 31: ! 32: organizationalAttributeSet = description, localeAttributeSet, \ ! 33: postalAttributeSet, telecommunicationAttributeSet, \ ! 34: businessCategory, seeAlso, searchGuide, userPassword ! 35: ! 36: # CCITT X.521/ISO 9594-7 defined Object Classes ! 37: ! 38: top: standardObjectClass.0 : : objectClass : ! 39: ! 40: alias: standardObjectClass.1 : top : aliasedObjectName : ! 41: ! 42: country: standardObjectClass.2 : top : c : \ ! 43: description,searchGuide ! 44: ! 45: locality: standardObjectClass.3 : top : : \ ! 46: description, localityName, stateOrProvinceName, \ ! 47: searchGuide, seeAlso, streetAddress ! 48: ! 49: organization: standardObjectClass.4 : top : O : \ ! 50: organizationalAttributeSet ! 51: ! 52: organizationalUnit: standardObjectClass.5 : top : OU : \ ! 53: organizationalAttributeSet ! 54: ! 55: person: standardObjectClass.6 : top : CN ,surname : \ ! 56: description, seeAlso, telephoneNumber, userPassword ! 57: ! 58: organizationalPerson: standardObjectClass.7 : person : : \ ! 59: localeAttributeSet, OU, \ ! 60: postalAttributeSet, telecommunicationAttributeSet ,title ! 61: ! 62: organizationalRole: standardObjectClass.8 : top : CN : \ ! 63: description, localeAttributeSet, OU, \ ! 64: postalAttributeSet, preferredDeliveryMethod, roleOccupant, \ ! 65: seeAlso, telecommunicationAttributeSet ! 66: ! 67: groupOfNames: standardObjectClass.9 : top : CN, member : \ ! 68: description, O, OU, owner, seeAlso, businessCategory ! 69: ! 70: residentialPerson: standardObjectClass.10 : person : localityName : \ ! 71: localeAttributeSet, postalAttributeSet, preferredDeliveryMethod, \ ! 72: telecommunicationAttributeSet, businessCategory ! 73: ! 74: applicationProcess: standardObjectClass.11 : top : CN : \ ! 75: description, localityName, OU, seeAlso ! 76: ! 77: applicationEntity: standardObjectClass.12 : top : CN, \ ! 78: presentationAddress: \ ! 79: description, localityName, O, \ ! 80: OU, seeAlso, supportedApplicationContext ! 81: ! 82: dSA: standardObjectClass.13 : applicationEntity : : \ ! 83: knowledgeInformation ! 84: ! 85: device: standardObjectClass.14 : top : CN : \ ! 86: description, localityName, O, \ ! 87: OU, owner, seeAlso, serialNumber ! 88: ! 89: strongAuthenticationUser: standardObjectClass.15 : top : userCertificate: ! 90: ! 91: certificationAuthority: standardObjectClass.16 : top : \ ! 92: cACertificate, certificateRevocationList, authorityRevocationList: \ ! 93: crossCertificatePair ! 94: ! 95: # THORN and RARE defined object classes ! 96: ! 97: thornObject: thornObjectClass.3 : top : : \ ! 98: info, photo, lastModifiedTime, lastModifiedBy ! 99: ! 100: thornPerson: thornObjectClass.4 : person, thornObject : : \ ! 101: userid, textEncodedORAddress, rfc822Mailbox, favouriteDrink, \ ! 102: roomNumber, userClass, homePhone, homePostalAddress, secretary ! 103: ! 104: account: thornObjectClass.5 : thornObject : userid : \ ! 105: description, seeAlso,localityName, O, OU, host ! 106: ! 107: document: thornObjectClass.6 : thornObject : documentIdentifier : \ ! 108: CN, description, seeAlso, localityName, O, \ ! 109: OU, documentTitle, documentVersion, \ ! 110: documentAuthor, documentLocation ! 111: ! 112: room: thornObjectClass.7 : thornObject : CN : \ ! 113: description, seeAlso, telephoneNumber, localityName, O, OU, roomNumber ! 114: ! 115: documentSeries: thornObjectClass.9 : top : CN : \ ! 116: description, seeAlso, telephoneNumber, localityName, \ ! 117: O, OU ! 118: ! 119: wkd: thornObjectClass.10 : top : wkdName : ! 120: ! 121: dur: thornObjectClass.11 : top : durName : ! 122: ! 123: rareApplicationEntity: thornObjectClass.12 : applicationEntity : : \ ! 124: protocolProfile, owner, objectID ! 125: ! 126: domain: thornObjectclass.13 : top : domainComponent : \ ! 127: AssociatedName, organizationName, organizationalAttributeSet ! 128: ! 129: rFC822localPart: thornObjectclass.14 : domain : : \ ! 130: commonname, surname, description, seeAlso, telephoneNumber, \ ! 131: postalAttributeSet, tel ecommunicationAttributeSet ! 132: ! 133: dNSDomain: thornObjectclass.15 : domain : : \ ! 134: ARecord, MDRecord, MXRecord, NSRecord, SOARecord, CNAMERecord ! 135: ! 136: nRSdomain: thornObjectclass.16 : domain : nRSSystemDescription : \ ! 137: ForwardOnlyInformation, ReverseOnlyInformation, \ ! 138: ForwardAndReverseInformation ! 139: ! 140: domainRelatedObject: thornObjectclass.17 : top : AssociatedDomain : ! 141: ! 142: # QUIPU defined object classes ! 143: ! 144: quipuDSA: quipuObjectClass.1 : dSA : \ ! 145: acl, edbinfo, userPassword, manager, quipuVersion : \ ! 146: description, lastModifiedBy, lastModifiedTime, \ ! 147: dsaDefaultSecurityPolicy, dsaPermittedSecurityPolicy ! 148: ! 149: quipuObject: quipuObjectClass.2 : top : acl : \ ! 150: lastModifiedBy, lastModifiedTime, entrySecurityPolicy ! 151: ! 152: friendlyCountry: quipuObjectClass.3 : country, quipuObject : co : ! 153: ! 154: quipuNonLeafObject: quipuObjectClass.6 : quipuObject : masterDSA : \ ! 155: slaveDSA, treeStructure ! 156: ! 157: quipuSecurityUser: quipuObjectClass.7 : quipuObject : protectedPassword : ! 158: ! 159: # NYSER object classes ! 160: ! 161: pilotPerson: nyserObjectClass.1 : thornPerson, quipuObject : : \ ! 162: localeAttributeSet, postalAttributeSet, preferredDeliveryMethod, \ ! 163: telecommunicationAttributeSet, businessCategory, title, \ ! 164: otherMailbox, mobileTelephoneNumber, pagerTelephoneNumber ! 165: ! 166: # Thorn System Classes and Rules ! 167: ! 168: thornSchema: thornSystemObjectClass.1 : top : \ ! 169: timestamp, ruleDescription, objectDescription, attributeDescription, \ ! 170: commonName : ! 171: knowledgeManagement: thornSystemObjectClass.2 : top : KnowledgeReference : \ ! 172: knowledgeInformation ! 173: thornSystemObject: thornSystemObjectClass.3 : top : thornRule : thornACL ! 174: ! 175: # MHS object classes ! 176: ! 177: mhsDistributionList: mhsObjectClass.0: top: \ ! 178: cn, mhsDLSubmitPermissions, mhsORAddresses: \ ! 179: description, o, ou, owner, seeAlso, mhsDeliverableContentTypes, \ ! 180: mhsdeliverableEits, mhsDLMembers, mhsPreferredDeliveryMethods ! 181: ! 182: mhsMessageStore: mhsObjectClass.1: applicationEntity: : \ ! 183: description, owner, mhsSupportedOptionalAttributes, \ ! 184: mhsSupportedAutomaticActions, mhsSupportedContentTypes ! 185: ! 186: mhsMessageTransferAgent: mhsObjectClass.2: applicationEntity: : \ ! 187: description, owner, mhsDeliverableContentLength ! 188: ! 189: mhsOrganizationalUser: mhsObjectClass.3: organizationalPerson: \ ! 190: mhsORAddresses: \ ! 191: mhsDeliverableContentLength, mhsDeliverableContentTypes,\ ! 192: mhsDeliverableEits, mhsMessageStoreName, mhsPreferredDeliveryMethods ! 193: ! 194: mhsResidentialUser: mhsObjectClass.4: residentialPerson: \ ! 195: mhsORAddresses: \ ! 196: mhsDeliverableContentLength, mhsDeliverableContentTypes,\ ! 197: mhsDeliverableEits, mhsMessageStoreName, mhsPreferredDeliveryMethods ! 198: ! 199: mhsUserAgent: mhsObjectClass.5: applicationEntity: : \ ! 200: mhsDeliverableContentLength, mhsDeliverableContentTypes,\ ! 201: mhsDeliverableEits, mhsORAddresses, owner ! 202:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.