]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/microsoft.schema
Add ISOC Copyright
[openldap] / servers / slapd / schema / microsoft.schema
1 # $OpenLDAP$
2 # This file is provided for informational purposes only.
3
4 # These definitions are from Microsoft's Active Directory.
5 # They were gathered using the subschemaSubentry object of
6 # Windows 2000 Advanced Server Release Candidate 2.
7
8 # These object classes and attributes are rooted at OID
9 # 1.2.840.113556.1, Microsoft's Directory Enabled networks
10 # OID.  Many of them rely on the modified "standard" objects
11 # and attributes defined in "microsoft.std.schema".
12
13 objectclass ( 1.2.840.113556.1.5.24
14         NAME 'remoteMailRecipient'
15         SUP top
16         STRUCTURAL 
17         MAY (remoteSource $ remoteSourceType $ managedBy ) )
18
19 objectclass ( 1.2.840.113556.1.5.49
20         NAME 'packageRegistration'
21         SUP top
22         STRUCTURAL 
23         MAY (msiScriptPath $ cOMClassID $ cOMInterfaceID $ cOMProgID $
24                 localeID $ machineArchitecture $ iconPath $ cOMTypelibId $
25                 vendor $ packageType $ setupCommand $ packageName $
26                 packageFlags $ versionNumberHi $ versionNumberLo $
27                 lastUpdateSequence $ managedBy $ msiFileList $ categories $
28                 upgradeProductCode $ msiScript $ canUpgradeScript $
29                 fileExtPriority $ productCode $ msiScriptName $
30                 msiScriptSize $ installUiLevel ) )
31
32 objectclass ( 1.2.840.113556.1.5.161
33         NAME 'mSMQQueue'
34         SUP top
35         STRUCTURAL
36         MAY (mSMQQueueType $ mSMQJournal $ mSMQBasePriority $ mSMQLabel $
37                 mSMQAuthenticate $ mSMQPrivacyLevel $ mSMQOwnerID $
38                 mSMQTransactional $ mSMQQueueQuota $ mSMQQueueJournalQuota $
39                 mSMQQueueNameExt ) )
40
41 objectclass ( 1.2.840.113556.1.5.81
42         NAME 'rpcServer'
43         SUP rpcEntry
44         STRUCTURAL 
45         MAY (rpcNsObjectID $ rpcNsCodeset $ rpcNsEntryFlags ) )
46
47 objectclass ( 1.2.840.113556.1.5.5
48         NAME 'samServer'
49         SUP securityObject
50         STRUCTURAL )
51
52 objectclass ( 1.2.840.113556.1.5.156
53         NAME 'rRASAdministrationDictionary'
54         SUP top
55         STRUCTURAL 
56         MAY (msRRASVendorAttributeEntry ) )
57
58 objectclass ( 1.2.840.113556.1.5.138
59         NAME 'aCSSubnet'
60         SUP top
61         STRUCTURAL 
62         MAY (aCSMaxTokenRatePerFlow $ aCSMaxPeakBandwidthPerFlow $
63                 aCSMaxDurationPerFlow $ aCSAllocableRSVPBandwidth $
64                 aCSMaxPeakBandwidth $ aCSEnableRSVPMessageLogging $
65                 aCSEventLogLevel $ aCSEnableACSService $
66                 aCSRSVPLogFilesLocation $ aCSMaxNoOfLogFiles $
67                 aCSMaxSizeOfRSVPLogFile $ aCSDSBMPriority $ aCSDSBMRefresh $
68                 aCSDSBMDeadTime $ aCSCacheTimeout $ aCSNonReservedTxLimit $
69                 aCSNonReservedTxSize $ aCSEnableRSVPAccounting $
70                 aCSRSVPAccountFilesLocation $ aCSMaxNoOfAccountFiles $
71                 aCSMaxSizeOfRSVPAccountFile $ aCSServerList $
72                 aCSNonReservedPeakRate $ aCSNonReservedTokenSize $
73                 aCSNonReservedMaxSDUSize $ aCSNonReservedMinPolicedSize ) )
74
75 objectclass ( 1.2.840.113556.1.5.137
76         NAME 'aCSPolicy'
77         SUP top
78         STRUCTURAL 
79         MAY (aCSTimeOfDay $ aCSDirection $ aCSMaxTokenRatePerFlow $
80                 aCSMaxPeakBandwidthPerFlow $ aCSAggregateTokenRatePerUser $
81                 aCSMaxDurationPerFlow $ aCSServiceType $ aCSTotalNoOfFlows $
82                 aCSPriority $ aCSPermissionBits $ aCSIdentityName $
83                 aCSMaxAggregatePeakRatePerUser $ aCSMaxTokenBucketPerFlow $
84                 aCSMaximumSDUSize $ aCSMinimumPolicedSize $ aCSMinimumLatency $
85                 aCSMinimumDelayVariation ) )
86
87 objectclass ( 1.2.840.113556.1.5.154
88         NAME 'nTFRSSubscriptions'
89         SUP top
90         STRUCTURAL 
91         MAY (fRSWorkingPath $ fRSExtensions $ fRSVersion ) )
92
93 objectclass ( 1.2.840.113556.1.5.176
94         NAME 'msExchConfigurationContainer'
95         SUP container
96         STRUCTURAL 
97         MAY (addressBookRoots $ globalAddressList $ templateRoots ) )
98
99 objectclass ( 1.2.840.113556.1.5.141
100         NAME 'interSiteTransport'
101         SUP top
102         STRUCTURAL 
103         MUST (transportDLLName $ transportAddressAttribute )
104         MAY (options $ replInterval ) )
105
106 objectclass ( 1.2.840.113556.1.3.23
107         NAME 'container'
108         SUP top
109         STRUCTURAL 
110         MUST (cn )
111         MAY (schemaVersion $ defaultClassStore ) )
112
113 objectclass ( 1.2.840.113556.1.5.67
114         NAME 'domainDNS'
115         SUP domain
116         STRUCTURAL 
117         MAY (managedBy ) )
118
119 objectclass ( 1.2.840.113556.1.5.3
120         NAME 'samDomain'
121         SUP top
122         AUXILIARY
123         MAY (description $ cACertificate $ builtinCreationTime $
124                 builtinModifiedCount $ creationTime $ domainPolicyObject $
125                 defaultLocalPolicyObject $ lockoutDuration $
126                 lockOutObservationWindow $ lSACreationTime $ lSAModifiedCount $
127                 lockoutThreshold $ maxPwdAge $ minPwdAge $ minPwdLength $
128                 modifiedCountAtLastProm $ nETBIOSName $ nextRid $ pwdProperties $
129                 pwdHistoryLength $ privateKey $ replicaSource $
130                 controlAccessRights $ auditingPolicy $ eFSPolicy $
131                 desktopProfile $ nTMixedDomain $ rIDManagerReference $ treeName $
132                 pekList $ pekKeyChangeInterval $ gPLink $ gPOptions $
133                 ms-DS-MachineAccountQuota ) )
134
135 objectclass ( 1.2.840.113556.1.5.152
136         NAME 'intellimirrorGroup'
137         SUP top
138         STRUCTURAL )
139
140 objectclass ( 1.2.840.113556.1.5.132
141         NAME 'dHCPClass'
142         SUP top
143         STRUCTURAL 
144         MUST (dhcpUniqueKey $ dhcpType $ dhcpFlags $ dhcpIdentification )
145         MAY (networkAddress $ dhcpObjName $ dhcpObjDescription $ dhcpServers $
146                 dhcpSubnets $ dhcpMask $ dhcpRanges $ dhcpSites $ dhcpReservations $
147                 superScopes $ superScopeDescription $ optionDescription $
148                 optionsLocation $ dhcpOptions $ dhcpClasses $ mscopeId $ dhcpState $
149                 dhcpProperties $ dhcpMaxKey $ dhcpUpdateTime ) )
150
151 objectclass ( 1.2.840.113556.1.5.7000.56
152         NAME 'ipsecBase'
153         SUP top
154         ABSTRACT
155         MAY (ipsecName $ ipsecID $ ipsecDataType $ ipsecData $
156                 ipsecOwnersReference ) )
157
158 objectclass ( 1.2.840.113556.1.5.11
159         NAME 'comConnectionPoint'
160         SUP connectionPoint
161         STRUCTURAL 
162         MUST (cn )
163         MAY (marshalledInterface $ moniker $ monikerDisplayName ) )
164
165 objectclass ( 1.2.840.113556.1.5.77
166         NAME 'controlAccessRight'
167         SUP top
168         STRUCTURAL 
169         MAY (rightsGuid $ appliesTo $ localizationDisplayId $ validAccesses ) )
170
171 objectclass ( 1.2.840.113556.1.5.130
172         NAME 'indexServerCatalog'
173         SUP connectionPoint
174         STRUCTURAL 
175         MUST (creator )
176         MAY (uNCName $ queryPoint $ indexedScopes $ friendlyNames ) )
177
178 objectclass ( 1.2.840.113556.1.5.140
179         NAME 'interSiteTransportContainer'
180         SUP top
181         STRUCTURAL )
182
183 objectclass ( 1.2.840.113556.1.5.27
184         NAME 'rpcEntry'
185         SUP connectionPoint
186         ABSTRACT )
187
188 objectclass ( 1.2.840.113556.1.5.80
189         NAME 'rpcGroup'
190         SUP rpcEntry
191         STRUCTURAL 
192         MAY (rpcNsGroup $ rpcNsObjectID ) )
193
194 objectclass ( 1.2.840.113556.1.3.30
195         NAME 'computer'
196         SUP user
197         STRUCTURAL 
198         MAY (cn $ networkAddress $ localPolicyFlags $ defaultLocalPolicyObject $
199                 machineRole $ location $ netbootInitialization $ netbootGUID $
200                 netbootMachineFilePath $ siteGUID $ operatingSystem $
201                 operatingSystemVersion $ operatingSystemServicePack $
202                 operatingSystemHotfix $ volumeCount $ physicalLocationObject $
203                 dNSHostName $ policyReplicationFlags $ managedBy $ rIDSetReferences $
204                 catalogs $ netbootSIFFile $ netbootMirrorDataFile ) )
205
206 objectclass ( 1.2.840.113556.1.5.189
207         NAME 'mS-SQL-OLAPDatabase'
208         SUP top
209         STRUCTURAL 
210         MAY (mS-SQL-Name $ mS-SQL-Contact $ mS-SQL-Status $
211                 mS-SQL-LastUpdatedDate $ mS-SQL-InformationURL $ mS-SQL-ConnectionURL $
212                         mS-SQL-PublicationURL $ mS-SQL-Description $ mS-SQL-Type $
213                         mS-SQL-Size $ mS-SQL-LastBackupDate $ mS-SQL-Applications $
214                         mS-SQL-Keywords ) )
215
216 objectclass ( 1.2.840.113556.1.3.11
217         NAME 'crossRef'
218         SUP top
219         STRUCTURAL 
220         MUST (cn $ nCName $ dnsRoot )
221         MAY (Enabled $ nETBIOSName $ trustParent $ superiorDNSRoot $ rootTrust ) )
222
223 objectclass ( 1.2.840.113556.1.5.147
224         NAME 'siteLink'
225         SUP top
226         STRUCTURAL 
227         MUST (siteList )
228         MAY (cost $ schedule $ options $ replInterval ) )
229
230 objectclass ( 1.2.840.113556.1.5.121
231         NAME 'ipsecNFA'
232         SUP ipsecBase
233         STRUCTURAL 
234         MAY (ipsecNegotiationPolicyReference $ ipsecFilterReference ) )
235
236 objectclass ( 1.2.840.113556.1.5.92
237         NAME 'linkTrackVolEntry'
238         SUP leaf
239         STRUCTURAL 
240         MAY (linkTrackSecret $ volTableIdxGUID $ volTableGUID $ currMachineId $
241                 timeVolChange $ timeRefresh $ seqNotification $ objectCount ) )
242
243 objectclass ( 1.2.840.113556.1.5.93
244         NAME 'linkTrackOMTEntry'
245         SUP leaf
246         STRUCTURAL 
247         MAY (birthLocation $ oMTIndxGuid $ currentLocation $ timeRefresh $
248                 oMTGuid ) )
249
250 objectclass ( 1.2.840.113556.1.5.6
251         NAME 'securityPrincipal'
252         SUP top
253         AUXILIARY
254         MUST (objectSid $ sAMAccountName )
255         MAY (nTSecurityDescriptor $ securityIdentifier $ supplementalCredentials $
256                 rid $ sAMAccountType $ sIDHistory $ altSecurityIdentities $ tokenGroups $
257                 tokenGroupsNoGCAcceptable $ accountNameHistory  $
258                 tokenGroupsGlobalAndUniversal) )
259
260 objectclass ( 1.2.840.113556.1.5.162
261         NAME 'mSMQConfiguration'
262         SUP top
263         STRUCTURAL 
264         MAY (mSMQQuota $ mSMQJournalQuota $ mSMQOwnerID $ mSMQSites $
265                 mSMQOutRoutingServers $ mSMQInRoutingServers $ mSMQServiceType $
266                 mSMQComputerType $ mSMQForeign $ mSMQOSType $ mSMQEncryptKey $
267                 mSMQSignKey $ mSMQDependentClientServices $ mSMQRoutingServices $
268                 mSMQDsServices ) )
269
270 objectclass ( 1.2.840.113556.1.5.10
271         NAME 'classRegistration'
272         SUP leaf
273         STRUCTURAL 
274         MAY (cOMInterfaceID $ cOMProgID $ cOMCLSID $ cOMTreatAsClassId $
275                 cOMOtherProgId $ implementedCategories $ requiredCategories $
276                 managedBy ) )
277
278 objectclass ( 1.2.840.113556.1.5.191
279         NAME 'aCSResourceLimits'
280         SUP top
281         STRUCTURAL 
282         MAY (aCSMaxTokenRatePerFlow $ aCSMaxPeakBandwidthPerFlow $ aCSServiceType $
283                 aCSAllocableRSVPBandwidth $ aCSMaxPeakBandwidth ) )
284
285 objectclass ( 1.2.840.113556.1.5.7000.53
286         NAME 'crossRefContainer'
287         SUP top
288         STRUCTURAL 
289         MAY (uPNSuffixes ) )
290
291 objectclass ( 1.2.840.113556.1.5.120
292         NAME 'ipsecISAKMPPolicy'
293         SUP ipsecBase
294         STRUCTURAL )
295
296 objectclass ( 1.2.840.113556.1.5.26
297         NAME 'rpcProfileElement'
298         SUP rpcEntry
299         STRUCTURAL 
300         MUST (rpcNsInterfaceID $ rpcNsPriority )
301         MAY (rpcNsProfileEntry $ rpcNsAnnotation ) )
302
303 objectclass ( 1.2.840.113556.1.5.188
304         NAME 'mS-SQL-SQLDatabase'
305         SUP top
306         STRUCTURAL 
307         MAY (mS-SQL-Name $ mS-SQL-Contact $ mS-SQL-Status $ mS-SQL-InformationURL $
308                 mS-SQL-Description $ mS-SQL-Alias $ mS-SQL-Size $ mS-SQL-CreationDate $
309                 mS-SQL-LastBackupDate $ mS-SQL-LastDiagnosticDate $ mS-SQL-Applications $
310                 mS-SQL-Keywords ) )
311
312 objectclass ( 1.2.840.113556.1.5.94
313         NAME 'serviceAdministrationPoint'
314         SUP serviceConnectionPoint
315         STRUCTURAL )
316
317 objectclass ( 1.2.840.113556.1.5.85
318         NAME 'dnsZone'
319         SUP top
320         STRUCTURAL 
321         MUST (dc )
322         MAY (dnsAllowDynamic $ dnsAllowXFR $ dnsSecureSecondaries $
323                 dnsNotifySecondaries $ managedBy $ dNSProperty ) )
324
325 objectclass ( 1.2.840.113556.1.5.33
326         NAME 'storage'
327         SUP connectionPoint
328         STRUCTURAL 
329         MAY (moniker $ monikerDisplayName $ iconPath ) )
330
331 objectclass ( 1.2.840.113556.1.5.7000.47
332         NAME 'nTDSDSA'
333         SUP applicationSettings
334         STRUCTURAL 
335         MAY (hasMasterNCs $ hasPartialReplicaNCs $ dMDLocation $ invocationId $
336                 networkAddress $ options $ fRSRootPath $ serverReference $
337                 lastBackupRestorationTime $ queryPolicyObject $ managedBy $
338                 retiredReplDSASignatures ) )
339
340 objectclass ( 1.2.840.113556.1.5.15
341         NAME 'contact'
342         SUP organizationalPerson
343         STRUCTURAL 
344         MUST (cn )
345         MAY (notes ) )
346
347 objectclass ( 1.2.840.113556.1.5.86
348         NAME 'dnsNode'
349         SUP top
350         STRUCTURAL 
351         MUST (dc )
352         MAY (dnsRecord $ dNSProperty $ dNSTombstoned ) )
353
354 objectclass ( 1.2.840.113556.1.5.104
355         NAME 'meeting'
356         SUP top
357         STRUCTURAL 
358         MUST (meetingName )
359         MAY (meetingID $ meetingDescription $ meetingKeyword $ meetingLocation $
360                 meetingProtocol $ meetingType $ meetingApplication $ meetingLanguage $
361                 meetingMaxParticipants $ meetingOriginator $ meetingContactInfo $
362                 meetingOwner $ meetingIP $ meetingScope $ meetingAdvertiseScope $
363                 meetingURL $ meetingRating $ meetingIsEncrypted $ meetingRecurrence $
364                 meetingStartTime $ meetingEndTime $ meetingBandwidth $ meetingBlob ) )
365
366 objectclass ( 1.2.840.113556.1.5.69
367         NAME 'nTDSSiteSettings'
368         SUP applicationSiteSettings
369         STRUCTURAL 
370         MAY (schedule $ options $ queryPolicyObject $ managedBy $
371                 interSiteTopologyGenerator $ interSiteTopologyRenew $
372                 interSiteTopologyFailover ) )
373
374 objectclass ( 1.2.840.113556.1.5.151
375         NAME 'intellimirrorSCP'
376         SUP serviceAdministrationPoint
377         STRUCTURAL 
378         MAY (netbootMachineFilePath $ netbootAllowNewClients $ netbootLimitClients $
379                 netbootMaxClients $ netbootCurrentClientCount $ netbootAnswerRequests $
380                 netbootAnswerOnlyValidClients $ netbootNewMachineNamingPolicy $
381                 netbootNewMachineOU $ netbootIntelliMirrorOSes $ netbootTools $
382                 netbootLocallyInstalledOSes $ netbootServer ) )
383
384 objectclass ( 1.2.840.113556.1.5.7000.48
385         NAME 'serversContainer'
386         SUP top
387         STRUCTURAL )
388
389 objectclass ( 1.2.840.113556.1.5.185
390         NAME 'mS-SQL-OLAPServer'
391         SUP serviceConnectionPoint
392         STRUCTURAL 
393         MAY (mS-SQL-Name $ mS-SQL-RegisteredOwner $ mS-SQL-Contact $ mS-SQL-Build $
394                 mS-SQL-ServiceAccount $ mS-SQL-Status $ mS-SQL-InformationURL $
395                 mS-SQL-PublicationURL $ mS-SQL-Version $ mS-SQL-Language $
396                 mS-SQL-Keywords ) )
397
398 objectclass ( 1.2.840.113556.1.5.179
399         NAME 'mSMQMigratedUser'
400         SUP top
401         STRUCTURAL 
402         MAY (objectSid $ mSMQSignCertificates $ mSMQDigests $ mSMQDigestsMig $
403                 mSMQSignCertificatesMig $ mSMQUserSid ) )
404
405 objectclass ( 1.2.840.113556.1.5.73
406         NAME 'rpcServerElement'
407         SUP rpcEntry
408         STRUCTURAL 
409         MUST (rpcNsBindings $ rpcNsInterfaceID $ rpcNsTransferSyntax ) )
410
411 objectclass ( 1.2.840.113556.1.5.97
412         NAME 'physicalLocation'
413         SUP locality
414         STRUCTURAL 
415         MAY (managedBy ) )
416
417 objectclass ( 1.2.840.113556.1.5.42
418         NAME 'dfsConfiguration'
419         SUP top
420         STRUCTURAL )
421
422 objectclass ( 1.2.840.113556.1.5.84
423         NAME 'displaySpecifier'
424         SUP top
425         STRUCTURAL 
426         MAY (iconPath $ creationWizard $ contextMenu $ adminPropertyPages $
427                 shellPropertyPages $ classDisplayName $ adminContextMenu $
428                 shellContextMenu $ attributeDisplayNames $ treatAsLeaf $ createDialog $
429                 createWizardExt $ scopeFlags $ queryFilter ) )
430
431 objectclass ( 1.2.840.113556.1.5.52
432         NAME 'fileLinkTracking'
433         SUP top
434         STRUCTURAL )
435
436 objectclass ( 1.2.840.113556.1.5.146
437         NAME 'remoteStorageServicePoint'
438         SUP serviceAdministrationPoint
439         STRUCTURAL 
440         MAY (remoteStorageGUID ) )
441
442 objectclass ( 1.2.840.113556.1.5.36
443         NAME 'volume'
444         SUP connectionPoint
445         STRUCTURAL 
446         MUST (uNCName )
447         MAY (contentIndexingAllowed $ lastContentIndexed ) )
448
449 objectclass ( 1.2.840.113556.1.5.17
450         NAME 'server'
451         SUP top
452         STRUCTURAL 
453         MAY (serialNumber $ serverReference $ dNSHostName $ managedBy $
454                 mailAddress $ bridgeheadTransportList ) )
455
456 objectclass ( 1.2.840.113556.1.5.96
457         NAME 'subnet'
458         SUP top
459         STRUCTURAL 
460         MAY (location $ siteObject $ physicalLocationObject ) )
461
462 objectclass ( 1.2.840.113556.1.5.129
463         NAME 'rIDSet'
464         SUP top
465         STRUCTURAL 
466         MUST (rIDAllocationPool $ rIDPreviousAllocationPool $ rIDUsedPool $
467                 rIDNextRID ) )
468
469 objectclass ( 1.2.840.113556.1.5.28
470         NAME 'secret'
471         SUP leaf
472         STRUCTURAL 
473         MAY (currentValue $ lastSetTime $ priorSetTime $ priorValue ) )
474
475 objectclass ( 1.2.840.113556.1.5.66
476         NAME 'domain'
477         SUP top
478         ABSTRACT
479         MUST (dc ) )
480
481 objectclass ( 1.2.840.113556.1.5.184
482         NAME 'mS-SQL-SQLServer'
483         SUP serviceConnectionPoint
484         STRUCTURAL 
485         MAY (mS-SQL-Name $ mS-SQL-RegisteredOwner $ mS-SQL-Contact $
486                 mS-SQL-Location $ mS-SQL-Memory $ mS-SQL-Build $
487                 mS-SQL-ServiceAccount $ mS-SQL-CharacterSet $ mS-SQL-SortOrder $
488                 mS-SQL-UnicodeSortOrder $ mS-SQL-Clustered $ mS-SQL-NamedPipe $
489                 mS-SQL-MultiProtocol $ mS-SQL-SPX $ mS-SQL-TCPIP $ mS-SQL-AppleTalk $
490                 mS-SQL-Vines $ mS-SQL-Status $ mS-SQL-LastUpdatedDate $
491                 mS-SQL-InformationURL $ mS-SQL-GPSLatitude $ mS-SQL-GPSLongitude $
492                 mS-SQL-GPSHeight $ mS-SQL-Keywords ) )
493
494 objectclass ( 1.2.840.113556.1.5.155
495         NAME 'nTFRSSubscriber'
496         SUP top
497         STRUCTURAL 
498         MUST (fRSRootPath $ fRSStagingPath )
499         MAY (schedule $ fRSUpdateTimeout $ fRSFaultCondition $ fRSServiceCommand $
500                 fRSExtensions $ fRSFlags $ fRSMemberReference $ fRSServiceCommandStatus $
501                 fRSTimeLastCommand $ fRSTimeLastConfigChange ) )
502
503 objectclass ( 1.2.840.113556.1.5.14
504         NAME 'connectionPoint'
505         SUP leaf
506         ABSTRACT
507         MUST (cn )
508         MAY (keywords $ managedBy ) )
509
510 objectclass ( 1.2.840.113556.1.5.102
511         NAME 'nTFRSReplicaSet'
512         SUP top
513         STRUCTURAL 
514         MAY (fRSReplicaSetType $ fRSVersionGUID $ schedule $ fRSFileFilter $
515                 fRSDirectoryFilter $ fRSDSPoll $ fRSServiceCommand $ fRSReplicaSetGUID $
516                 fRSLevelLimit $ fRSRootSecurity $ fRSExtensions $ managedBy $ fRSFlags $
517                 fRSPartnerAuthLevel $ fRSPrimaryMember ) )
518
519 objectclass ( 1.2.840.113556.1.5.95
520         NAME 'subnetContainer'
521         SUP top
522         STRUCTURAL )
523
524 objectclass ( 1.2.840.113556.1.3.59
525         NAME 'displayTemplate'
526         SUP top
527         STRUCTURAL 
528         MUST (cn )
529         MAY (helpData32 $ originalDisplayTableMSDOS $ addressEntryDisplayTable $
530                 helpFileName $ addressEntryDisplayTableMSDOS $ helpData16 $
531                 originalDisplayTable ) )
532
533 objectclass ( 1.2.840.113556.1.5.30
534         NAME 'serviceInstance'
535         SUP connectionPoint
536         STRUCTURAL 
537         MUST (displayName $ serviceClassID )
538         MAY (winsockAddresses $ serviceInstanceVersion ) )
539
540 objectclass ( 1.2.840.113556.1.3.14
541         NAME 'attributeSchema'
542         SUP top
543         STRUCTURAL 
544         MUST (cn $ attributeID $ attributeSyntax $ isSingleValued $ oMSyntax $
545                 lDAPDisplayName $ schemaIDGUID )
546         MAY (rangeLower $ rangeUpper $ mAPIID $ linkID $ oMObjectClass $
547                 searchFlags $ extendedCharsAllowed $ schemaFlagsEx $
548                 attributeSecurityGUID $ systemOnly $ classDisplayName $
549                 isMemberOfPartialAttributeSet $ isDefunct $ isEphemeral ) )
550
551 objectclass ( 1.2.840.113556.1.3.58
552         NAME 'addressTemplate'
553         SUP displayTemplate
554         STRUCTURAL 
555         MUST (displayName )
556         MAY (addressSyntax $ perMsgDialogDisplayTable $
557                 perRecipDialogDisplayTable $ addressType $
558                 proxyGenerationEnabled ) )
559
560 objectclass ( 1.2.840.113556.1.5.8
561         NAME 'group'
562         SUP top
563         STRUCTURAL 
564         MUST (groupType )
565         MAY (member $ nTGroupMembers $ operatorCount $ adminCount $
566                 groupAttributes $ groupMembershipSAM $ controlAccessRights $
567                 desktopProfile $ nonSecurityMember $ managedBy $
568                 primaryGroupToken $ mail ) )
569
570 objectclass ( 1.2.840.113556.1.5.76
571         NAME 'foreignSecurityPrincipal'
572         SUP top
573         STRUCTURAL 
574         MUST (objectSid )
575         MAY (foreignIdentifier ) )
576
577 objectclass ( 1.2.840.113556.1.5.43
578         NAME 'fTDfs'
579         SUP top
580         STRUCTURAL 
581         MUST (remoteServerName $ pKTGuid $ pKT ) )
582
583 objectclass ( 1.2.840.113556.1.5.91
584         NAME 'linkTrackObjectMoveTable'
585         SUP fileLinkTracking
586         STRUCTURAL )
587
588 objectclass ( 1.2.840.113556.1.5.150
589         NAME 'rRASAdministrationConnectionPoint'
590         SUP serviceAdministrationPoint
591         STRUCTURAL 
592         MAY (msRRASAttribute ) )
593
594 objectclass ( 1.2.840.113556.1.5.1
595         NAME 'securityObject'
596         SUP top
597         ABSTRACT
598         MUST (cn ) )
599
600 objectclass ( 1.2.840.113556.1.5.107
601         NAME 'sitesContainer'
602         SUP top
603         STRUCTURAL )
604
605 objectclass ( 1.2.840.113556.1.5.71
606         NAME 'nTDSConnection'
607         SUP leaf
608         STRUCTURAL 
609         MUST (enabledConnection $ fromServer $ options )
610         MAY (generatedConnection $ schedule $ transportType $
611                 mS-DS-ReplicatesNCReason ) )
612
613 objectclass ( 1.2.840.113556.1.5.190
614         NAME 'mS-SQL-OLAPCube'
615         SUP top
616         STRUCTURAL 
617         MAY (mS-SQL-Name $ mS-SQL-Contact $ mS-SQL-Status $
618                 mS-SQL-LastUpdatedDate $ mS-SQL-InformationURL $
619                 mS-SQL-PublicationURL $ mS-SQL-Description $ 
620                 mS-SQL-Size $ mS-SQL-Keywords ) )
621
622 objectclass ( 1.2.840.113556.1.5.148
623         NAME 'siteLinkBridge'
624         SUP top
625         STRUCTURAL 
626         MUST (siteLinkList ) )
627
628 objectclass ( 1.2.840.113556.1.5.9
629         NAME 'user'
630         SUP organizationalPerson
631         STRUCTURAL 
632         MAY (userCertificate $ networkAddress $ userAccountControl $
633                 badPwdCount $ codePage $ homeDirectory $ homeDrive $
634                 badPasswordTime $ lastLogoff $ lastLogon $ dBCSPwd $
635                 localeID $ scriptPath $ logonHours $ logonWorkstation $
636                 maxStorage $ userWorkstations $ unicodePwd $
637                 otherLoginWorkstations $ ntPwdHistory $ pwdLastSet $
638                 preferredOU $ primaryGroupID $ userParameters $
639                 profilePath $ operatorCount $ adminCount $ accountExpires $
640                 lmPwdHistory $ groupMembershipSAM $ logonCount $
641                 controlAccessRights $ defaultClassStore $ groupsToIgnore $
642                 groupPriority $ desktopProfile $ dynamicLDAPServer $
643                 userPrincipalName $ lockoutTime $ userSharedFolder $
644                 userSharedFolderOther $ servicePrincipalName $
645                 aCSPolicyName $ terminalServer $ mSMQSignCertificates $
646                 mSMQDigests $ mSMQDigestsMig $ mSMQSignCertificatesMig $
647                 msNPAllowDialin $ msNPCallingStationID $
648                 msNPSavedCallingStationID $ msRADIUSCallbackNumber $
649                 msRADIUSFramedIPAddress $ msRADIUSFramedRoute $
650                 msRADIUSServiceType $ msRASSavedCallbackNumber $
651                 msRASSavedFramedIPAddress $ msRASSavedFramedRoute $
652                 mS-DS-CreatorSID ) )
653
654 objectclass ( 1.2.840.113556.1.5.68
655         NAME 'applicationSiteSettings'
656         SUP top
657         ABSTRACT
658         MAY (applicationName $ notificationList ) )
659
660 objectclass ( 1.2.840.113556.1.5.31
661         NAME 'site'
662         SUP top
663         STRUCTURAL 
664         MAY (location $ notificationList $ managedBy $ gPLink $
665                 gPOptions $ mSMQSiteID $ mSMQNt4Stub $ mSMQSiteForeign $
666                 mSMQInterval1 $ mSMQInterval2 ) )
667
668 objectclass ( 1.2.840.113556.1.5.89
669         NAME 'nTFRSSettings'
670         SUP applicationSettings
671         STRUCTURAL 
672         MAY (fRSExtensions $ managedBy ) )
673
674 objectclass ( 1.2.840.113556.1.5.20
675         NAME 'leaf'
676         SUP top
677         ABSTRACT )
678
679 objectclass ( 1.2.840.113556.1.5.34
680         NAME 'trustedDomain'
681         SUP leaf
682         STRUCTURAL 
683         MAY (securityIdentifier $ trustAuthIncoming $ trustDirection $
684                 trustPartner $ trustPosixOffset $ trustAuthOutgoing $ trustType
685                 $ trustAttributes $ domainCrossRef $ flatName $
686                 initialAuthIncoming $ initialAuthOutgoing $ domainIdentifier $
687                 additionalTrustedServiceNames ) )
688
689 objectclass ( 1.2.840.113556.1.5.12
690         NAME 'configuration'
691         SUP top
692         STRUCTURAL 
693         MUST (cn ) )
694
695 objectclass ( 1.2.840.113556.1.5.163
696         NAME 'mSMQEnterpriseSettings'
697         SUP top
698         STRUCTURAL 
699         MAY (mSMQNameStyle $ mSMQCSPName $ mSMQLongLived $ mSMQVersion $
700                 mSMQInterval1 $ mSMQInterval2 ) )
701
702 objectclass ( 1.2.840.113556.1.5.4
703         NAME 'builtinDomain'
704         SUP top
705         STRUCTURAL )
706
707 objectclass ( 1.2.840.113556.1.3.46
708         NAME 'mailRecipient'
709         SUP top
710         AUXILIARY
711         MUST (cn )
712         MAY (telephoneNumber $ userCertificate $ info $ garbageCollPeriod $
713                 showInAddressBook $ userCert $ legacyExchangeDN $
714                 userSMIMECertificate $ textEncodedORAddress ) )
715
716 objectclass ( 1.2.840.113556.1.5.2
717         NAME 'samDomainBase'
718         SUP top
719         AUXILIARY
720         MAY (nTSecurityDescriptor $ creationTime $ forceLogoff $
721                 lockoutDuration $ lockOutObservationWindow $ lockoutThreshold $
722                 maxPwdAge $ minPwdAge $ minPwdLength $ modifiedCountAtLastProm $
723                 nextRid $ pwdProperties $ pwdHistoryLength $ revision $
724                 objectSid $ oEMInformation $ serverState $ uASCompat $
725                 serverRole $ domainReplica $ modifiedCount ) )
726
727 objectclass ( 1.2.840.113556.1.5.126
728         NAME 'serviceConnectionPoint'
729         SUP connectionPoint
730         STRUCTURAL 
731         MAY (serviceClassName $ serviceBindingInformation $ serviceDNSName $
732                 serviceDNSNameType ) )
733
734 objectclass ( 1.2.840.113556.1.5.119
735         NAME 'ipsecNegotiationPolicy'
736         SUP ipsecBase
737         STRUCTURAL 
738         MAY (iPSECNegotiationPolicyType $ iPSECNegotiationPolicyAction ) )
739
740 objectclass ( 1.2.840.113556.1.3.9
741         NAME 'dMD'
742         SUP top
743         STRUCTURAL 
744         MUST (cn )
745         MAY (dmdName $ schemaUpdate $ prefixMap $ schemaInfo ) )
746
747 objectclass ( 1.2.840.113556.1.5.165
748         NAME 'mSMQSettings'
749         SUP top
750         STRUCTURAL 
751         MAY (mSMQOwnerID $ mSMQServices $ mSMQQMID $ mSMQMigrated $ mSMQNt4Flags $
752                 mSMQSiteName $ mSMQRoutingService $ mSMQDsService $
753                 mSMQDependentClientService ) )
754
755 objectclass ( 1.2.840.113556.1.5.183
756         NAME 'dSUISettings'
757         SUP top
758         STRUCTURAL 
759         MAY (dSUIAdminNotification $ dSUIAdminMaximum $ dSUIShellMaximum ) )
760
761 objectclass ( 1.2.840.113556.1.5.177
762         NAME 'pKICertificateTemplate'
763         SUP top
764         STRUCTURAL 
765         MAY (displayName $ flags $ pKIDefaultKeySpec $ pKIKeyUsage $
766                 pKIMaxIssuingDepth $ pKICriticalExtensions $ pKIExpirationPeriod $
767                 pKIOverlapPeriod $ pKIExtendedKeyUsage $ pKIDefaultCSPs $
768                 pKIEnrollmentAccess ) )
769
770 objectclass ( 1.2.840.113556.1.5.164
771         NAME 'mSMQSiteLink'
772         SUP top
773         STRUCTURAL 
774         MUST (mSMQSite1 $ mSMQSite2 $ mSMQCost )
775         MAY (mSMQSiteGates $ mSMQSiteGatesMig ) )
776
777 objectclass ( 1.2.840.113556.1.5.139
778         NAME 'lostAndFound'
779         SUP top
780         STRUCTURAL 
781         MAY (moveTreeState ) )
782
783 objectclass ( 1.2.840.113556.1.5.136
784         NAME 'rpcContainer'
785         SUP container
786         STRUCTURAL 
787         MAY (nameServiceFlags ) )
788
789 objectclass ( 1.2.840.113556.1.5.18
790         NAME 'domainPolicy'
791         SUP leaf
792         STRUCTURAL 
793         MAY (authenticationOptions $ forceLogoff $ defaultLocalPolicyObject $
794                 lockoutDuration $ lockOutObservationWindow $ lockoutThreshold $
795                 maxPwdAge $ maxRenewAge $ maxTicketAge $ minPwdAge $ minPwdLength $
796                 minTicketAge $ pwdProperties $ pwdHistoryLength $ proxyLifetime $
797                 eFSPolicy $ publicKeyPolicy $ domainWidePolicy $ domainPolicyReference $
798                 qualityOfService $ ipsecPolicyReference $ managedBy $ domainCAs ) )
799
800 objectclass ( 1.2.840.113556.1.5.29
801         NAME 'serviceClass'
802         SUP leaf
803         STRUCTURAL 
804         MUST (displayName $ serviceClassID )
805         MAY (serviceClassInfo ) )
806
807 objectclass ( 1.2.840.113556.1.5.78
808         NAME 'licensingSiteSettings'
809         SUP applicationSiteSettings
810         STRUCTURAL 
811         MAY (siteServer ) )
812
813 objectclass ( 1.2.840.113556.1.5.59
814         NAME 'fileLinkTrackingEntry'
815         SUP top
816         STRUCTURAL )
817
818 objectclass ( 1.2.840.113556.1.5.106
819         NAME 'queryPolicy'
820         SUP top
821         STRUCTURAL 
822         MAY (lDAPAdminLimits $ lDAPIPDenyList ) )
823
824 objectclass ( 1.2.840.113556.1.5.53
825         NAME 'typeLibrary'
826         SUP top
827         STRUCTURAL 
828         MAY (cOMClassID $ cOMInterfaceID $ cOMUniqueLIBID ) )
829
830 objectclass ( 1.2.840.113556.1.5.72
831         NAME 'nTDSService'
832         SUP top
833         STRUCTURAL 
834         MAY (tombstoneLifetime $ dSHeuristics $ garbageCollPeriod $
835                 replTopologyStayOfExecution $ sPNMappings ) )
836
837 objectclass ( 1.2.840.113556.1.5.153
838         NAME 'nTFRSMember'
839         SUP top
840         STRUCTURAL 
841         MAY (fRSUpdateTimeout $ fRSServiceCommand $ serverReference $
842                 fRSRootSecurity $ fRSExtensions $ frsComputerReference $
843                 fRSControlDataCreation $ fRSControlInboundBacklog $
844                 fRSControlOutboundBacklog $ fRSFlags $ fRSPartnerAuthLevel ) )
845
846 objectclass ( 1.2.840.113556.1.5.98
847         NAME 'ipsecPolicy'
848         SUP ipsecBase
849         STRUCTURAL 
850         MAY (ipsecISAKMPReference $ ipsecNFAReference ) )
851
852 objectclass ( 1.2.840.113556.1.5.118
853         NAME 'ipsecFilter'
854         SUP ipsecBase
855         STRUCTURAL )
856
857 objectclass ( 1.2.840.113556.1.3.13
858         NAME 'classSchema'
859         SUP top
860         STRUCTURAL 
861         MUST (cn $ subClassOf $ governsID $ objectClassCategory $ schemaIDGUID $
862                 defaultObjectCategory )
863         MAY (possSuperiors $ mustContain $ mayContain $ rDNAttID $ auxiliaryClass $
864                 lDAPDisplayName $ schemaFlagsEx $ systemOnly $ systemPossSuperiors $
865                 systemMayContain $ systemMustContain $ systemAuxiliaryClass $
866                 defaultSecurityDescriptor $ defaultHidingValue $ classDisplayName $
867                 isDefunct ) )
868
869 objectclass ( 1.2.840.113556.1.5.175
870         NAME 'infrastructureUpdate'
871         SUP top
872         STRUCTURAL 
873         MAY (dNReferenceUpdate ) )
874
875 objectclass ( 1.2.840.113556.1.5.157
876         NAME 'groupPolicyContainer'
877         SUP container
878         STRUCTURAL 
879         MAY (flags $ versionNumber $ gPCFunctionalityVersion $ gPCFileSysPath $
880                 gPCMachineExtensionNames $ gPCUserExtensionNames ) )
881
882 objectclass ( 1.2.840.113556.1.5.74
883         NAME 'categoryRegistration'
884         SUP leaf
885         STRUCTURAL 
886         MAY (localeID $ categoryId $ managedBy $ localizedDescription ) )
887
888 objectclass ( 1.2.840.113556.1.5.178
889         NAME 'pKIEnrollmentService'
890         SUP top
891         STRUCTURAL 
892         MAY (cACertificate $ dNSHostName $ cACertificateDN $
893                 certificateTemplates $ signatureAlgorithms $
894                 enrollmentProviders ) )
895
896 objectclass ( 1.2.840.113556.1.5.187
897         NAME 'mS-SQL-SQLPublication'
898         SUP top
899         STRUCTURAL 
900         MAY (mS-SQL-Name $ mS-SQL-Status $ mS-SQL-Description $ mS-SQL-Type $
901                 mS-SQL-Database $ mS-SQL-AllowAnonymousSubscription $
902                 mS-SQL-Publisher $ mS-SQL-AllowKnownPullSubscription $
903                 mS-SQL-AllowImmediateUpdatingSubscription $
904                 mS-SQL-AllowQueuedUpdatingSubscription $
905                 mS-SQL-AllowSnapshotFilesFTPDownloading $ mS-SQL-ThirdParty ) )
906
907 objectclass ( 1.2.840.113556.1.5.90
908         NAME 'linkTrackVolumeTable'
909         SUP fileLinkTracking
910         STRUCTURAL )
911
912 objectclass ( 1.2.840.113556.1.5.125
913         NAME 'addressBookContainer'
914         SUP top
915         STRUCTURAL 
916         MUST (displayName )
917         MAY (purportedSearch ) )
918
919 objectclass ( 1.2.840.113556.1.5.23
920         NAME 'printQueue'
921         SUP connectionPoint
922         STRUCTURAL 
923         MUST (uNCName $ versionNumber $ serverName $ printerName $
924                 shortServerName )
925         MAY (location $ portName $ driverName $ printSeparatorFile $ priority $
926                 defaultPriority $ printStartTime $ printEndTime $ printFormName $
927                 printBinNames $ printMaxResolutionSupported $
928                 printOrientationsSupported $ printMaxCopies $ printCollate $
929                 printColor $ printLanguage $ printAttributes $ printShareName $
930                 printOwner $ printNotify $ printStatus $ printSpooling $
931                 printKeepPrintedJobs $ driverVersion $ printMaxXExtent $
932                 printMaxYExtent $ printMinXExtent $ printMinYExtent $
933                 printStaplingSupported $ printMemory $ assetNumber $
934                 bytesPerMinute $ printRate $ printRateUnit $ printNetworkAddress $
935                 printMACAddress $ printMediaReady $ printNumberUp $
936                 printMediaSupported $ operatingSystem $ operatingSystemVersion $
937                 operatingSystemServicePack $ operatingSystemHotfix $
938                 physicalLocationObject $ printPagesPerMinute $
939                 printDuplexSupported ) )
940
941 objectclass ( 1.2.840.113556.1.5.44
942         NAME 'classStore'
943         SUP top
944         STRUCTURAL 
945         MAY (versionNumber $ nextLevelStore $ lastUpdateSequence $
946                 appSchemaVersion ) )
947
948 objectclass ( 1.2.840.113556.1.5.186
949         NAME 'mS-SQL-SQLRepository'
950         SUP top
951         STRUCTURAL 
952         MAY (mS-SQL-Name $ mS-SQL-Contact $ mS-SQL-Build $ mS-SQL-Status $
953                 mS-SQL-Version $ mS-SQL-Description $ mS-SQL-InformationDirectory ) )
954
955 objectclass ( 1.2.840.113556.1.5.82
956         NAME 'rpcProfile'
957         SUP rpcEntry
958         STRUCTURAL )
959
960 objectclass ( 1.2.840.113556.1.5.83
961         NAME 'rIDManager'
962         SUP top
963         STRUCTURAL 
964         MUST (rIDAvailablePool ) )
965
966 objectclass ( 1.2.840.113556.1.5.7000.49
967         NAME 'applicationSettings'
968         SUP top
969         ABSTRACT
970         MAY (applicationName $ notificationList ) )
971
972 attributetype ( 1.2.840.113556.1.4.856
973         NAME 'netbootNewMachineOU'
974         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
975         SINGLE-VALUE )
976
977 attributetype ( 1.2.840.113556.1.4.13
978         NAME 'builtinCreationTime'
979         SYNTAX '1.2.840.113556.1.4.906'
980         SINGLE-VALUE )
981
982 attributetype ( 1.2.840.113556.1.4.1335
983         NAME 'pKIEnrollmentAccess'
984         SYNTAX '1.2.840.113556.1.4.907' )
985
986 attributetype ( 1.2.840.113556.1.4.1333
987         NAME 'pKIExtendedKeyUsage'
988         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
989
990 attributetype ( 1.2.840.113556.1.4.1123
991         NAME 'msNPCalledStationID'
992         SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' )
993
994 attributetype ( 1.2.840.113556.1.4.539
995         NAME 'initialAuthIncoming'
996         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
997         SINGLE-VALUE )
998
999 attributetype ( 1.2.840.113556.1.2.370
1000         NAME 'objectClassCategory'
1001         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1002         SINGLE-VALUE
1003         NO-USER-MODIFICATION )
1004
1005 attributetype ( 1.2.840.113556.1.4.41
1006         NAME 'generatedConnection'
1007         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
1008         SINGLE-VALUE )
1009
1010 attributetype ( 1.2.840.113556.1.4.911
1011         NAME 'allowedChildClasses'
1012         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38'
1013         NO-USER-MODIFICATION )
1014
1015 attributetype ( 1.2.840.113556.1.4.68
1016         NAME 'machineArchitecture'
1017         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' )
1018
1019 attributetype ( 1.2.840.113556.1.4.767
1020         NAME 'aCSMaxPeakBandwidth'
1021         SYNTAX '1.2.840.113556.1.4.906'
1022         SINGLE-VALUE )
1023
1024 attributetype ( 1.2.840.113556.1.4.72
1025         NAME 'marshalledInterface'
1026         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
1027
1028 attributetype ( 1.2.840.113556.1.4.368
1029         NAME 'rIDManagerReference'
1030         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
1031         SINGLE-VALUE
1032         NO-USER-MODIFICATION )
1033
1034 attributetype ( 1.2.840.113556.1.4.770
1035         NAME 'aCSEnableACSService'
1036         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
1037         SINGLE-VALUE )
1038
1039 attributetype ( 1.2.840.113556.1.4.1237
1040         NAME 'mSMQRoutingService'
1041         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
1042         SINGLE-VALUE )
1043
1044 attributetype ( 1.2.840.113556.1.4.1405
1045         NAME 'mS-SQL-AllowQueuedUpdatingSubscription'
1046         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
1047         SINGLE-VALUE )
1048
1049 attributetype ( 1.2.840.113556.1.4.648
1050         NAME 'primaryTelexNumber'
1051         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1052         SINGLE-VALUE )
1053
1054 attributetype ( 1.2.840.113556.1.4.8
1055         NAME 'userAccountControl'
1056         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1057         SINGLE-VALUE )
1058
1059 attributetype ( 1.2.840.113556.1.4.563
1060         NAME 'shellPropertyPages'
1061         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1062
1063 attributetype ( 1.2.840.113556.1.4.4
1064         NAME 'replUpToDateVector'
1065         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
1066         SINGLE-VALUE
1067         NO-USER-MODIFICATION )
1068
1069 attributetype ( 1.2.840.113556.1.4.484
1070         NAME 'fRSDirectoryFilter'
1071         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1072         SINGLE-VALUE )
1073
1074 attributetype ( 1.2.840.113556.1.4.230
1075         NAME 'printSeparatorFile'
1076         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1077         SINGLE-VALUE )
1078
1079 attributetype ( 1.2.840.113556.1.4.1329
1080         NAME 'pKIMaxIssuingDepth'
1081         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1082         SINGLE-VALUE )
1083
1084 attributetype ( 1.2.840.113556.1.4.1307
1085         NAME 'accountNameHistory'
1086         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1087
1088 attributetype ( 1.2.840.113556.1.4.1386
1089         NAME 'mS-SQL-GPSLongitude'
1090         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1091         SINGLE-VALUE )
1092
1093 attributetype ( 1.2.840.113556.1.4.562
1094         NAME 'adminPropertyPages'
1095         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1096
1097 attributetype ( 1.2.840.113556.1.4.121
1098         NAME 'securityIdentifier'
1099         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
1100         SINGLE-VALUE )
1101
1102 attributetype ( 1.2.840.113556.1.4.166
1103         NAME 'groupMembershipSAM'
1104         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
1105         SINGLE-VALUE )
1106
1107 attributetype ( 1.2.840.113556.1.4.659
1108         NAME 'serviceDNSNameType'
1109         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1110         SINGLE-VALUE )
1111
1112 attributetype ( 1.2.840.113556.1.4.585
1113         NAME 'meetingIsEncrypted'
1114         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1115         SINGLE-VALUE )
1116
1117 attributetype ( 1.2.840.113556.1.4.1400
1118         NAME 'mS-SQL-Applications'
1119         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1120
1121 attributetype ( 1.2.840.113556.1.4.330
1122         NAME 'lastUpdateSequence'
1123         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1124         SINGLE-VALUE )
1125
1126 attributetype ( 1.2.840.113556.1.4.50
1127         NAME 'lastContentIndexed'
1128         SYNTAX '1.2.840.113556.1.4.906'
1129         SINGLE-VALUE )
1130
1131 attributetype ( 1.2.840.113556.1.4.567
1132         NAME 'meetingDescription'
1133         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1134         SINGLE-VALUE )
1135
1136 attributetype ( 1.2.840.113556.1.4.880
1137         NAME 'fRSTimeLastCommand'
1138         SYNTAX '1.3.6.1.4.1.1466.115.121.1.53'
1139         SINGLE-VALUE )
1140
1141 attributetype ( 1.2.840.113556.1.4.83
1142         NAME 'monikerDisplayName'
1143         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1144
1145 attributetype ( 1.2.840.113556.1.4.321
1146         NAME 'requiredCategories'
1147         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
1148
1149 attributetype ( 1.2.840.113556.1.4.813
1150         NAME 'upgradeProductCode'
1151         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
1152
1153 attributetype ( 1.2.840.113556.1.4.774
1154         NAME 'aCSMaxNoOfLogFiles'
1155         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1156         SINGLE-VALUE )
1157
1158 attributetype ( 1.2.840.113556.1.4.1370
1159         NAME 'mS-SQL-CharacterSet'
1160         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1161         SINGLE-VALUE )
1162
1163 attributetype ( 1.2.840.113556.1.4.578
1164         NAME 'meetingContactInfo'
1165         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1166         SINGLE-VALUE )
1167
1168 attributetype ( 1.2.840.113556.1.4.1397
1169         NAME 'mS-SQL-CreationDate'
1170         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1171         SINGLE-VALUE )
1172
1173 attributetype ( 1.2.840.113556.1.4.32
1174         NAME 'domainPolicyObject'
1175         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
1176         SINGLE-VALUE )
1177
1178 attributetype ( 1.2.840.113556.1.4.703
1179         NAME 'dhcpObjDescription'
1180         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1181         SINGLE-VALUE )
1182
1183 attributetype ( 1.2.840.113556.1.4.573
1184         NAME 'meetingApplication'
1185         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1186
1187 attributetype ( 1.2.840.113556.1.4.518
1188         NAME 'defaultHidingValue'
1189         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
1190         SINGLE-VALUE )
1191
1192 attributetype ( 1.2.840.113556.1.4.875
1193         NAME 'fRSMemberReference'
1194         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
1195         SINGLE-VALUE )
1196
1197 attributetype ( 1.2.840.113556.1.4.701
1198         NAME 'dhcpIdentification'
1199         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1200         SINGLE-VALUE )
1201
1202 attributetype ( 1.2.840.113556.1.4.135
1203         NAME 'trustAuthOutgoing'
1204         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
1205         SINGLE-VALUE )
1206
1207 attributetype ( 1.2.840.113556.1.4.197
1208         NAME 'systemMustContain'
1209         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38'
1210         NO-USER-MODIFICATION )
1211
1212 attributetype ( 1.2.840.113556.1.4.1412
1213         NAME 'primaryGroupToken'
1214         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1215         SINGLE-VALUE
1216         NO-USER-MODIFICATION )
1217
1218 attributetype ( 1.2.840.113556.1.4.118
1219         NAME 'rpcNsProfileEntry'
1220         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1221         SINGLE-VALUE )
1222
1223 attributetype ( 1.2.840.113556.1.4.129
1224         NAME 'trustAuthIncoming'
1225         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
1226         SINGLE-VALUE )
1227
1228 attributetype ( 1.2.840.113556.1.4.1225
1229         NAME 'mSMQPrevSiteGates'
1230         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
1231
1232 attributetype ( 1.2.840.113556.1.4.607
1233         NAME 'queryPolicyObject'
1234         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
1235         SINGLE-VALUE )
1236
1237 attributetype ( 1.2.840.113556.1.4.712
1238         NAME 'optionDescription'
1239         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1240
1241 attributetype ( 1.2.840.113556.1.4.1314
1242         NAME 'aCSMaximumSDUSize'
1243         SYNTAX '1.2.840.113556.1.4.906'
1244         SINGLE-VALUE )
1245
1246 attributetype ( 1.2.840.113556.1.4.530
1247         NAME 'nonSecurityMember'
1248         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
1249
1250 attributetype ( 1.2.840.113556.1.4.31
1251         NAME 'fRSReplicaSetType'
1252         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1253         SINGLE-VALUE )
1254
1255 attributetype ( 1.2.840.113556.1.4.763
1256         NAME 'aCSTotalNoOfFlows'
1257         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1258         SINGLE-VALUE )
1259
1260 attributetype ( 1.2.840.113556.1.4.915
1261         NAME 'possibleInferiors'
1262         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38'
1263         NO-USER-MODIFICATION )
1264
1265 attributetype ( 1.2.840.113556.1.4.851
1266         NAME 'netbootMaxClients'
1267         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1268         SINGLE-VALUE )
1269
1270 attributetype ( 1.2.840.113556.1.4.1385
1271         NAME 'mS-SQL-GPSLatitude'
1272         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1273         SINGLE-VALUE )
1274
1275 attributetype ( 1.2.840.113556.1.4.765
1276         NAME 'aCSPermissionBits'
1277         SYNTAX '1.2.840.113556.1.4.906'
1278         SINGLE-VALUE )
1279
1280 attributetype ( 1.2.840.113556.1.4.926
1281         NAME 'mSMQTransactional'
1282         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
1283         SINGLE-VALUE )
1284
1285 attributetype ( 1.2.840.113556.1.4.1390
1286         NAME 'mS-SQL-Description'
1287         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1288         SINGLE-VALUE )
1289
1290 attributetype ( 1.2.840.113556.1.4.913
1291         NAME 'allowedAttributes'
1292         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38'
1293         NO-USER-MODIFICATION )
1294
1295 attributetype ( 1.2.840.113556.1.4.491
1296         NAME 'fRSFaultCondition'
1297         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1298         SINGLE-VALUE )
1299
1300 attributetype ( 1.2.840.113556.1.2.54
1301         NAME 'tombstoneLifetime'
1302         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1303         SINGLE-VALUE )
1304
1305 attributetype ( 1.2.840.113556.1.4.809
1306         NAME 'remoteStorageGUID'
1307         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1308         SINGLE-VALUE )
1309
1310 attributetype ( 1.2.840.113556.1.4.644
1311         NAME 'showInAddressBook'
1312         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
1313
1314 attributetype ( 1.2.840.113556.1.4.213
1315         NAME 'defaultClassStore'
1316         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
1317
1318 attributetype ( 1.2.840.113556.1.4.577
1319         NAME 'meetingOriginator'
1320         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1321         SINGLE-VALUE )
1322
1323 attributetype ( 1.2.840.113556.1.4.656
1324         NAME 'userPrincipalName'
1325         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1326         SINGLE-VALUE )
1327
1328 attributetype ( 1.2.840.113556.1.4.1316
1329         NAME 'aCSMinimumLatency'
1330         SYNTAX '1.2.840.113556.1.4.906'
1331         SINGLE-VALUE )
1332
1333 attributetype ( 1.2.840.113556.1.2.617
1334         NAME 'homePostalAddress'
1335         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1336         SINGLE-VALUE )
1337
1338 attributetype ( 1.2.840.113556.1.4.638
1339         NAME 'isPrivilegeHolder'
1340         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
1341         NO-USER-MODIFICATION )
1342
1343 attributetype ( 1.2.840.113556.1.4.533
1344         NAME 'fRSReplicaSetGUID'
1345         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
1346         SINGLE-VALUE )
1347
1348 attributetype ( 1.2.840.113556.1.4.371
1349         NAME 'rIDAllocationPool'
1350         SYNTAX '1.2.840.113556.1.4.906'
1351         SINGLE-VALUE
1352         NO-USER-MODIFICATION )
1353
1354 attributetype ( 1.2.840.113556.1.4.1327
1355         NAME 'pKIDefaultKeySpec'
1356         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1357         SINGLE-VALUE )
1358
1359 attributetype ( 1.2.840.113556.1.4.537
1360         NAME 'dynamicLDAPServer'
1361         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
1362         SINGLE-VALUE )
1363
1364 attributetype ( 1.2.840.113556.1.4.516
1365         NAME 'serverReferenceBL'
1366         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
1367         SINGLE-VALUE
1368         NO-USER-MODIFICATION )
1369
1370 attributetype ( 1.2.840.113556.1.4.500
1371         NAME 'fRSServiceCommand'
1372         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1373         SINGLE-VALUE )
1374
1375 attributetype ( 1.2.840.113556.1.4.1304
1376         NAME 'sDRightsEffective'
1377         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1378         SINGLE-VALUE )
1379
1380 attributetype ( 1.2.840.113556.1.4.1249
1381         NAME 'proxiedObjectName'
1382         SYNTAX '1.2.840.113556.1.4.903'
1383         SINGLE-VALUE
1384         NO-USER-MODIFICATION )
1385
1386 attributetype ( 1.2.840.113556.1.4.586
1387         NAME 'meetingRecurrence'
1388         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1389         SINGLE-VALUE )
1390
1391 attributetype ( 1.2.840.113556.1.4.251
1392         NAME 'cOMTreatAsClassId'
1393         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1394         SINGLE-VALUE )
1395
1396 attributetype ( 1.2.840.113556.1.4.1245
1397         NAME 'globalAddressList'
1398         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
1399
1400 attributetype ( 1.2.840.113556.1.4.908
1401         NAME 'extendedClassInfo'
1402         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1403         NO-USER-MODIFICATION )
1404
1405 attributetype ( 1.2.840.113556.1.4.459
1406         NAME 'machineWidePolicy'
1407         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
1408
1409 attributetype ( 1.2.840.113556.1.4.356
1410         NAME 'foreignIdentifier'
1411         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
1412         SINGLE-VALUE )
1413
1414 attributetype ( 1.2.840.113556.1.4.1242
1415         NAME 'dNReferenceUpdate'
1416         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
1417         NO-USER-MODIFICATION )
1418
1419 attributetype ( 1.2.840.113556.1.4.134
1420         NAME 'trustPosixOffset'
1421         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1422         SINGLE-VALUE )
1423
1424 attributetype ( 1.2.840.113556.1.4.36
1425         NAME 'enabledConnection'
1426         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
1427         SINGLE-VALUE )
1428
1429 attributetype ( 1.2.840.113556.1.4.627
1430         NAME 'ipsecNFAReference'
1431         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
1432
1433 attributetype ( 1.2.840.113556.1.4.86
1434         NAME 'userWorkstations'
1435         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1436         SINGLE-VALUE )
1437
1438 attributetype ( 1.2.840.113556.1.2.301
1439         NAME 'garbageCollPeriod'
1440         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1441         SINGLE-VALUE )
1442
1443 attributetype ( 1.2.840.113556.1.4.933
1444         NAME 'mSMQComputerType'
1445         SYNTAX '1.2.840.113556.1.4.905'
1446         SINGLE-VALUE )
1447
1448 attributetype ( 1.2.840.113556.1.4.65
1449         NAME 'logonWorkstation'
1450         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
1451         SINGLE-VALUE )
1452
1453 attributetype ( 1.2.840.113556.1.4.921
1454         NAME 'mSMQJournalQuota'
1455         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1456         SINGLE-VALUE )
1457
1458 attributetype ( 1.2.840.113556.1.4.108
1459         NAME 'remoteSourceType'
1460         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1461         SINGLE-VALUE )
1462
1463 attributetype ( 1.2.840.113556.1.4.95
1464         NAME 'pwdHistoryLength'
1465         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1466         SINGLE-VALUE )
1467
1468 attributetype ( 1.2.840.113556.1.4.920
1469         NAME 'mSMQBasePriority'
1470         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1471         SINGLE-VALUE )
1472
1473 attributetype ( 1.2.840.113556.1.4.196
1474         NAME 'systemMayContain'
1475         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38'
1476         NO-USER-MODIFICATION )
1477
1478 attributetype ( 1.2.840.113556.1.4.1407
1479         NAME 'mS-SQL-ThirdParty'
1480         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
1481         SINGLE-VALUE )
1482
1483 attributetype ( 1.2.840.113556.1.4.1243
1484         NAME 'mSMQQueueNameExt'
1485         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1486         SINGLE-VALUE )
1487
1488 attributetype ( 1.2.840.113556.1.4.485
1489         NAME 'fRSUpdateTimeout'
1490         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1491         SINGLE-VALUE )
1492
1493 attributetype ( 1.2.840.113556.1.4.924
1494         NAME 'mSMQPrivacyLevel'
1495         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1496         SINGLE-VALUE )
1497
1498 attributetype ( 1.2.840.113556.1.4.615
1499         NAME 'shellContextMenu'
1500         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1501
1502 attributetype ( 1.2.840.113556.1.4.618
1503         NAME 'wellKnownObjects'
1504         SYNTAX '1.2.840.113556.1.4.903'
1505         NO-USER-MODIFICATION )
1506
1507 attributetype ( 1.2.840.113556.1.4.789
1508         NAME 'transportDLLName'
1509         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1510         SINGLE-VALUE )
1511
1512 attributetype ( 1.2.840.113556.1.4.458
1513         NAME 'qualityOfService'
1514         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1515         SINGLE-VALUE )
1516
1517 attributetype ( 1.2.840.113556.1.4.73
1518         NAME 'lockoutThreshold'
1519         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1520         SINGLE-VALUE )
1521
1522 attributetype ( 1.2.840.113556.1.4.105
1523         NAME 'remoteServerName'
1524         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1525
1526 attributetype ( 1.2.840.113556.1.4.694
1527         NAME 'previousParentCA'
1528         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
1529
1530 attributetype ( 1.2.840.113556.1.4.1345
1531         NAME 'dSUIShellMaximum'
1532         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1533         SINGLE-VALUE )
1534
1535 attributetype ( 1.2.840.113556.1.4.303
1536         NAME 'notificationList'
1537         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
1538         SINGLE-VALUE )
1539
1540 attributetype ( 1.2.840.113556.1.4.1244
1541         NAME 'addressBookRoots'
1542         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
1543
1544 attributetype ( 1.2.840.113556.1.4.878
1545         NAME 'fRSPrimaryMember'
1546         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
1547         SINGLE-VALUE )
1548
1549 attributetype ( 1.2.840.113556.1.4.587
1550         NAME 'meetingStartTime'
1551         SYNTAX '1.3.6.1.4.1.1466.115.121.1.53' )
1552
1553 attributetype ( 1.2.840.113556.1.4.1310
1554         NAME 'mSMQSiteGatesMig'
1555         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
1556
1557 attributetype ( 1.2.840.113556.1.4.709
1558         NAME 'dhcpReservations'
1559         SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' )
1560
1561 attributetype ( 1.2.840.113556.1.4.614
1562         NAME 'adminContextMenu'
1563         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1564
1565 attributetype ( 1.2.840.113556.1.4.1332
1566         NAME 'pKIOverlapPeriod'
1567         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
1568         SINGLE-VALUE )
1569
1570 attributetype ( 1.2.840.113556.1.4.142
1571         NAME 'winsockAddresses'
1572         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
1573
1574 attributetype ( 1.2.840.113556.1.4.923
1575         NAME 'mSMQAuthenticate'
1576         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
1577         SINGLE-VALUE )
1578
1579 attributetype ( 1.2.840.113556.1.4.1344
1580         NAME 'dSUIAdminMaximum'
1581         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1582         SINGLE-VALUE )
1583
1584 attributetype ( 1.2.840.113556.1.4.848
1585         NAME 'appSchemaVersion'
1586         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1587         SINGLE-VALUE )
1588
1589 attributetype ( 1.2.840.113556.1.4.123
1590         NAME 'serviceClassInfo'
1591         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
1592
1593 attributetype ( 1.2.840.113556.1.4.769
1594         NAME 'aCSEventLogLevel'
1595         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1596         SINGLE-VALUE )
1597
1598 attributetype ( 1.2.840.113556.1.4.751
1599         NAME 'userSharedFolder'
1600         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1601         SINGLE-VALUE )
1602
1603 attributetype ( 1.2.840.113556.1.4.421
1604         NAME 'domainWidePolicy'
1605         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
1606
1607 attributetype ( 1.2.840.113556.1.4.669
1608         NAME 'rIDSetReferences'
1609         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
1610         NO-USER-MODIFICATION )
1611
1612 attributetype ( 1.2.840.113556.1.4.815
1613         NAME 'canUpgradeScript'
1614         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1615
1616 attributetype ( 1.2.840.113556.1.4.610
1617         NAME 'classDisplayName'
1618         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1619
1620 attributetype ( 1.2.840.113556.1.2.226
1621         NAME 'adminDescription'
1622         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1623         SINGLE-VALUE )
1624
1625 attributetype ( 1.2.840.113556.1.4.67
1626         NAME 'lSAModifiedCount'
1627         SYNTAX '1.2.840.113556.1.4.906'
1628         SINGLE-VALUE )
1629
1630 attributetype ( 1.2.840.113556.1.4.509
1631         NAME 'serviceClassName'
1632         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1633         SINGLE-VALUE )
1634
1635 attributetype ( 1.2.840.113556.1.4.56
1636         NAME 'localPolicyFlags'
1637         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1638         SINGLE-VALUE )
1639
1640 attributetype ( 1.2.840.113556.1.4.115
1641         NAME 'rpcNsInterfaceID'
1642         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1643         SINGLE-VALUE )
1644
1645 attributetype ( 1.2.840.113556.1.2.194
1646         NAME 'adminDisplayName'
1647         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1648         SINGLE-VALUE )
1649
1650 attributetype ( 1.2.840.113556.1.4.753
1651         NAME 'nameServiceFlags'
1652         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1653         SINGLE-VALUE )
1654
1655 attributetype ( 1.2.840.113556.1.4.589
1656         NAME 'meetingBandwidth'
1657         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' )
1658
1659 attributetype ( 1.2.840.113556.1.4.755
1660         NAME 'domainIdentifier'
1661         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1662         SINGLE-VALUE
1663         NO-USER-MODIFICATION )
1664
1665 attributetype ( 1.2.840.113556.1.4.370
1666         NAME 'rIDAvailablePool'
1667         SYNTAX '1.2.840.113556.1.4.906'
1668         SINGLE-VALUE )
1669
1670 attributetype ( 1.2.840.113556.1.4.655
1671         NAME 'legacyExchangeDN'
1672         SYNTAX '1.2.840.113556.1.4.905'
1673         SINGLE-VALUE )
1674
1675 attributetype ( 1.2.840.113556.1.4.470
1676         NAME 'trustAttributes'
1677         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1678         SINGLE-VALUE )
1679
1680 attributetype ( 1.2.840.113556.1.4.535
1681         NAME 'fRSRootSecurity'
1682         SYNTAX '1.2.840.113556.1.4.907'
1683         SINGLE-VALUE )
1684
1685 attributetype ( 1.2.840.113556.1.4.532
1686         NAME 'superiorDNSRoot'
1687         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1688         SINGLE-VALUE )
1689
1690 attributetype ( 1.2.840.113556.1.4.278
1691         NAME 'printMaxYExtent'
1692         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1693         SINGLE-VALUE )
1694
1695 attributetype ( 1.2.840.113556.1.4.277
1696         NAME 'printMaxXExtent'
1697         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1698         SINGLE-VALUE )
1699
1700 attributetype ( 1.2.840.113556.1.4.280
1701         NAME 'printMinYExtent'
1702         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1703         SINGLE-VALUE )
1704
1705 attributetype ( 1.2.840.113556.1.4.279
1706         NAME 'printMinXExtent'
1707         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1708         SINGLE-VALUE )
1709
1710 attributetype ( 1.2.840.113556.1.2.32
1711         NAME 'attributeSyntax'
1712         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38'
1713         SINGLE-VALUE
1714         NO-USER-MODIFICATION )
1715
1716 attributetype ( 1.2.840.113556.1.4.247
1717         NAME 'printAttributes'
1718         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1719         SINGLE-VALUE )
1720
1721 attributetype ( 1.2.840.113556.1.4.152
1722         NAME 'groupAttributes'
1723         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1724         SINGLE-VALUE )
1725
1726 attributetype ( 1.2.840.113556.1.4.816
1727         NAME 'fileExtPriority'
1728         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1729
1730 attributetype ( 1.2.840.113556.1.4.930
1731         NAME 'mSMQServiceType'
1732         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1733         SINGLE-VALUE )
1734
1735 attributetype ( 1.2.840.113556.1.4.363
1736         NAME 'operatingSystem'
1737         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1738         SINGLE-VALUE )
1739
1740 attributetype ( 1.2.840.113556.1.4.1371
1741         NAME 'mS-SQL-SortOrder'
1742         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1743         SINGLE-VALUE )
1744
1745 attributetype ( 1.2.840.113556.1.4.329
1746         NAME 'versionNumberLo'
1747         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1748         SINGLE-VALUE )
1749
1750 attributetype ( 1.2.840.113556.1.4.884
1751         NAME 'msRRASAttribute'
1752         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1753
1754 attributetype ( 1.2.840.113556.1.4.781
1755         NAME 'lastKnownParent'
1756         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
1757         SINGLE-VALUE )
1758
1759 attributetype ( 1.2.840.113556.1.4.1209
1760         NAME 'shortServerName'
1761         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1762         SINGLE-VALUE )
1763
1764 attributetype ( 1.2.840.113556.1.4.60
1765         NAME 'lockoutDuration'
1766         SYNTAX '1.2.840.113556.1.4.906'
1767         SINGLE-VALUE )
1768
1769 attributetype ( 1.2.840.113556.1.4.232
1770         NAME 'defaultPriority'
1771         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1772         SINGLE-VALUE )
1773
1774 attributetype ( 1.2.840.113556.1.4.754
1775         NAME 'rpcNsEntryFlags'
1776         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1777         SINGLE-VALUE )
1778
1779 attributetype ( 1.2.840.113556.1.4.713
1780         NAME 'optionsLocation'
1781         SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' )
1782
1783 attributetype ( 1.2.840.113556.1.4.328
1784         NAME 'versionNumberHi'
1785         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1786         SINGLE-VALUE )
1787
1788 attributetype ( 1.2.840.113556.1.4.366
1789         NAME 'rpcNsAnnotation'
1790         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1791         SINGLE-VALUE )
1792
1793 attributetype ( 1.2.840.113556.1.4.886
1794         NAME 'purportedSearch'
1795         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1796         SINGLE-VALUE )
1797
1798 attributetype ( 1.2.840.113556.1.4.776
1799         NAME 'aCSDSBMPriority'
1800         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1801         SINGLE-VALUE )
1802
1803 attributetype ( 1.2.840.113556.1.4.961
1804         NAME 'mSMQSiteForeign'
1805         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' )
1806
1807 attributetype ( 1.2.840.113556.1.4.335
1808         NAME 'currentLocation'
1809         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
1810         SINGLE-VALUE )
1811
1812 attributetype ( 1.2.840.113556.1.4.570
1813         NAME 'meetingProtocol'
1814         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1815
1816 attributetype ( 1.2.840.113556.1.4.420
1817         NAME 'publicKeyPolicy'
1818         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
1819         SINGLE-VALUE )
1820
1821 attributetype ( 1.2.840.113556.1.4.1402
1822         NAME 'mS-SQL-Publisher'
1823         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1824         SINGLE-VALUE )
1825
1826 attributetype ( 1.2.840.113556.1.4.812
1827         NAME 'createWizardExt'
1828         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1829
1830 attributetype ( 1.2.840.113556.1.4.1373
1831         NAME 'mS-SQL-Clustered'
1832         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
1833         SINGLE-VALUE )
1834
1835 attributetype ( 1.2.840.113556.1.4.334
1836         NAME 'volTableIdxGUID'
1837         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
1838         SINGLE-VALUE )
1839
1840 attributetype ( 1.2.840.113556.1.4.696
1841         NAME 'currentParentCA'
1842         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
1843
1844 attributetype ( 1.2.840.113556.1.4.504
1845         NAME 'seqNotification'
1846         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1847         SINGLE-VALUE )
1848
1849 attributetype ( 1.2.840.113556.1.4.515
1850         NAME 'serverReference'
1851         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
1852         SINGLE-VALUE )
1853
1854 attributetype ( 1.2.840.113556.1.4.1119
1855         NAME 'msNPAllowDialin'
1856         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
1857         SINGLE-VALUE )
1858
1859 attributetype ( 1.2.840.113556.1.4.1387
1860         NAME 'mS-SQL-GPSHeight'
1861         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1862         SINGLE-VALUE )
1863
1864 attributetype ( 1.2.840.113556.1.4.1378
1865         NAME 'mS-SQL-AppleTalk'
1866         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1867         SINGLE-VALUE )
1868
1869 attributetype ( 1.2.840.113556.1.4.269
1870         NAME 'linkTrackSecret'
1871         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
1872         SINGLE-VALUE )
1873
1874 attributetype ( 1.2.840.113556.1.4.378
1875         NAME 'dnsAllowDynamic'
1876         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
1877         SINGLE-VALUE )
1878
1879 attributetype ( 1.2.840.113556.1.4.49
1880         NAME 'badPasswordTime'
1881         SYNTAX '1.2.840.113556.1.4.906'
1882         SINGLE-VALUE )
1883
1884 attributetype ( 1.2.840.113556.1.4.637
1885         NAME 'privilegeHolder'
1886         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
1887
1888 attributetype ( 1.2.840.113556.1.4.289
1889         NAME 'printMediaReady'
1890         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1891
1892 attributetype ( 1.2.840.113556.1.4.288
1893         NAME 'printMACAddress'
1894         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1895         SINGLE-VALUE )
1896
1897 attributetype ( 1.2.840.113556.1.4.66
1898         NAME 'lSACreationTime'
1899         SYNTAX '1.2.840.113556.1.4.906'
1900         SINGLE-VALUE )
1901
1902 attributetype ( 1.2.840.113556.1.4.569
1903         NAME 'meetingLocation'
1904         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1905
1906 attributetype ( 1.2.840.113556.1.4.784
1907         NAME 'aCSIdentityName'
1908         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1909
1910 attributetype ( 1.2.840.113556.1.4.1410
1911         NAME 'mS-DS-CreatorSID'
1912         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
1913         SINGLE-VALUE
1914         NO-USER-MODIFICATION )
1915
1916 attributetype ( 1.2.840.113556.1.4.1374
1917         NAME 'mS-SQL-NamedPipe'
1918         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1919         SINGLE-VALUE )
1920
1921 attributetype ( 1.2.840.113556.1.4.843
1922         NAME 'lDAPAdminLimits'
1923         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1924
1925 attributetype ( 1.2.840.113556.1.2.460
1926         NAME 'lDAPDisplayName'
1927         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1928         SINGLE-VALUE )
1929
1930 attributetype ( 1.2.840.113556.1.4.218
1931         NAME 'applicationName'
1932         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1933         SINGLE-VALUE )
1934
1935 attributetype ( 1.2.840.113556.1.4.695
1936         NAME 'pendingParentCA'
1937         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
1938
1939 attributetype ( 1.2.840.113556.1.4.779
1940         NAME 'aCSCacheTimeout'
1941         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1942         SINGLE-VALUE )
1943
1944 attributetype ( 1.2.840.113556.1.4.574
1945         NAME 'meetingLanguage'
1946         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1947
1948 attributetype ( 1.2.840.113556.1.4.778
1949         NAME 'aCSDSBMDeadTime'
1950         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1951         SINGLE-VALUE )
1952
1953 attributetype ( 1.2.840.113556.1.4.697
1954         NAME 'cACertificateDN'
1955         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1956         SINGLE-VALUE )
1957
1958 attributetype ( 1.2.840.113556.1.4.138
1959         NAME 'userParameters'
1960         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
1961         SINGLE-VALUE )
1962
1963 attributetype ( 1.2.840.113556.1.4.132
1964         NAME 'trustDirection'
1965         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1966         SINGLE-VALUE )
1967
1968 attributetype ( 1.2.840.113556.1.4.962
1969         NAME 'mSMQQueueQuota'
1970         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1971         SINGLE-VALUE )
1972
1973 attributetype ( 1.2.840.113556.1.4.936
1974         NAME 'mSMQEncryptKey'
1975         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
1976         SINGLE-VALUE )
1977
1978 attributetype ( 1.2.840.113556.1.4.885
1979         NAME 'terminalServer'
1980         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
1981         SINGLE-VALUE )
1982
1983 attributetype ( 1.2.840.113556.1.4.233
1984         NAME 'printStartTime'
1985         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
1986         SINGLE-VALUE )
1987
1988 attributetype ( 1.2.840.113556.1.4.664
1989         NAME 'syncWithObject'
1990         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
1991         SINGLE-VALUE )
1992
1993 attributetype ( 1.2.840.113556.1.4.344
1994         NAME 'groupsToIgnore'
1995         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
1996
1997 attributetype ( 1.2.840.113556.1.4.665
1998         NAME 'syncMembership'
1999         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
2000
2001 attributetype ( 1.2.840.113556.1.4.666
2002         NAME 'syncAttributes'
2003         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2004         SINGLE-VALUE )
2005
2006 attributetype ( 1.2.840.113556.1.4.214
2007         NAME 'nextLevelStore'
2008         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
2009         SINGLE-VALUE )
2010
2011 attributetype ( 1.2.840.113556.1.4.302
2012         NAME 'sAMAccountType'
2013         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2014         SINGLE-VALUE )
2015
2016 attributetype ( 1.2.840.113556.1.4.1401
2017         NAME 'mS-SQL-Keywords'
2018         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2019
2020 attributetype ( 1.2.840.113556.1.2.210
2021         NAME 'proxyAddresses'
2022         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2023
2024 attributetype ( 1.2.840.113556.1.4.284
2025         NAME 'bytesPerMinute'
2026         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2027         SINGLE-VALUE )
2028
2029 attributetype ( 1.2.840.113556.1.4.241
2030         NAME 'printMaxCopies'
2031         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2032         SINGLE-VALUE )
2033
2034 attributetype ( 1.2.840.113556.1.4.98
2035         NAME 'primaryGroupID'
2036         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2037         SINGLE-VALUE )
2038
2039 attributetype ( 1.2.840.113556.1.4.89
2040         NAME 'nTGroupMembers'
2041         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
2042
2043 attributetype ( 1.2.840.113556.1.4.1228
2044         NAME 'mSMQDsServices'
2045         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
2046         SINGLE-VALUE )
2047
2048 attributetype ( 1.2.840.113556.1.4.43
2049         NAME 'fRSVersionGUID'
2050         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2051         SINGLE-VALUE )
2052
2053 attributetype ( 1.2.840.113556.1.4.486
2054         NAME 'fRSWorkingPath'
2055         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2056         SINGLE-VALUE )
2057
2058 attributetype ( 1.2.840.113556.1.2.18
2059         NAME 'otherTelephone'
2060         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2061
2062 attributetype ( 1.2.840.113556.1.2.277
2063         NAME 'otherHomePhone'
2064         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2065
2066 attributetype ( 1.2.840.113556.1.4.151
2067         NAME 'oEMInformation'
2068         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2069         SINGLE-VALUE )
2070
2071 attributetype ( 1.2.840.113556.1.2.459
2072         NAME 'networkAddress'
2073         SYNTAX '1.2.840.113556.1.4.905' )
2074
2075 attributetype ( 1.2.840.113556.1.4.966
2076         NAME 'mSMQDigestsMig'
2077         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
2078
2079 attributetype ( 1.2.840.113556.1.4.568
2080         NAME 'meetingKeyword'
2081         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2082
2083 attributetype ( 1.2.840.113556.1.4.844
2084         NAME 'lDAPIPDenyList'
2085         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
2086
2087 attributetype ( 1.2.840.113556.1.4.847
2088         NAME 'installUiLevel'
2089         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2090         SINGLE-VALUE )
2091
2092 attributetype ( 1.2.840.113556.1.4.894
2093         NAME 'gPCFileSysPath'
2094         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2095         SINGLE-VALUE )
2096
2097 attributetype ( 1.2.840.113556.1.4.488
2098         NAME 'fRSStagingPath'
2099         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2100         SINGLE-VALUE )
2101
2102 attributetype ( 1.2.840.113556.1.2.351
2103         NAME 'auxiliaryClass'
2104         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' )
2105
2106 attributetype ( 1.2.840.113556.1.4.159
2107         NAME 'accountExpires'
2108         SYNTAX '1.2.840.113556.1.4.906'
2109         SINGLE-VALUE )
2110
2111 attributetype ( 1.2.840.113556.1.4.718
2112         NAME 'dhcpProperties'
2113         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
2114
2115 attributetype ( 1.2.840.113556.1.4.346
2116         NAME 'desktopProfile'
2117         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2118         SINGLE-VALUE )
2119
2120 attributetype ( 1.2.840.113556.1.4.762
2121         NAME 'aCSServiceType'
2122         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2123         SINGLE-VALUE )
2124
2125 attributetype ( 1.2.840.113556.1.2.610
2126         NAME 'employeeNumber'
2127         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2128         SINGLE-VALUE )
2129
2130 attributetype ( 1.2.840.113556.1.4.1213
2131         NAME 'assocNTAccount'
2132         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2133         SINGLE-VALUE )
2134
2135 attributetype ( 1.2.840.113556.1.4.498
2136         NAME 'creationWizard'
2137         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2138         SINGLE-VALUE )
2139
2140 attributetype ( 1.2.840.113556.1.4.253
2141         NAME 'cOMOtherProgId'
2142         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2143
2144 attributetype ( 1.2.840.113556.1.4.202
2145         NAME 'auditingPolicy'
2146         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2147         SINGLE-VALUE )
2148
2149 attributetype ( 1.2.840.113556.1.4.635
2150         NAME 'privilegeValue'
2151         SYNTAX '1.2.840.113556.1.4.906'
2152         SINGLE-VALUE )
2153
2154 attributetype ( 1.2.840.113556.1.4.1366
2155         NAME 'mS-SQL-Location'
2156         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2157         SINGLE-VALUE )
2158
2159 attributetype ( 1.2.840.113556.1.4.1334
2160         NAME 'pKIDefaultCSPs'
2161         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2162
2163 attributetype ( 1.2.840.113556.1.4.270
2164         NAME 'printShareName'
2165         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2166
2167 attributetype ( 1.2.840.113556.1.2.33
2168         NAME 'isSingleValued'
2169         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
2170         SINGLE-VALUE
2171         NO-USER-MODIFICATION )
2172
2173 attributetype ( 1.2.840.113556.1.4.472
2174         NAME 'domainCrossRef'
2175         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
2176         SINGLE-VALUE )
2177
2178 attributetype ( 1.2.840.113556.1.4.1240
2179         NAME 'netbootSIFFile'
2180         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2181
2182 attributetype ( 1.2.840.113556.1.4.250
2183         NAME 'cOMUniqueLIBID'
2184         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2185         SINGLE-VALUE )
2186
2187 attributetype ( 1.2.840.113556.1.4.657
2188         NAME 'serviceDNSName'
2189         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2190         SINGLE-VALUE )
2191
2192 attributetype ( 1.2.840.113556.1.4.782
2193         NAME 'objectCategory'
2194         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
2195         SINGLE-VALUE )
2196
2197 attributetype ( 1.2.840.113556.1.4.122
2198         NAME 'serviceClassID'
2199         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2200         SINGLE-VALUE )
2201
2202 attributetype ( 1.2.840.113556.1.4.720
2203         NAME 'dhcpUpdateTime'
2204         SYNTAX '1.2.840.113556.1.4.906'
2205         SINGLE-VALUE )
2206
2207 attributetype ( 1.2.840.113556.1.4.221
2208         NAME 'sAMAccountName'
2209         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2210         SINGLE-VALUE )
2211
2212 attributetype ( 1.2.840.113556.1.4.588
2213         NAME 'meetingEndTime'
2214         SYNTAX '1.3.6.1.4.1.1466.115.121.1.53' )
2215
2216 attributetype ( 1.2.840.113556.1.4.1389
2217         NAME 'mS-SQL-Language'
2218         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2219         SINGLE-VALUE )
2220
2221 attributetype ( 1.2.840.113556.1.4.777
2222         NAME 'aCSDSBMRefresh'
2223         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2224         SINGLE-VALUE )
2225
2226 attributetype ( 1.2.840.113556.1.4.1393
2227         NAME 'mS-SQL-Database'
2228         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2229         SINGLE-VALUE )
2230
2231 attributetype ( 1.2.840.113556.1.4.20
2232         NAME 'cOMInterfaceID'
2233         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2234
2235 attributetype ( 1.2.840.113556.1.4.1403
2236         NAME 'mS-SQL-AllowKnownPullSubscription'
2237         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
2238         SINGLE-VALUE )
2239
2240 attributetype ( 1.2.840.113556.1.4.1394
2241         NAME 'mS-SQL-AllowAnonymousSubscription'
2242         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
2243         SINGLE-VALUE )
2244
2245 attributetype ( 1.2.840.113556.1.4.654
2246         NAME 'managedObjects'
2247         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
2248         NO-USER-MODIFICATION )
2249
2250 attributetype ( 1.2.840.113556.1.2.8
2251         NAME 'possSuperiors'
2252         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' )
2253
2254 attributetype ( 1.2.840.113556.1.4.791
2255         NAME 'transportType'
2256         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
2257         SINGLE-VALUE )
2258
2259 attributetype ( 1.2.840.113556.1.4.345
2260         NAME 'groupPriority'
2261         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2262
2263 attributetype ( 1.2.840.113556.1.4.117
2264         NAME 'rpcNsPriority'
2265         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' )
2266
2267 attributetype ( 1.2.840.113556.1.4.917
2268         NAME 'mSMQQueueType'
2269         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2270         SINGLE-VALUE )
2271
2272 attributetype ( 1.2.840.113556.1.4.141
2273         NAME 'versionNumber'
2274         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2275         SINGLE-VALUE )
2276
2277 attributetype ( 1.2.840.113556.1.2.121
2278         NAME 'uSNLastObjRem'
2279         SYNTAX '1.2.840.113556.1.4.906'
2280         SINGLE-VALUE
2281         NO-USER-MODIFICATION )
2282
2283 attributetype ( 1.2.840.113556.1.4.1346
2284         NAME 'templateRoots'
2285         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
2286
2287 attributetype ( 1.2.840.113556.1.4.93
2288         NAME 'pwdProperties'
2289         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2290         SINGLE-VALUE )
2291
2292 attributetype ( 1.2.840.113556.1.4.290
2293         NAME 'printNumberUp'
2294         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2295         SINGLE-VALUE )
2296
2297 attributetype ( 1.2.840.113556.1.4.536
2298         NAME 'fRSExtensions'
2299         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2300         SINGLE-VALUE )
2301
2302 attributetype ( 1.2.840.113556.1.4.286
2303         NAME 'printRateUnit'
2304         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2305         SINGLE-VALUE )
2306
2307 attributetype ( 1.2.840.113556.1.4.846
2308         NAME 'msiScriptSize'
2309         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2310         SINGLE-VALUE )
2311
2312 attributetype ( 1.2.840.113556.1.4.274
2313         NAME 'printSpooling'
2314         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2315         SINGLE-VALUE )
2316
2317 attributetype ( 1.2.840.113556.1.4.608
2318         NAME 'queryPolicyBL'
2319         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
2320         NO-USER-MODIFICATION )
2321
2322 attributetype ( 1.2.840.113556.1.4.103
2323         NAME 'proxyLifetime'
2324         SYNTAX '1.2.840.113556.1.4.906'
2325         SINGLE-VALUE )
2326
2327 attributetype ( 1.2.840.113556.1.4.144
2328         NAME 'operatorCount'
2329         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2330         SINGLE-VALUE )
2331
2332 attributetype ( 1.2.840.113556.1.4.860
2333         NAME 'netbootServer'
2334         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
2335         SINGLE-VALUE )
2336
2337 attributetype ( 1.2.840.113556.1.4.369
2338         NAME 'fSMORoleOwner'
2339         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
2340         SINGLE-VALUE )
2341
2342 attributetype ( 1.2.840.113556.1.4.276
2343         NAME 'driverVersion'
2344         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2345         SINGLE-VALUE )
2346
2347 attributetype ( 1.2.840.113556.1.4.1388
2348         NAME 'mS-SQL-Version'
2349         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2350         SINGLE-VALUE )
2351
2352 attributetype ( 1.2.840.113556.1.4.939
2353         NAME 'mSMQNameStyle'
2354         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
2355         SINGLE-VALUE )
2356
2357 attributetype ( 1.2.840.113556.1.2.471
2358         NAME 'schemaVersion'
2359         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' )
2360
2361 attributetype ( 1.2.840.113556.1.2.436
2362         NAME 'directReports'
2363         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
2364         NO-USER-MODIFICATION )
2365
2366 attributetype ( 1.2.840.113556.1.2.255
2367         NAME 'addressSyntax'
2368         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2369         SINGLE-VALUE )
2370
2371 attributetype ( 1.2.840.113556.1.4.235
2372         NAME 'printFormName'
2373         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2374         SINGLE-VALUE )
2375
2376 attributetype ( 1.2.840.113556.1.4.15
2377         NAME 'msiScriptPath'
2378         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2379         SINGLE-VALUE )
2380
2381 attributetype ( 1.2.840.113556.1.4.1312
2382         NAME 'aCSServerList'
2383         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2384
2385 attributetype ( 1.2.840.113556.1.2.615
2386         NAME 'personalTitle'
2387         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2388         SINGLE-VALUE )
2389
2390 attributetype ( 1.2.840.113556.1.4.1305
2391         NAME 'moveTreeState'
2392         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
2393
2394 attributetype ( 1.2.840.113556.1.4.945
2395         NAME 'mSMQSiteGates'
2396         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
2397
2398 attributetype ( 1.2.840.113556.1.4.1238
2399         NAME 'mSMQDsService'
2400         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
2401         SINGLE-VALUE )
2402
2403 attributetype ( 1.2.840.113556.1.2.76
2404         NAME 'objectVersion'
2405         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2406         SINGLE-VALUE )
2407
2408 attributetype ( 1.2.840.113556.1.4.1414
2409         NAME 'dNSTombstoned'
2410         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
2411         SINGLE-VALUE )
2412
2413 attributetype ( 1.2.840.113556.1.4.941
2414         NAME 'mSMQLongLived'
2415         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2416         SINGLE-VALUE )
2417
2418 attributetype ( 1.2.840.113556.1.4.534
2419         NAME 'fRSLevelLimit'
2420         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2421         SINGLE-VALUE )
2422
2423 attributetype ( 1.2.840.113556.1.4.845
2424         NAME 'msiScriptName'
2425         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2426         SINGLE-VALUE )
2427
2428 attributetype ( 1.2.840.113556.1.4.44
2429         NAME 'homeDirectory'
2430         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2431         SINGLE-VALUE )
2432
2433 attributetype ( 1.2.840.113556.1.4.698
2434         NAME 'dhcpUniqueKey'
2435         SYNTAX '1.2.840.113556.1.4.906'
2436         SINGLE-VALUE )
2437
2438 attributetype ( 1.2.840.113556.1.2.227
2439         NAME 'extensionName'
2440         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2441
2442 attributetype ( 1.2.840.113556.1.2.256
2443         NAME 'streetAddress'
2444         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2445         SINGLE-VALUE )
2446
2447 attributetype ( 1.2.840.113556.1.4.113
2448         NAME 'rpcNsBindings'
2449         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2450
2451 attributetype ( 1.2.840.113556.1.4.237
2452         NAME 'printBinNames'
2453         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2454
2455 attributetype ( 1.2.840.113556.1.4.109
2456         NAME 'replicaSource'
2457         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2458         SINGLE-VALUE
2459         NO-USER-MODIFICATION )
2460
2461 attributetype ( 1.2.840.113556.1.4.246
2462         NAME 'printLanguage'
2463         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2464
2465 attributetype ( 1.2.840.113556.1.4.1365
2466         NAME 'mS-SQL-Contact'
2467         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2468         SINGLE-VALUE )
2469
2470 attributetype ( 1.2.840.113556.1.4.357
2471         NAME 'nTMixedDomain'
2472         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2473         SINGLE-VALUE )
2474
2475 attributetype ( 1.2.840.113556.1.4.483
2476         NAME 'fRSFileFilter'
2477         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2478         SINGLE-VALUE )
2479
2480 attributetype ( 1.2.840.113556.1.4.332
2481         NAME 'birthLocation'
2482         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2483         SINGLE-VALUE )
2484
2485 attributetype ( 1.2.840.113556.1.4.682
2486         NAME 'friendlyNames'
2487         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2488
2489 attributetype ( 1.2.840.113556.1.4.622
2490         NAME 'ipsecDataType'
2491         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2492         SINGLE-VALUE )
2493
2494 attributetype ( 1.2.840.113556.1.4.584
2495         NAME 'meetingRating'
2496         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2497
2498 attributetype ( 1.2.840.113556.1.4.681
2499         NAME 'indexedScopes'
2500         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2501
2502 attributetype ( 1.2.840.113556.1.4.312
2503         NAME 'rpcNsObjectID'
2504         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2505
2506 attributetype ( 1.2.840.113556.1.4.168
2507         NAME 'modifiedCount'
2508         SYNTAX '1.2.840.113556.1.4.906'
2509         SINGLE-VALUE )
2510
2511 attributetype ( 1.2.840.113556.1.2.218
2512         NAME 'oMObjectClass'
2513         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2514         SINGLE-VALUE
2515         NO-USER-MODIFICATION )
2516
2517 attributetype ( 1.2.840.113556.1.4.772
2518         NAME 'aCSPolicyName'
2519         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2520         SINGLE-VALUE )
2521
2522 attributetype ( 1.2.840.113556.1.4.502
2523         NAME 'timeVolChange'
2524         SYNTAX '1.2.840.113556.1.4.906'
2525         SINGLE-VALUE )
2526
2527 attributetype ( 1.2.840.113556.1.4.337
2528         NAME 'currMachineId'
2529         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2530         SINGLE-VALUE )
2531
2532 attributetype ( 1.2.840.113556.1.4.120
2533         NAME 'schemaFlagsEx'
2534         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2535         SINGLE-VALUE )
2536
2537 attributetype ( 1.2.840.113556.1.4.1356
2538         NAME 'validAccesses'
2539         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2540         SINGLE-VALUE )
2541
2542 attributetype ( 1.2.840.113556.1.4.158
2543         NAME 'domainReplica'
2544         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2545         SINGLE-VALUE )
2546
2547 attributetype ( 1.2.840.113556.1.4.1309
2548         NAME 'mSMQInterval2'
2549         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2550         SINGLE-VALUE )
2551
2552 attributetype ( 1.2.840.113556.1.4.1308
2553         NAME 'mSMQInterval1'
2554         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2555         SINGLE-VALUE )
2556
2557 attributetype ( 1.2.840.113556.1.4.916
2558         NAME 'canonicalName'
2559         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2560         NO-USER-MODIFICATION )
2561
2562 attributetype ( 1.2.840.113556.1.4.94
2563         NAME 'ntPwdHistory'
2564         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
2565
2566 attributetype ( 1.2.840.113556.1.4.133
2567         NAME 'trustPartner'
2568         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2569         SINGLE-VALUE )
2570
2571 attributetype ( 1.2.840.113556.1.4.160
2572         NAME 'lmPwdHistory'
2573         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
2574
2575 attributetype ( 1.2.840.113556.1.4.1380
2576         NAME 'mS-SQL-Status'
2577         SYNTAX '1.2.840.113556.1.4.906'
2578         SINGLE-VALUE )
2579
2580 attributetype ( 1.2.840.113556.1.2.469
2581         NAME 'USNIntersite'
2582         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2583         SINGLE-VALUE )
2584
2585 attributetype ( 1.2.840.113556.1.4.858
2586         NAME 'netbootTools'
2587         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2588
2589 attributetype ( 1.2.840.113556.1.4.99
2590         NAME 'priorSetTime'
2591         SYNTAX '1.2.840.113556.1.4.906'
2592         SINGLE-VALUE )
2593
2594 attributetype ( 1.2.840.113556.1.4.1367
2595         NAME 'mS-SQL-Memory'
2596         SYNTAX '1.2.840.113556.1.4.906'
2597         SINGLE-VALUE )
2598
2599 attributetype ( 1.2.840.113556.1.4.950
2600         NAME 'mSMQServices'
2601         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2602         SINGLE-VALUE )
2603
2604 attributetype ( 1.2.840.113556.1.2.613
2605         NAME 'employeeType'
2606         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2607         SINGLE-VALUE )
2608
2609 attributetype ( 1.2.840.113556.1.4.27
2610         NAME 'currentValue'
2611         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2612         SINGLE-VALUE )
2613
2614 attributetype ( 1.2.840.113556.1.4.822
2615         NAME 'siteLinkList'
2616         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
2617
2618 attributetype ( 1.2.840.113556.1.4.107
2619         NAME 'remoteSource'
2620         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2621         SINGLE-VALUE )
2622
2623 attributetype ( 1.2.840.113556.1.4.325
2624         NAME 'setupCommand'
2625         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2626         SINGLE-VALUE )
2627
2628 attributetype ( 1.2.840.113556.1.2.212
2629         NAME 'dSHeuristics'
2630         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2631         SINGLE-VALUE )
2632
2633 attributetype ( 1.2.840.113556.1.4.1336
2634         NAME 'replInterval'
2635         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2636         SINGLE-VALUE )
2637
2638 attributetype ( 1.2.840.113556.1.4.234
2639         NAME 'printEndTime'
2640         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2641         SINGLE-VALUE )
2642
2643 attributetype ( 1.2.840.113556.1.2.1
2644         NAME 'instanceType'
2645         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2646         SINGLE-VALUE
2647         NO-USER-MODIFICATION )
2648
2649 attributetype ( 1.2.840.113556.1.4.722
2650         NAME 'otherIpPhone'
2651         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2652
2653 attributetype ( 1.2.840.113556.1.4.965
2654         NAME 'mSMQSiteName'
2655         SYNTAX '1.2.840.113556.1.4.905'
2656         SINGLE-VALUE )
2657
2658 attributetype ( 1.2.840.113556.1.4.579
2659         NAME 'meetingOwner'
2660         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2661         SINGLE-VALUE )
2662
2663 attributetype ( 1.2.840.113556.1.4.242
2664         NAME 'printCollate'
2665         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
2666         SINGLE-VALUE )
2667
2668 attributetype ( 1.2.840.113556.1.4.480
2669         NAME 'defaultGroup'
2670         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
2671         SINGLE-VALUE )
2672
2673 attributetype ( 1.2.840.113556.1.4.79
2674         NAME 'minPwdLength'
2675         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2676         SINGLE-VALUE )
2677
2678 attributetype ( 1.2.840.113556.1.4.864
2679         NAME 'netbootSCPBL'
2680         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
2681         SINGLE-VALUE
2682         NO-USER-MODIFICATION )
2683
2684 attributetype ( 1.2.840.113556.1.4.650
2685         NAME 'mhsORAddress'
2686         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2687
2688 attributetype ( 1.2.840.113556.1.4.651
2689         NAME 'otherMailbox'
2690         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2691
2692 attributetype ( 1.2.840.113556.1.4.367
2693         NAME 'rpcNsCodeset'
2694         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2695
2696 attributetype ( 1.2.840.113556.1.2.14
2697         NAME 'hasMasterNCs'
2698         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
2699         NO-USER-MODIFICATION )
2700
2701 attributetype ( 1.2.840.113556.1.4.952
2702         NAME 'mSMQMigrated'
2703         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
2704         SINGLE-VALUE )
2705
2706 attributetype ( 1.2.840.113556.1.2.74
2707         NAME 'dSASignature'
2708         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2709         SINGLE-VALUE )
2710
2711 attributetype ( 1.2.840.113556.1.2.115
2712         NAME 'invocationId'
2713         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2714         SINGLE-VALUE
2715         NO-USER-MODIFICATION )
2716
2717 attributetype ( 1.2.840.113556.1.4.254
2718         NAME 'cOMTypelibId'
2719         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2720
2721 attributetype ( 1.2.840.113556.1.4.26
2722         NAME 'creationTime'
2723         SYNTAX '1.2.840.113556.1.4.906'
2724         SINGLE-VALUE )
2725
2726 attributetype ( 1.2.840.113556.1.4.581
2727         NAME 'meetingScope'
2728         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2729
2730 attributetype ( 1.2.840.113556.1.4.336
2731         NAME 'volTableGUID'
2732         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2733         SINGLE-VALUE )
2734
2735 attributetype ( 1.2.840.113556.1.4.513
2736         NAME 'siteObjectBL'
2737         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
2738         NO-USER-MODIFICATION )
2739
2740 attributetype ( 1.2.840.113556.1.4.756
2741         NAME 'aCSTimeOfDay'
2742         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2743         SINGLE-VALUE )
2744
2745 attributetype ( 1.2.840.113556.1.4.757
2746         NAME 'aCSDirection'
2747         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2748         SINGLE-VALUE )
2749
2750 attributetype ( 1.2.840.113556.1.4.77
2751         NAME 'maxTicketAge'
2752         SYNTAX '1.2.840.113556.1.4.906'
2753         SINGLE-VALUE )
2754
2755 attributetype ( 1.2.840.113556.1.4.481
2756         NAME 'schemaUpdate'
2757         SYNTAX '1.3.6.1.4.1.1466.115.121.1.24'
2758         SINGLE-VALUE )
2759
2760 attributetype ( 1.2.840.113556.1.4.80
2761         NAME 'minTicketAge'
2762         SYNTAX '1.2.840.113556.1.4.906'
2763         SINGLE-VALUE )
2764
2765 attributetype ( 1.2.840.113556.1.4.628
2766         NAME 'ipsecNegotiationPolicyReference'
2767         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
2768         SINGLE-VALUE )
2769
2770 attributetype ( 1.2.840.113556.1.2.327
2771         NAME 'helpFileName'
2772         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2773         SINGLE-VALUE )
2774
2775 attributetype ( 1.2.840.113556.1.4.148
2776         NAME 'schemaIDGUID'
2777         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2778         SINGLE-VALUE
2779         NO-USER-MODIFICATION )
2780
2781 attributetype ( 1.2.840.113556.1.4.810
2782         NAME 'createDialog'
2783         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2784         SINGLE-VALUE )
2785
2786 attributetype ( 1.2.840.113556.1.4.964
2787         NAME 'mSMQNt4Flags'
2788         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2789         SINGLE-VALUE )
2790
2791 attributetype ( 1.2.840.113556.1.4.327
2792         NAME 'packageFlags'
2793         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2794         SINGLE-VALUE )
2795
2796 attributetype ( 1.2.840.113556.1.2.464
2797         NAME 'wWWHomePage'
2798         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2799         SINGLE-VALUE )
2800
2801 attributetype ( 1.2.840.113556.1.4.507
2802         NAME 'volumeCount'
2803         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2804         SINGLE-VALUE )
2805
2806 attributetype ( 1.2.840.113556.1.4.273
2807         NAME 'printStatus'
2808         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2809         SINGLE-VALUE )
2810
2811 attributetype ( 1.2.840.113556.1.4.890
2812         NAME 'uPNSuffixes'
2813         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2814
2815 attributetype ( 1.2.840.113556.1.4.471
2816         NAME 'trustParent'
2817         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
2818         SINGLE-VALUE )
2819
2820 attributetype ( 1.2.840.113556.1.4.1301
2821         NAME 'tokenGroups'
2822         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
2823
2824 attributetype ( 1.2.840.113556.1.4.375
2825         NAME 'systemFlags'
2826         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2827         SINGLE-VALUE
2828         NO-USER-MODIFICATION )
2829
2830 attributetype ( 1.2.840.113556.1.4.667
2831         NAME 'syncWithSID'
2832         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2833         SINGLE-VALUE )
2834
2835 attributetype ( 1.2.840.113556.1.4.1306
2836         NAME 'dNSProperty'
2837         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
2838
2839 attributetype ( 1.2.840.113556.1.4.710
2840         NAME 'superScopes'
2841         SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' )
2842
2843 attributetype ( 1.2.840.113556.1.4.1347
2844         NAME 'sPNMappings'
2845         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2846
2847 attributetype ( 1.2.840.113556.1.4.272
2848         NAME 'printNotify'
2849         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2850         SINGLE-VALUE )
2851
2852 attributetype ( 1.2.840.113556.1.4.282
2853         NAME 'printMemory'
2854         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2855         SINGLE-VALUE )
2856
2857 attributetype ( 1.2.840.113556.1.4.154
2858         NAME 'serverState'
2859         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2860         SINGLE-VALUE )
2861
2862 attributetype ( 1.2.840.113556.1.4.942
2863         NAME 'mSMQVersion'
2864         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2865         SINGLE-VALUE )
2866
2867 attributetype ( 1.2.840.113556.1.4.373
2868         NAME 'rIDUsedPool'
2869         SYNTAX '1.2.840.113556.1.4.906'
2870         SINGLE-VALUE
2871         NO-USER-MODIFICATION )
2872
2873 attributetype ( 1.2.840.113556.1.4.1355
2874         NAME 'queryFilter'
2875         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2876         SINGLE-VALUE )
2877
2878 attributetype ( 1.2.840.113556.1.4.300
2879         NAME 'printerName'
2880         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2881         SINGLE-VALUE )
2882
2883 attributetype ( 1.2.840.113556.1.4.97
2884         NAME 'preferredOU'
2885         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
2886         SINGLE-VALUE )
2887
2888 attributetype ( 1.2.840.113556.1.4.649
2889         NAME 'primaryInternationalISDNNumber'
2890         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2891         SINGLE-VALUE )
2892
2893 attributetype ( 1.2.840.113556.1.4.333
2894         NAME 'oMTIndxGuid'
2895         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2896         SINGLE-VALUE )
2897
2898 attributetype ( 1.2.840.113556.1.4.1337
2899         NAME 'mSMQUserSid'
2900         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2901         SINGLE-VALUE
2902         NO-USER-MODIFICATION )
2903
2904 attributetype ( 1.2.840.113556.1.4.487
2905         NAME 'fRSRootPath'
2906         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2907         SINGLE-VALUE )
2908
2909 attributetype ( 1.2.840.113556.1.4.918
2910         NAME 'mSMQJournal'
2911         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
2912         SINGLE-VALUE )
2913
2914 attributetype ( 1.2.840.113556.1.4.499
2915         NAME 'contextMenu'
2916         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
2917
2918 attributetype ( 1.2.840.113556.1.4.764
2919         NAME 'aCSPriority'
2920         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2921         SINGLE-VALUE )
2922
2923 attributetype ( 1.2.840.113556.1.4.937
2924         NAME 'mSMQSignKey'
2925         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2926         SINGLE-VALUE )
2927
2928 attributetype ( 1.2.840.113556.1.4.359
2929         NAME 'netbootGUID'
2930         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2931         SINGLE-VALUE )
2932
2933 attributetype ( 1.2.840.113556.1.4.925
2934         NAME 'mSMQOwnerID'
2935         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
2936         SINGLE-VALUE )
2937
2938 attributetype ( 1.2.840.113556.1.2.24
2939         NAME 'mustContain'
2940         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' )
2941
2942 attributetype ( 1.2.840.113556.1.4.379
2943         NAME 'dnsAllowXFR'
2944         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
2945         SINGLE-VALUE )
2946
2947 attributetype ( 1.2.840.113556.1.4.1379
2948         NAME 'mS-SQL-Vines'
2949         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2950         SINGLE-VALUE )
2951
2952 attributetype ( 1.2.840.113556.1.4.948
2953         NAME 'mSMQDigests'
2954         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
2955
2956 attributetype ( 1.2.840.113556.1.4.662
2957         NAME 'lockoutTime'
2958         SYNTAX '1.2.840.113556.1.4.906'
2959         SINGLE-VALUE )
2960
2961 attributetype ( 1.2.840.113556.1.4.53
2962         NAME 'lastSetTime'
2963         SYNTAX '1.2.840.113556.1.4.906'
2964         SINGLE-VALUE )
2965
2966 attributetype ( 1.2.840.113556.1.4.25
2967         NAME 'countryCode'
2968         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
2969         SINGLE-VALUE )
2970
2971 attributetype ( 1.2.840.113556.1.4.1377
2972         NAME 'mS-SQL-TCPIP'
2973         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2974         SINGLE-VALUE )
2975
2976 attributetype ( 1.2.840.113556.1.4.934
2977         NAME 'mSMQForeign'
2978         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
2979         SINGLE-VALUE )
2980
2981 attributetype ( 1.2.840.113556.1.4.571
2982         NAME 'meetingType'
2983         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2984         SINGLE-VALUE )
2985
2986 attributetype ( 1.2.840.113556.1.4.714
2987         NAME 'dhcpOptions'
2988         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
2989
2990 attributetype ( 1.2.840.113556.1.4.704
2991         NAME 'dhcpServers'
2992         SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' )
2993
2994 attributetype ( 1.2.840.113556.1.4.283
2995         NAME 'assetNumber'
2996         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
2997         SINGLE-VALUE )
2998
2999 attributetype ( 1.2.840.113556.1.2.350
3000         NAME 'addressType'
3001         SYNTAX '1.2.840.113556.1.4.905'
3002         SINGLE-VALUE )
3003
3004 attributetype ( 1.2.840.113556.1.4.940
3005         NAME 'mSMQCSPName'
3006         SYNTAX '1.2.840.113556.1.4.905'
3007         SINGLE-VALUE )
3008
3009 attributetype ( 1.2.840.113556.1.4.671
3010         NAME 'msiFileList'
3011         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3012
3013 attributetype ( 1.2.840.113556.1.4.619
3014         NAME 'dNSHostName'
3015         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3016         SINGLE-VALUE )
3017
3018 attributetype ( 1.2.840.113556.1.4.705
3019         NAME 'dhcpSubnets'
3020         SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' )
3021
3022 attributetype ( 1.2.840.113556.1.4.1328
3023         NAME 'pKIKeyUsage'
3024         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3025         SINGLE-VALUE )
3026
3027 attributetype ( 1.2.840.113556.1.2.30
3028         NAME 'attributeID'
3029         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38'
3030         SINGLE-VALUE
3031         NO-USER-MODIFICATION )
3032
3033 attributetype ( 1.2.840.113556.1.4.506
3034         NAME 'objectCount'
3035         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3036         SINGLE-VALUE )
3037
3038 attributetype ( 1.2.840.113556.1.4.503
3039         NAME 'timeRefresh'
3040         SYNTAX '1.2.840.113556.1.4.906'
3041         SINGLE-VALUE )
3042
3043 attributetype ( 1.2.840.113556.1.4.139
3044         NAME 'profilePath'
3045         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3046         SINGLE-VALUE )
3047
3048 attributetype ( 1.2.840.113556.1.4.818
3049         NAME 'productCode'
3050         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3051         SINGLE-VALUE )
3052
3053 attributetype ( 1.2.840.113556.1.4.647
3054         NAME 'otherMobile'
3055         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3056
3057 attributetype ( 1.2.840.113556.1.4.12
3058         NAME 'badPwdCount'
3059         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3060         SINGLE-VALUE )
3061
3062 attributetype ( 1.2.840.113556.1.4.1368
3063         NAME 'mS-SQL-Build'
3064         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3065         SINGLE-VALUE )
3066
3067 attributetype ( 1.2.840.113556.1.2.13
3068         NAME 'displayName'
3069         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3070         SINGLE-VALUE )
3071
3072 attributetype ( 1.2.840.113556.1.4.87
3073         NAME 'nETBIOSName'
3074         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3075         SINGLE-VALUE )
3076
3077 attributetype ( 1.2.840.113556.1.4.1395
3078         NAME 'mS-SQL-Alias'
3079         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3080         SINGLE-VALUE )
3081
3082 attributetype ( 1.2.840.113556.1.4.75
3083         NAME 'maxRenewAge'
3084         SYNTAX '1.2.840.113556.1.4.906'
3085         SINGLE-VALUE )
3086
3087 attributetype ( 1.2.840.113556.1.4.806
3088         NAME 'treatAsLeaf'
3089         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
3090         SINGLE-VALUE )
3091
3092 attributetype ( 1.2.840.113556.1.4.960
3093         NAME 'mSMQNt4Stub'
3094         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' )
3095
3096 attributetype ( 1.2.840.113556.1.4.324
3097         NAME 'packageType'
3098         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3099         SINGLE-VALUE )
3100
3101 attributetype ( 1.2.840.113556.1.4.1212
3102         NAME 'isEphemeral'
3103         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
3104         SINGLE-VALUE
3105         NO-USER-MODIFICATION )
3106
3107 attributetype ( 1.2.840.113556.1.2.36
3108         NAME 'dMDLocation'
3109         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
3110         SINGLE-VALUE
3111         NO-USER-MODIFICATION )
3112
3113 attributetype ( 1.2.840.113556.1.4.715
3114         NAME 'dhcpClasses'
3115         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
3116
3117 attributetype ( 1.2.840.113556.1.4.39
3118         NAME 'forceLogoff'
3119         SYNTAX '1.2.840.113556.1.4.906'
3120         SINGLE-VALUE )
3121
3122 attributetype ( 1.2.840.113556.1.2.2
3123         NAME 'whenCreated'
3124         SYNTAX '1.3.6.1.4.1.1466.115.121.1.24'
3125         SINGLE-VALUE
3126         NO-USER-MODIFICATION )
3127
3128 attributetype ( 1.2.840.113556.1.4.566
3129         NAME 'meetingName'
3130         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3131         SINGLE-VALUE )
3132
3133 attributetype ( 1.2.840.113556.1.4.786
3134         NAME 'mailAddress'
3135         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3136         SINGLE-VALUE )
3137
3138 attributetype ( 1.2.840.113556.1.4.590
3139         NAME 'meetingBlob'
3140         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3141         SINGLE-VALUE )
3142
3143 attributetype ( 1.2.840.113556.1.4.71
3144         NAME 'machineRole'
3145         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3146         SINGLE-VALUE )
3147
3148 attributetype ( 1.2.840.113556.1.2.334
3149         NAME 'searchFlags'
3150         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3151         SINGLE-VALUE )
3152
3153 attributetype ( 1.2.840.113556.1.2.3
3154         NAME 'whenChanged'
3155         SYNTAX '1.3.6.1.4.1.1466.115.121.1.24'
3156         SINGLE-VALUE
3157         NO-USER-MODIFICATION )
3158
3159 attributetype ( 1.2.840.113556.1.4.702
3160         NAME 'dhcpObjName'
3161         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3162         SINGLE-VALUE )
3163
3164 attributetype ( 1.2.840.113556.1.4.897
3165         NAME 'aCSMaxAggregatePeakRatePerUser'
3166         SYNTAX '1.2.840.113556.1.4.906'
3167         SINGLE-VALUE )
3168
3169 attributetype ( 1.2.840.113556.1.4.326
3170         NAME 'packageName'
3171         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3172         SINGLE-VALUE )
3173
3174 attributetype ( 1.2.840.113556.1.4.170
3175         NAME 'systemOnly'
3176         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
3177         SINGLE-VALUE
3178         NO-USER-MODIFICATION )
3179
3180 attributetype ( 1.2.840.113556.1.4.935
3181         NAME 'mSMQOSType'
3182         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3183         SINGLE-VALUE )
3184
3185 attributetype ( 1.2.840.113556.1.4.680
3186         NAME 'queryPoint'
3187         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3188         SINGLE-VALUE )
3189
3190 attributetype ( 1.2.840.113556.1.4.271
3191         NAME 'printOwner'
3192         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3193         SINGLE-VALUE )
3194
3195 attributetype ( 1.2.840.113556.1.2.19
3196         NAME 'uSNCreated'
3197         SYNTAX '1.2.840.113556.1.4.906'
3198         SINGLE-VALUE
3199         NO-USER-MODIFICATION )
3200
3201 attributetype ( 1.2.840.113556.1.4.494
3202         NAME 'siteServer'
3203         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
3204
3205 attributetype ( 1.2.840.113556.1.4.114
3206         NAME 'rpcNsGroup'
3207         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3208
3209 attributetype ( 1.2.840.113556.1.4.609
3210         NAME 'sIDHistory'
3211         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3212         NO-USER-MODIFICATION )
3213
3214 attributetype ( 1.2.840.113556.1.4.882
3215         NAME 'fRSVersion'
3216         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3217         SINGLE-VALUE )
3218
3219 attributetype ( 1.2.840.113556.1.4.64
3220         NAME 'logonHours'
3221         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3222         SINGLE-VALUE )
3223
3224 attributetype ( 1.2.840.113556.1.4.854
3225         NAME 'netbootAnswerOnlyValidClients'
3226         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
3227         SINGLE-VALUE )
3228
3229 attributetype ( 1.2.840.113556.1.4.96
3230         NAME 'pwdLastSet'
3231         SYNTAX '1.2.840.113556.1.4.906'
3232         SINGLE-VALUE )
3233
3234 attributetype ( 1.2.840.113556.1.4.243
3235         NAME 'printColor'
3236         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
3237         SINGLE-VALUE )
3238
3239 attributetype ( 1.2.840.113556.1.4.1391
3240         NAME 'mS-SQL-Type'
3241         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3242         SINGLE-VALUE )
3243
3244 attributetype ( 1.2.840.113556.1.4.40
3245         NAME 'fromServer'
3246         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
3247         SINGLE-VALUE )
3248
3249 attributetype ( 1.2.840.113556.1.4.157
3250         NAME 'serverRole'
3251         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3252         SINGLE-VALUE )
3253
3254 attributetype ( 1.2.840.113556.1.4.100
3255         NAME 'priorValue'
3256         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3257         SINGLE-VALUE )
3258
3259 attributetype ( 1.2.840.113556.1.4.169
3260         NAME 'logonCount'
3261         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3262         SINGLE-VALUE )
3263
3264 attributetype ( 1.2.840.113556.1.4.90
3265         NAME 'unicodePwd'
3266         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3267         SINGLE-VALUE )
3268
3269 attributetype ( 1.2.840.113556.1.2.21
3270         NAME 'subClassOf'
3271         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38'
3272         SINGLE-VALUE
3273         NO-USER-MODIFICATION )
3274
3275 attributetype ( 1.2.840.113556.1.4.1396
3276         NAME 'mS-SQL-Size'
3277         SYNTAX '1.2.840.113556.1.4.906'
3278         SINGLE-VALUE )
3279
3280 attributetype ( 1.2.840.113556.1.4.101
3281         NAME 'privateKey'
3282         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3283         SINGLE-VALUE )
3284
3285 attributetype ( 1.2.840.113556.1.4.512
3286         NAME 'siteObject'
3287         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
3288         SINGLE-VALUE )
3289
3290 attributetype ( 1.2.840.113556.1.4.62
3291         NAME 'scriptPath'
3292         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3293         SINGLE-VALUE )
3294
3295 attributetype ( 1.2.840.113556.1.4.223
3296         NAME 'serverName'
3297         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3298         SINGLE-VALUE )
3299
3300 attributetype ( 1.2.840.113556.1.4.953
3301         NAME 'mSMQSiteID'
3302         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3303         SINGLE-VALUE )
3304
3305 attributetype ( 1.2.840.113556.1.4.340
3306         NAME 'rightsGuid'
3307         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3308         SINGLE-VALUE )
3309
3310 attributetype ( 1.2.840.113556.1.4.374
3311         NAME 'rIDNextRID'
3312         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3313         SINGLE-VALUE
3314         NO-USER-MODIFICATION )
3315
3316 attributetype ( 1.2.840.113556.1.4.583
3317         NAME 'meetingURL'
3318         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3319
3320 attributetype ( 1.2.840.113556.1.2.400
3321         NAME 'addressEntryDisplayTableMSDOS'
3322         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3323         SINGLE-VALUE )
3324
3325 attributetype ( 1.2.840.113556.1.4.76
3326         NAME 'maxStorage'
3327         SYNTAX '1.2.840.113556.1.4.906'
3328         SINGLE-VALUE )
3329
3330 attributetype ( 1.2.840.113556.1.2.35
3331         NAME 'rangeUpper'
3332         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3333         SINGLE-VALUE )
3334
3335 attributetype ( 1.2.840.113556.1.2.34
3336         NAME 'rangeLower'
3337         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3338         SINGLE-VALUE )
3339
3340 attributetype ( 1.2.840.113556.1.2.118
3341         NAME 'otherPager'
3342         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3343
3344 attributetype ( 1.2.840.113556.1.4.639
3345         NAME 'isMemberOfPartialAttributeSet'
3346         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
3347         SINGLE-VALUE )
3348
3349 attributetype ( 1.2.840.113556.1.4.1224
3350         NAME 'parentGUID'
3351         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3352         SINGLE-VALUE
3353         NO-USER-MODIFICATION )
3354
3355 attributetype ( 1.2.840.113556.1.2.141
3356         NAME 'department'
3357         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3358         SINGLE-VALUE )
3359
3360 attributetype ( 1.2.840.113556.1.2.25
3361         NAME 'mayContain'
3362         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' )
3363
3364 attributetype ( 1.2.840.113556.1.4.150
3365         NAME 'adminCount'
3366         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3367         SINGLE-VALUE )
3368
3369 attributetype ( 1.2.840.113556.1.4.51
3370         NAME 'lastLogoff'
3371         SYNTAX '1.2.840.113556.1.4.906'
3372         SINGLE-VALUE )
3373
3374 attributetype ( 1.2.840.113556.1.4.1409
3375         NAME 'masteredBy'
3376         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
3377         NO-USER-MODIFICATION )
3378
3379 attributetype ( 1.2.840.113556.1.4.35
3380         NAME 'employeeID'
3381         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3382         SINGLE-VALUE )
3383
3384 attributetype ( 1.2.840.113556.1.4.719
3385         NAME 'dhcpMaxKey'
3386         SYNTAX '1.2.840.113556.1.4.906'
3387         SINGLE-VALUE )
3388
3389 attributetype ( 1.2.840.113556.1.4.229
3390         NAME 'driverName'
3391         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3392         SINGLE-VALUE )
3393
3394 attributetype ( 1.2.840.113556.1.4.1363
3395         NAME 'mS-SQL-Name'
3396         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3397         SINGLE-VALUE )
3398
3399 attributetype ( 1.2.840.113556.1.4.322
3400         NAME 'categoryId'
3401         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3402         SINGLE-VALUE )
3403
3404 attributetype ( 1.2.840.113556.1.4.889
3405         NAME 'additionalTrustedServiceNames'
3406         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3407
3408 attributetype ( 1.2.840.113556.1.4.1354
3409         NAME 'scopeFlags'
3410         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3411         SINGLE-VALUE )
3412
3413 attributetype ( 1.2.840.113556.1.4.672
3414         NAME 'categories'
3415         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3416
3417 attributetype ( 1.2.840.113556.1.4.855
3418         NAME 'netbootNewMachineNamingPolicy'
3419         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3420
3421 attributetype ( 1.2.840.113556.1.4.19
3422         NAME 'cOMClassID'
3423         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3424
3425 attributetype ( 1.2.840.113556.1.2.120
3426         NAME 'uSNChanged'
3427         SYNTAX '1.2.840.113556.1.4.906'
3428         SINGLE-VALUE
3429         NO-USER-MODIFICATION )
3430
3431 attributetype ( 1.2.840.113556.1.4.2
3432         NAME 'objectGUID'
3433         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3434         SINGLE-VALUE
3435         NO-USER-MODIFICATION )
3436
3437 attributetype ( 1.2.840.113556.1.4.707
3438         NAME 'dhcpRanges'
3439         SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' )
3440
3441 attributetype ( 1.2.840.113556.1.4.1358
3442         NAME 'schemaInfo'
3443         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3444         NO-USER-MODIFICATION )
3445
3446 attributetype ( 1.2.840.113556.1.4.646
3447         NAME 'otherFacsimileTelephoneNumber'
3448         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3449
3450 attributetype ( 1.2.840.113556.1.4.520
3451         NAME 'machinePasswordChangeInterval'
3452         SYNTAX '1.2.840.113556.1.4.906'
3453         SINGLE-VALUE )
3454
3455 attributetype ( 1.2.840.113556.1.4.674
3456         NAME 'rootTrust'
3457         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
3458
3459 attributetype ( 1.2.840.113556.1.4.136
3460         NAME 'trustType'
3461         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3462         SINGLE-VALUE )
3463
3464 attributetype ( 1.2.840.113556.1.4.750
3465         NAME 'groupType'
3466         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3467         SINGLE-VALUE )
3468
3469 attributetype ( 1.2.840.113556.1.4.896
3470         NAME 'uSNSource'
3471         SYNTAX '1.2.840.113556.1.4.906'
3472         SINGLE-VALUE )
3473
3474 attributetype ( 1.2.840.113556.1.4.919
3475         NAME 'mSMQQuota'
3476         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3477         SINGLE-VALUE )
3478
3479 attributetype ( 1.2.840.113556.1.4.927
3480         NAME 'mSMQSites'
3481         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
3482
3483 attributetype ( 1.2.840.113556.1.4.910
3484         NAME 'fromEntry'
3485         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
3486         NO-USER-MODIFICATION )
3487
3488 attributetype ( 1.2.840.113556.1.4.1376
3489         NAME 'mS-SQL-SPX'
3490         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3491         SINGLE-VALUE )
3492
3493 attributetype ( 1.2.840.113556.1.4.892
3494         NAME 'gPOptions'
3495         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3496         SINGLE-VALUE )
3497
3498 attributetype ( 1.2.840.113556.1.4.814
3499         NAME 'msiScript'
3500         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3501         SINGLE-VALUE )
3502
3503 attributetype ( 1.2.840.113556.1.4.285
3504         NAME 'printRate'
3505         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3506         SINGLE-VALUE )
3507
3508 attributetype ( 1.2.840.113556.1.4.683
3509         NAME 'cRLPartitionedRevocationList'
3510         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3511         SINGLE-VALUE )
3512
3513 attributetype ( 1.2.840.113556.1.4.652
3514         NAME 'assistant'
3515         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
3516         SINGLE-VALUE )
3517
3518 attributetype ( 1.2.840.113556.1.4.490
3519         NAME 'fRSDSPoll'
3520         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3521         SINGLE-VALUE )
3522
3523 attributetype ( 1.2.840.113556.1.4.663
3524         NAME 'partialAttributeDeletionList'
3525         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3526         SINGLE-VALUE
3527         NO-USER-MODIFICATION )
3528
3529 attributetype ( 1.2.840.113556.1.4.52
3530         NAME 'lastLogon'
3531         SYNTAX '1.2.840.113556.1.4.906'
3532         SINGLE-VALUE )
3533
3534 attributetype ( 1.2.840.113556.1.2.22
3535         NAME 'governsID'
3536         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38'
3537         SINGLE-VALUE
3538         NO-USER-MODIFICATION )
3539
3540 attributetype ( 1.2.840.113556.1.4.341
3541         NAME 'appliesTo'
3542         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3543
3544 attributetype ( 1.2.840.113556.1.4.268
3545         NAME 'eFSPolicy'
3546         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
3547
3548 attributetype ( 1.2.840.113556.1.4.155
3549         NAME 'uASCompat'
3550         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3551         SINGLE-VALUE )
3552
3553 attributetype ( 1.2.840.113556.1.4.538
3554         NAME 'prefixMap'
3555         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3556         SINGLE-VALUE
3557         NO-USER-MODIFICATION )
3558
3559 attributetype ( 1.2.840.113556.1.4.661
3560         NAME 'isDefunct'
3561         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
3562         SINGLE-VALUE )
3563
3564 attributetype ( 1.2.840.113556.1.4.708
3565         NAME 'dhcpSites'
3566         SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' )
3567
3568 attributetype ( 1.2.840.113556.1.4.888
3569         NAME 'iPSECNegotiationPolicyAction'
3570         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3571         SINGLE-VALUE )
3572
3573 attributetype ( 1.2.840.113556.1.4.382
3574         NAME 'dnsRecord'
3575         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
3576
3577 attributetype ( 1.2.840.113556.1.4.21
3578         NAME 'cOMProgID'
3579         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3580
3581 attributetype ( 1.2.840.113556.1.4.45
3582         NAME 'homeDrive'
3583         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3584         SINGLE-VALUE )
3585
3586 attributetype ( 1.2.840.113556.1.4.580
3587         NAME 'meetingIP'
3588         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3589         SINGLE-VALUE )
3590
3591 attributetype ( 1.2.840.113556.1.4.1321
3592         NAME 'aCSNonReservedMinPolicedSize'
3593         SYNTAX '1.2.840.113556.1.4.906'
3594         SINGLE-VALUE )
3595
3596 attributetype ( 1.2.840.113556.1.4.717
3597         NAME 'dhcpState'
3598         SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' )
3599
3600 attributetype ( 1.2.840.113556.1.4.922
3601         NAME 'mSMQLabel'
3602         SYNTAX '1.2.840.113556.1.4.905'
3603         SINGLE-VALUE )
3604
3605 attributetype ( 1.2.840.113556.1.4.74
3606         NAME 'maxPwdAge'
3607         SYNTAX '1.2.840.113556.1.4.906'
3608         SINGLE-VALUE )
3609
3610 attributetype ( 1.2.840.113556.1.4.78
3611         NAME 'minPwdAge'
3612         SYNTAX '1.2.840.113556.1.4.906'
3613         SINGLE-VALUE )
3614
3615 attributetype ( 1.2.840.113556.1.4.689
3616         NAME 'cRLObject'
3617         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
3618         SINGLE-VALUE )
3619
3620 attributetype ( 1.2.840.113556.1.4.146
3621         NAME 'objectSid'
3622         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3623         SINGLE-VALUE )
3624
3625 attributetype ( 1.2.840.113556.1.4.565
3626         NAME 'meetingID'
3627         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3628         SINGLE-VALUE )
3629
3630 attributetype ( 1.2.840.113556.1.4.620
3631         NAME 'ipsecName'
3632         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3633         SINGLE-VALUE )
3634
3635 attributetype ( 1.2.840.113556.1.2.48
3636         NAME 'isDeleted'
3637         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
3638         SINGLE-VALUE
3639         NO-USER-MODIFICATION )
3640
3641 attributetype ( 1.2.840.113556.1.4.760
3642         NAME 'aCSAggregateTokenRatePerUser'
3643         SYNTAX '1.2.840.113556.1.4.906'
3644         SINGLE-VALUE )
3645
3646 attributetype ( 1.2.840.113556.1.4.623
3647         NAME 'ipsecData'
3648         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3649         SINGLE-VALUE )
3650
3651 attributetype ( 1.2.840.113556.1.4.668
3652         NAME 'domainCAs'
3653         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
3654
3655 attributetype ( 1.2.840.113556.1.4.687
3656         NAME 'cAConnect'
3657         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3658         SINGLE-VALUE )
3659
3660 attributetype ( 1.2.840.113556.1.4.238
3661         NAME 'printMaxResolutionSupported'
3662         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3663         SINGLE-VALUE )
3664
3665 attributetype ( 1.2.840.113556.1.4.700
3666         NAME 'dhcpFlags'
3667         SYNTAX '1.2.840.113556.1.4.906'
3668         SINGLE-VALUE )
3669
3670 attributetype ( 1.2.840.113556.1.2.402
3671         NAME 'helpData16'
3672         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3673         SINGLE-VALUE )
3674
3675 attributetype ( 1.2.840.113556.1.4.653
3676         NAME 'managedBy'
3677         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
3678         SINGLE-VALUE )
3679
3680 attributetype ( 1.2.840.113556.1.2.9
3681         NAME 'helpData32'
3682         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3683         SINGLE-VALUE )
3684
3685 attributetype ( 1.2.840.113556.1.4.944
3686         NAME 'mSMQSite2'
3687         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
3688         SINGLE-VALUE )
3689
3690 attributetype ( 1.2.840.113556.1.4.943
3691         NAME 'mSMQSite1'
3692         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
3693         SINGLE-VALUE )
3694
3695 attributetype ( 1.2.840.113556.1.4.677
3696         NAME 'replTopologyStayOfExecution'
3697         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3698         SINGLE-VALUE )
3699
3700 attributetype ( 1.2.840.113556.1.4.912
3701         NAME 'allowedChildClassesEffective'
3702         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38'
3703         NO-USER-MODIFICATION )
3704
3705 attributetype ( 1.2.840.113556.1.2.231
3706         NAME 'oMSyntax'
3707         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3708         SINGLE-VALUE
3709         NO-USER-MODIFICATION )
3710
3711 attributetype ( 1.2.840.113556.1.4.231
3712         NAME 'priority'
3713         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3714         SINGLE-VALUE )
3715
3716 attributetype ( 1.2.840.113556.1.4.48
3717         NAME 'keywords'
3718         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3719
3720 attributetype ( 1.2.840.113556.1.4.946
3721         NAME 'mSMQCost'
3722         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3723         SINGLE-VALUE )
3724
3725 attributetype ( 1.2.840.113556.1.4.821
3726         NAME 'siteList'
3727         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
3728
3729 attributetype ( 1.2.840.113556.1.4.145
3730         NAME 'revision'
3731         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3732         SINGLE-VALUE )
3733
3734 attributetype ( 1.2.840.113556.1.2.91
3735         NAME 'repsFrom'
3736         SYNTAX 'OctetString'
3737         NO-USER-MODIFICATION )
3738
3739 attributetype ( 1.2.840.113556.1.4.645
3740         NAME 'userCert'
3741         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3742         SINGLE-VALUE )
3743
3744 attributetype ( 1.2.840.113556.1.4.951
3745         NAME 'mSMQQMID'
3746         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3747         SINGLE-VALUE )
3748
3749 attributetype ( 1.2.840.113556.1.4.228
3750         NAME 'portName'
3751         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3752
3753 attributetype ( 1.2.840.113556.1.4.859
3754         NAME 'netbootLocallyInstalledOSes'
3755         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3756
3757 attributetype ( 1.2.840.113556.1.4.261
3758         NAME 'division'
3759         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3760         SINGLE-VALUE )
3761
3762 attributetype ( 1.2.840.113556.1.4.902
3763         NAME 'aCSMaxSizeOfRSVPAccountFile'
3764         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3765         SINGLE-VALUE )
3766
3767 attributetype ( 1.2.840.113556.1.4.699
3768         NAME 'dhcpType'
3769         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3770         SINGLE-VALUE )
3771
3772 attributetype ( 1.2.840.113556.1.4.301
3773         NAME 'wbemPath'
3774         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3775
3776 attributetype ( 1.2.840.113556.1.4.362
3777         NAME 'siteGUID'
3778         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3779         SINGLE-VALUE )
3780
3781 attributetype ( 1.2.840.113556.1.2.26
3782         NAME 'rDNAttID'
3783         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38'
3784         SINGLE-VALUE
3785         NO-USER-MODIFICATION )
3786
3787 attributetype ( 1.2.840.113556.1.4.900
3788         NAME 'aCSRSVPAccountFilesLocation'
3789         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3790         SINGLE-VALUE )
3791
3792 attributetype ( 1.2.840.113556.1.4.1226
3793         NAME 'mSMQDependentClientServices'
3794         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
3795         SINGLE-VALUE )
3796
3797 attributetype ( 1.2.840.113556.1.4.222
3798         NAME 'location'
3799         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3800         SINGLE-VALUE )
3801
3802 attributetype ( 1.2.840.113556.1.4.874
3803         NAME 'fRSFlags'
3804         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3805         SINGLE-VALUE )
3806
3807 attributetype ( 1.2.840.113556.1.4.219
3808         NAME 'iconPath'
3809         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3810
3811 attributetype ( 1.2.840.113556.1.4.688
3812         NAME 'cAWEBURL'
3813         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3814         SINGLE-VALUE )
3815
3816 attributetype ( 1.2.840.113556.1.4.716
3817         NAME 'mscopeId'
3818         SYNTAX '1.3.6.1.4.1.1466.115.121.1.44'
3819         SINGLE-VALUE )
3820
3821 attributetype ( 1.2.840.113556.1.4.660
3822         NAME 'treeName'
3823         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3824         SINGLE-VALUE
3825         NO-USER-MODIFICATION )
3826
3827 attributetype ( 1.2.840.113556.1.4.211
3828         NAME 'schedule'
3829         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3830         SINGLE-VALUE )
3831
3832 attributetype ( 1.2.840.113556.1.4.557
3833         NAME 'parentCA'
3834         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
3835         SINGLE-VALUE )
3836
3837 attributetype ( 1.2.840.113556.1.4.249
3838         NAME 'cOMCLSID'
3839         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3840         SINGLE-VALUE )
3841
3842 attributetype ( 1.2.840.113556.1.4.675
3843         NAME 'catalogs'
3844         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3845
3846 attributetype ( 1.2.840.113556.1.2.102
3847         NAME 'memberOf'
3848         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
3849         NO-USER-MODIFICATION )
3850
3851 attributetype ( 1.2.840.113556.1.4.690
3852         NAME 'cAUsages'
3853         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3854
3855 attributetype ( 1.2.840.113556.1.4.706
3856         NAME 'dhcpMask'
3857         SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' )
3858
3859 attributetype ( 1.2.840.113556.1.4.511
3860         NAME 'flatName'
3861         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3862         SINGLE-VALUE )
3863
3864 attributetype ( 1.2.840.113556.1.4.686
3865         NAME 'domainID'
3866         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
3867         SINGLE-VALUE )
3868
3869 attributetype ( 1.2.840.113556.1.4.58
3870         NAME 'localeID'
3871         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' )
3872
3873 attributetype ( 1.2.840.113556.1.4.16
3874         NAME 'codePage'
3875         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3876         SINGLE-VALUE )
3877
3878 attributetype ( 1.2.840.113556.1.4.768
3879         NAME 'aCSEnableRSVPMessageLogging'
3880         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
3881         SINGLE-VALUE )
3882
3883 attributetype ( 1.2.840.113556.1.4.240
3884         NAME 'printOrientationsSupported'
3885         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3886
3887 attributetype ( 1.2.840.113556.1.4.883
3888         NAME 'msRRASVendorAttributeEntry'
3889         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3890
3891 attributetype ( 1.2.840.113556.1.4.1246
3892         NAME 'interSiteTopologyGenerator'
3893         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
3894         SINGLE-VALUE )
3895
3896 attributetype ( 1.2.840.113556.1.4.307
3897         NAME 'options'
3898         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3899         SINGLE-VALUE )
3900
3901 attributetype ( 1.2.840.113556.1.4.28
3902         NAME 'dnsRoot'
3903         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
3904
3905 attributetype ( 1.2.840.113556.1.4.887
3906         NAME 'iPSECNegotiationPolicyType'
3907         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3908         SINGLE-VALUE )
3909
3910 attributetype ( 1.2.840.113556.1.4.1392
3911         NAME 'mS-SQL-InformationDirectory'
3912         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
3913         SINGLE-VALUE )
3914
3915 attributetype ( 1.2.840.113556.1.4.365
3916         NAME 'operatingSystemServicePack'
3917         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3918         SINGLE-VALUE )
3919
3920 attributetype ( 1.2.840.113556.1.4.88
3921         NAME 'nextRid'
3922         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3923         SINGLE-VALUE )
3924
3925 attributetype ( 1.2.840.113556.1.4.865
3926         NAME 'pekList'
3927         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3928         SINGLE-VALUE )
3929
3930 attributetype ( 1.2.840.113556.1.2.7
3931         NAME 'subRefs'
3932         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
3933         NO-USER-MODIFICATION )
3934
3935 attributetype ( 1.2.840.113556.1.4.505
3936         NAME 'oMTGuid'
3937         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3938         SINGLE-VALUE )
3939
3940 attributetype ( 1.2.840.113556.1.4.205
3941         NAME 'pKTGuid'
3942         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3943         SINGLE-VALUE )
3944
3945 attributetype ( 1.2.840.113556.1.2.146
3946         NAME 'company'
3947         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3948         SINGLE-VALUE )
3949
3950 attributetype ( 1.2.840.113556.1.4.82
3951         NAME 'moniker'
3952         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
3953
3954 attributetype ( 1.2.840.113556.1.4.156
3955         NAME 'comment'
3956         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3957         SINGLE-VALUE )
3958
3959 attributetype ( 1.2.840.113556.1.4.721
3960         NAME 'ipPhone'
3961         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3962         SINGLE-VALUE )
3963
3964 attributetype ( 1.2.840.113556.1.4.1361
3965         NAME 'mS-DS-ConsistencyChildCount'
3966         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
3967         SINGLE-VALUE )
3968
3969 attributetype ( 1.2.840.113556.1.4.679
3970         NAME 'creator'
3971         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3972         SINGLE-VALUE )
3973
3974 attributetype ( 1.2.840.113556.1.4.137
3975         NAME 'uNCName'
3976         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3977         SINGLE-VALUE )
3978
3979 attributetype ( 1.2.840.113556.1.4.55
3980         NAME 'dBCSPwd'
3981         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
3982         SINGLE-VALUE )
3983
3984 attributetype ( 1.2.840.113556.1.4.1239
3985         NAME 'mSMQDependentClientService'
3986         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
3987         SINGLE-VALUE )
3988
3989 attributetype ( 1.2.840.113556.1.4.684
3990         NAME 'certificateAuthorityObject'
3991         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
3992         SINGLE-VALUE )
3993
3994 attributetype ( 1.2.840.113556.1.4.621
3995         NAME 'ipsecID'
3996         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
3997         SINGLE-VALUE )
3998
3999 attributetype ( 1.2.840.113556.1.4.914
4000         NAME 'allowedAttributesEffective'
4001         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38'
4002         NO-USER-MODIFICATION )
4003
4004 attributetype ( 1.2.840.113556.1.2.598
4005         NAME 'dmdName'
4006         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4007         SINGLE-VALUE )
4008
4009 attributetype ( 1.2.840.113556.1.4.759
4010         NAME 'aCSMaxPeakBandwidthPerFlow'
4011         SYNTAX '1.2.840.113556.1.4.906'
4012         SINGLE-VALUE )
4013
4014 attributetype ( 1.2.840.113556.1.2.557
4015         NAME 'Enabled'
4016         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
4017         SINGLE-VALUE )
4018
4019 attributetype ( 1.2.840.113556.1.2.326
4020         NAME 'perRecipDialogDisplayTable'
4021         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4022         SINGLE-VALUE )
4023
4024 attributetype ( 1.2.840.113556.1.4.1248
4025         NAME 'interSiteTopologyFailover'
4026         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4027         SINGLE-VALUE )
4028
4029 attributetype ( 1.2.840.113556.1.4.895
4030         NAME 'transportAddressAttribute'
4031         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38'
4032         SINGLE-VALUE )
4033
4034 attributetype ( 1.2.840.113556.1.4.852
4035         NAME 'netbootCurrentClientCount'
4036         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4037         SINGLE-VALUE )
4038
4039 attributetype ( 1.2.840.113556.1.4.372
4040         NAME 'rIDPreviousAllocationPool'
4041         SYNTAX '1.2.840.113556.1.4.906'
4042         SINGLE-VALUE
4043         NO-USER-MODIFICATION )
4044
4045 attributetype ( 1.2.840.113556.1.2.83
4046         NAME 'repsTo'
4047         SYNTAX 'OctetString'
4048         NO-USER-MODIFICATION )
4049
4050 attributetype ( 1.2.840.113556.1.4.224
4051         NAME 'defaultSecurityDescriptor'
4052         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4053         SINGLE-VALUE )
4054
4055 attributetype ( 1.2.840.113556.1.4.519
4056         NAME 'lastBackupRestorationTime'
4057         SYNTAX '1.2.840.113556.1.4.906'
4058         SINGLE-VALUE )
4059
4060 attributetype ( 1.2.840.113556.1.4.873
4061         NAME 'fRSControlOutboundBacklog'
4062         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4063         SINGLE-VALUE )
4064
4065 attributetype ( 1.2.840.113556.1.4.255
4066         NAME 'vendor'
4067         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4068         SINGLE-VALUE )
4069
4070 attributetype ( 1.2.840.113556.1.4.891
4071         NAME 'gPLink'
4072         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4073         SINGLE-VALUE )
4074
4075 attributetype ( 1.2.840.113556.1.2.214
4076         NAME 'originalDisplayTableMSDOS'
4077         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4078         SINGLE-VALUE )
4079
4080 attributetype ( 1.2.840.113556.1.2.50
4081         NAME 'linkID'
4082         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4083         SINGLE-VALUE
4084         NO-USER-MODIFICATION )
4085
4086 attributetype ( 1.2.840.113556.1.4.1130
4087         NAME 'msNPSavedCallingStationID'
4088         SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' )
4089
4090 attributetype ( 1.2.840.113556.1.2.49
4091         NAME 'mAPIID'
4092         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4093         SINGLE-VALUE
4094         NO-USER-MODIFICATION )
4095
4096 attributetype ( 1.2.840.113556.1.4.510
4097         NAME 'serviceBindingInformation'
4098         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
4099
4100 attributetype ( 1.2.840.113556.1.2.16
4101         NAME 'nCName'
4102         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
4103         SINGLE-VALUE
4104         NO-USER-MODIFICATION )
4105
4106 attributetype ( 1.2.840.113556.1.4.1303
4107         NAME 'tokenGroupsNoGCAcceptable'
4108         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
4109
4110 attributetype ( 1.2.840.113556.1.4.1418
4111         NAME 'tokenGroupsGlobalAndUniversal'
4112         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
4113
4114 attributetype ( 1.2.840.113556.1.4.1190
4115         NAME 'msRASSavedFramedIPAddress'
4116         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4117         SINGLE-VALUE )
4118
4119 attributetype ( 1.2.840.113556.1.4.766
4120         NAME 'aCSAllocableRSVPBandwidth'
4121         SYNTAX '1.2.840.113556.1.4.906'
4122         SINGLE-VALUE )
4123
4124 attributetype ( 1.2.840.113556.1.4.61
4125         NAME 'lockOutObservationWindow'
4126         SYNTAX '1.2.840.113556.1.4.906'
4127         SINGLE-VALUE )
4128
4129 attributetype ( 1.2.840.113556.1.4.857
4130         NAME 'netbootIntelliMirrorOSes'
4131         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
4132
4133 attributetype ( 1.2.840.113556.1.4.1320
4134         NAME 'aCSNonReservedMaxSDUSize'
4135         SYNTAX '1.2.840.113556.1.4.906'
4136         SINGLE-VALUE )
4137
4138 attributetype ( 1.2.840.113556.1.4.265
4139         NAME 'notes'
4140         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4141         SINGLE-VALUE )
4142
4143 attributetype ( 1.2.840.113556.1.4.673
4144         NAME 'retiredReplDSASignatures'
4145         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4146         SINGLE-VALUE
4147         NO-USER-MODIFICATION )
4148
4149 attributetype ( 1.2.840.113556.1.4.1313
4150         NAME 'aCSMaxTokenBucketPerFlow'
4151         SYNTAX '1.2.840.113556.1.4.906'
4152         SINGLE-VALUE )
4153
4154 attributetype ( 1.2.840.113556.1.2.324
4155         NAME 'addressEntryDisplayTable'
4156         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4157         SINGLE-VALUE )
4158
4159 attributetype ( 1.2.840.113556.1.4.1317
4160         NAME 'aCSMinimumDelayVariation'
4161         SYNTAX '1.2.840.113556.1.4.906'
4162         SINGLE-VALUE )
4163
4164 attributetype ( 1.2.840.113556.1.4.872
4165         NAME 'fRSControlInboundBacklog'
4166         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4167         SINGLE-VALUE )
4168
4169 attributetype ( 1.2.840.113556.1.4.38
4170         NAME 'flags'
4171         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4172         SINGLE-VALUE )
4173
4174 attributetype ( 1.2.840.113556.1.4.1399
4175         NAME 'mS-SQL-LastDiagnosticDate'
4176         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4177         SINGLE-VALUE )
4178
4179 attributetype ( 1.2.840.113556.1.4.1348
4180         NAME 'gPCMachineExtensionNames'
4181         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4182         SINGLE-VALUE )
4183
4184 attributetype ( 1.2.840.113556.1.4.1411
4185         NAME 'ms-DS-MachineAccountQuota'
4186         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4187         SINGLE-VALUE )
4188
4189 attributetype ( 1.2.840.113556.1.2.325
4190         NAME 'perMsgDialogDisplayTable'
4191         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4192         SINGLE-VALUE )
4193
4194 attributetype ( 1.2.840.113556.1.4.57
4195         NAME 'defaultLocalPolicyObject'
4196         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
4197         SINGLE-VALUE )
4198
4199 attributetype ( 1.2.840.113556.1.4.1189
4200         NAME 'msRASSavedCallbackNumber'
4201         SYNTAX '1.3.6.1.4.1.1466.115.121.1.26'
4202         SINGLE-VALUE )
4203
4204 attributetype ( 1.2.840.113556.1.4.685
4205         NAME 'parentCACertificateChain'
4206         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4207         SINGLE-VALUE )
4208
4209 attributetype ( 1.2.840.113556.1.4.893
4210         NAME 'gPCFunctionalityVersion'
4211         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4212         SINGLE-VALUE )
4213
4214 attributetype ( 1.2.840.113556.1.4.879
4215         NAME 'fRSServiceCommandStatus'
4216         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4217         SINGLE-VALUE )
4218
4219 attributetype ( 1.2.840.113556.1.4.1319
4220         NAME 'aCSNonReservedTokenSize'
4221         SYNTAX '1.2.840.113556.1.4.906'
4222         SINGLE-VALUE )
4223
4224 attributetype ( 1.2.840.113556.1.4.775
4225         NAME 'aCSMaxSizeOfRSVPLogFile'
4226         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4227         SINGLE-VALUE )
4228
4229 attributetype ( 1.2.840.113556.1.2.135
4230         NAME 'cost'
4231         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4232         SINGLE-VALUE )
4233
4234 attributetype ( 1.2.840.113556.1.4.81
4235         NAME 'modifiedCountAtLastProm'
4236         SYNTAX '1.2.840.113556.1.4.906'
4237         SINGLE-VALUE )
4238
4239 attributetype ( 1.2.840.113556.1.4.773
4240         NAME 'aCSRSVPLogFilesLocation'
4241         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4242         SINGLE-VALUE )
4243
4244 attributetype ( 1.2.840.113556.1.2.81
4245         NAME 'info'
4246         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4247         SINGLE-VALUE )
4248
4249 attributetype ( 1.2.840.113556.1.4.125
4250         NAME 'supplementalCredentials'
4251         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
4252
4253 attributetype ( 1.2.840.113556.1.4.819
4254         NAME 'bridgeheadTransportList'
4255         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
4256
4257 attributetype ( 1.2.840.113556.1.4.967
4258         NAME 'mSMQSignCertificatesMig'
4259         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4260         SINGLE-VALUE )
4261
4262 attributetype ( 1.2.840.113556.1.4.1
4263         NAME 'name'
4264         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4265         SINGLE-VALUE
4266         NO-USER-MODIFICATION )
4267
4268 attributetype ( 1.2.840.113556.1.4.1153
4269         NAME 'msRADIUSFramedIPAddress'
4270         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4271         SINGLE-VALUE )
4272
4273 attributetype ( 1.2.840.113556.1.4.1408
4274         NAME 'mS-DS-ReplicatesNCReason'
4275         SYNTAX '1.2.840.113556.1.4.903' )
4276
4277 attributetype ( 1.2.840.113556.1.4.899
4278         NAME 'aCSEnableRSVPAccounting'
4279         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
4280         SINGLE-VALUE )
4281
4282 attributetype ( 1.2.840.113556.1.4.881
4283         NAME 'fRSTimeLastConfigChange'
4284         SYNTAX '1.3.6.1.4.1.1466.115.121.1.53'
4285         SINGLE-VALUE )
4286
4287 attributetype ( 1.2.840.113556.1.4.281
4288         NAME 'printStaplingSupported'
4289         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
4290         SINGLE-VALUE )
4291
4292 attributetype ( 1.2.840.113556.1.4.1247
4293         NAME 'interSiteTopologyRenew'
4294         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4295         SINGLE-VALUE )
4296
4297 attributetype ( 1.2.840.113556.1.4.364
4298         NAME 'operatingSystemVersion'
4299         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4300         SINGLE-VALUE )
4301
4302 attributetype ( 1.2.840.113556.1.4.91
4303         NAME 'otherLoginWorkstations'
4304         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
4305
4306 attributetype ( 1.2.840.113556.1.4.849
4307         NAME 'netbootAllowNewClients'
4308         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
4309         SINGLE-VALUE )
4310
4311 attributetype ( 1.2.840.113556.1.4.1372
4312         NAME 'mS-SQL-UnicodeSortOrder'
4313         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4314         SINGLE-VALUE )
4315
4316 attributetype ( 1.2.840.113556.1.4.749
4317         NAME 'url'
4318         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
4319
4320 attributetype ( 1.2.840.113556.1.4.206
4321         NAME 'pKT'
4322         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4323         SINGLE-VALUE )
4324
4325 attributetype ( 1.2.840.113556.1.4.199
4326         NAME 'serviceInstanceVersion'
4327         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4328         SINGLE-VALUE )
4329
4330 attributetype ( 1.2.840.113556.1.2.169
4331         NAME 'showInAdvancedViewOnly'
4332         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
4333         SINGLE-VALUE )
4334
4335 attributetype ( 1.2.840.113556.1.4.758
4336         NAME 'aCSMaxTokenRatePerFlow'
4337         SYNTAX '1.2.840.113556.1.4.906'
4338         SINGLE-VALUE )
4339
4340 attributetype ( 1.2.840.113556.1.4.868
4341         NAME 'isCriticalSystemObject'
4342         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
4343         SINGLE-VALUE )
4344
4345 attributetype ( 1.2.840.113556.1.4.576
4346         NAME 'meetingMaxParticipants'
4347         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4348         SINGLE-VALUE )
4349
4350 attributetype ( 1.2.840.113556.1.4.1208
4351         NAME 'aNR'
4352         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4353         SINGLE-VALUE )
4354
4355 attributetype ( 1.2.840.113556.1.4.153
4356         NAME 'rid'
4357         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4358         SINGLE-VALUE )
4359
4360 attributetype ( 1.2.840.113556.1.2.523
4361         NAME 'proxyGenerationEnabled'
4362         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
4363         SINGLE-VALUE )
4364
4365 attributetype ( 1.2.840.113556.1.4.871
4366         NAME 'fRSControlDataCreation'
4367         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4368         SINGLE-VALUE )
4369
4370 attributetype ( 1.2.840.113556.1.4.692
4371         NAME 'previousCACertificates'
4372         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4373         SINGLE-VALUE )
4374
4375 attributetype ( 1.2.840.113556.1.4.24
4376         NAME 'contentIndexingAllowed'
4377         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
4378         SINGLE-VALUE )
4379
4380 attributetype ( 1.2.840.113556.1.4.633
4381         NAME 'policyReplicationFlags'
4382         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4383         SINGLE-VALUE )
4384
4385 attributetype ( 1.2.840.113556.1.4.870
4386         NAME 'frsComputerReferenceBL'
4387         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
4388         NO-USER-MODIFICATION )
4389
4390 attributetype ( 1.2.840.113556.1.4.1318
4391         NAME 'aCSNonReservedPeakRate'
4392         SYNTAX '1.2.840.113556.1.4.906'
4393         SINGLE-VALUE )
4394
4395 attributetype ( 1.2.840.113556.1.4.901
4396         NAME 'aCSMaxNoOfAccountFiles'
4397         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4398         SINGLE-VALUE )
4399
4400 attributetype ( 1.2.840.113556.1.4.514
4401         NAME 'physicalLocationObject'
4402         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
4403         SINGLE-VALUE )
4404
4405 attributetype ( 1.2.840.113556.1.4.928
4406         NAME 'mSMQOutRoutingServers'
4407         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
4408
4409 attributetype ( 1.2.840.113556.1.4.820
4410         NAME 'bridgeheadServerListBL'
4411         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
4412         NO-USER-MODIFICATION )
4413
4414 attributetype ( 1.2.840.113556.1.4.1145
4415         NAME 'msRADIUSCallbackNumber'
4416         SYNTAX '1.3.6.1.4.1.1466.115.121.1.26'
4417         SINGLE-VALUE )
4418
4419 attributetype ( 1.2.840.113556.1.4.361
4420         NAME 'netbootMachineFilePath'
4421         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4422         SINGLE-VALUE )
4423
4424 attributetype ( 1.2.840.113556.1.4.963
4425         NAME 'mSMQQueueJournalQuota'
4426         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4427         SINGLE-VALUE )
4428
4429 attributetype ( 1.2.840.113556.1.4.853
4430         NAME 'netbootAnswerRequests'
4431         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
4432         SINGLE-VALUE )
4433
4434 attributetype ( 1.2.840.113556.1.4.415
4435         NAME 'operatingSystemHotfix'
4436         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4437         SINGLE-VALUE )
4438
4439 attributetype ( 1.2.840.113556.1.4.149
4440         NAME 'attributeSecurityGUID'
4441         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4442         SINGLE-VALUE )
4443
4444 attributetype ( 1.2.840.113556.1.4.711
4445         NAME 'superScopeDescription'
4446         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
4447
4448 attributetype ( 1.2.840.113556.1.4.1359
4449         NAME 'otherWellKnownObjects'
4450         SYNTAX '1.2.840.113556.1.4.903' )
4451
4452 attributetype ( 1.2.840.113556.1.4.780
4453         NAME 'aCSNonReservedTxLimit'
4454         SYNTAX '1.2.840.113556.1.4.906'
4455         SINGLE-VALUE )
4456
4457 attributetype ( 1.2.840.113556.1.4.11
4458         NAME 'authenticationOptions'
4459         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4460         SINGLE-VALUE )
4461
4462 attributetype ( 1.2.840.113556.1.4.867
4463         NAME 'altSecurityIdentities'
4464         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
4465
4466 attributetype ( 1.2.840.113556.1.4.1349
4467         NAME 'gPCUserExtensionNames'
4468         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4469         SINGLE-VALUE )
4470
4471 attributetype ( 1.2.840.113556.1.4.358
4472         NAME 'netbootInitialization'
4473         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4474         SINGLE-VALUE )
4475
4476 attributetype ( 1.2.840.113556.1.4.1364
4477         NAME 'mS-SQL-RegisteredOwner'
4478         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4479         SINGLE-VALUE )
4480
4481 attributetype ( 1.2.840.113556.1.4.761
4482         NAME 'aCSMaxDurationPerFlow'
4483         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4484         SINGLE-VALUE )
4485
4486 attributetype ( 1.2.840.113556.1.4.1330
4487         NAME 'pKICriticalExtensions'
4488         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
4489
4490 attributetype ( 1.2.840.113556.1.4.748
4491         NAME 'attributeDisplayNames'
4492         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
4493
4494 attributetype ( 1.2.840.113556.1.4.1404
4495         NAME 'mS-SQL-AllowImmediateUpdatingSubscription'
4496         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
4497         SINGLE-VALUE )
4498
4499 attributetype ( 1.2.840.113556.1.4.1191
4500         NAME 'msRASSavedFramedRoute'
4501         SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' )
4502
4503 attributetype ( 1.2.840.113556.1.4.752
4504         NAME 'userSharedFolderOther'
4505         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
4506
4507 attributetype ( 1.2.840.113556.1.2.131
4508         NAME 'co'
4509         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4510         SINGLE-VALUE )
4511
4512 attributetype ( 1.2.840.113556.1.4.909
4513         NAME 'extendedAttributeInfo'
4514         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4515         NO-USER-MODIFICATION )
4516
4517 attributetype ( 1.2.840.113556.1.4.1241
4518         NAME 'netbootMirrorDataFile'
4519         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
4520
4521 attributetype ( 1.2.840.113556.1.4.1315
4522         NAME 'aCSMinimumPolicedSize'
4523         SYNTAX '1.2.840.113556.1.4.906'
4524         SINGLE-VALUE )
4525
4526 attributetype ( 1.2.840.113556.1.4.1353
4527         NAME 'localizationDisplayId'
4528         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4529         SINGLE-VALUE )
4530
4531 attributetype ( 1.2.840.113556.1.4.582
4532         NAME 'meetingAdvertiseScope'
4533         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4534         SINGLE-VALUE )
4535
4536 attributetype ( 1.2.840.113556.1.4.1343
4537         NAME 'dSUIAdminNotification'
4538         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
4539
4540 attributetype ( 1.2.840.113556.1.4.1381
4541         NAME 'mS-SQL-LastUpdatedDate'
4542         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4543         SINGLE-VALUE )
4544
4545 attributetype ( 1.2.840.113556.1.4.1357
4546         NAME 'dSCorePropagationData'
4547         SYNTAX '1.3.6.1.4.1.1466.115.121.1.24'
4548         NO-USER-MODIFICATION )
4549
4550 attributetype ( 1.2.840.113556.1.4.320
4551         NAME 'implementedCategories'
4552         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
4553
4554 attributetype ( 1.2.840.113556.1.4.783
4555         NAME 'defaultObjectCategory'
4556         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
4557         SINGLE-VALUE )
4558
4559 attributetype ( 1.2.840.113556.1.4.422
4560         NAME 'domainPolicyReference'
4561         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
4562         SINGLE-VALUE )
4563
4564 attributetype ( 1.2.840.113556.1.4.929
4565         NAME 'mSMQInRoutingServers'
4566         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
4567
4568 attributetype ( 1.2.840.113556.1.4.1311
4569         NAME 'printDuplexSupported'
4570         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
4571         SINGLE-VALUE )
4572
4573 attributetype ( 1.2.840.113556.1.4.693
4574         NAME 'pendingCACertificates'
4575         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4576         SINGLE-VALUE )
4577
4578 attributetype ( 1.2.840.113556.1.2.281
4579         NAME 'nTSecurityDescriptor'
4580         SYNTAX '1.2.840.113556.1.4.907'
4581         SINGLE-VALUE )
4582
4583 attributetype ( 1.2.840.113556.1.4.198
4584         NAME 'systemAuxiliaryClass'
4585         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38'
4586         NO-USER-MODIFICATION )
4587
4588 attributetype ( 1.2.840.113556.1.4.898
4589         NAME 'aCSNonReservedTxSize'
4590         SYNTAX '1.2.840.113556.1.4.906'
4591         SINGLE-VALUE )
4592
4593 attributetype ( 1.2.840.113556.1.4.1382
4594         NAME 'mS-SQL-InformationURL'
4595         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4596         SINGLE-VALUE )
4597
4598 attributetype ( 1.2.840.113556.1.4.3
4599         NAME 'replPropertyMetaData'
4600         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4601         SINGLE-VALUE
4602         NO-USER-MODIFICATION )
4603
4604 attributetype ( 1.2.840.113556.1.4.1384
4605         NAME 'mS-SQL-PublicationURL'
4606         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4607         SINGLE-VALUE )
4608
4609 attributetype ( 1.2.840.113556.1.4.275
4610         NAME 'printKeepPrintedJobs'
4611         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
4612         SINGLE-VALUE )
4613
4614 attributetype ( 1.2.840.113556.1.2.267
4615         NAME 'uSNDSALastObjRemoved'
4616         SYNTAX '1.2.840.113556.1.4.906'
4617         SINGLE-VALUE
4618         NO-USER-MODIFICATION )
4619
4620 attributetype ( 1.2.840.113556.1.4.381
4621         NAME 'dnsNotifySecondaries'
4622         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' )
4623
4624 attributetype ( 1.2.840.113556.1.4.1360
4625         NAME 'mS-DS-ConsistencyGuid'
4626         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4627         SINGLE-VALUE )
4628
4629 attributetype ( 1.2.840.113556.1.4.869
4630         NAME 'frsComputerReference'
4631         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
4632         SINGLE-VALUE )
4633
4634 attributetype ( 1.2.840.113556.1.4.1369
4635         NAME 'mS-SQL-ServiceAccount'
4636         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4637         SINGLE-VALUE )
4638
4639 attributetype ( 1.2.840.113556.1.4.1124
4640         NAME 'msNPCallingStationID'
4641         SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' )
4642
4643 attributetype ( 1.2.840.113556.1.4.947
4644         NAME 'mSMQSignCertificates'
4645         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4646         SINGLE-VALUE )
4647
4648 attributetype ( 1.2.840.113556.1.4.624
4649         NAME 'ipsecOwnersReference'
4650         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
4651
4652 attributetype ( 1.2.840.113556.1.4.14
4653         NAME 'builtinModifiedCount'
4654         SYNTAX '1.2.840.113556.1.4.906'
4655         SINGLE-VALUE )
4656
4657 attributetype ( 1.2.840.113556.1.4.634
4658         NAME 'privilegeDisplayName'
4659         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4660         SINGLE-VALUE )
4661
4662 attributetype ( 1.2.840.113556.1.4.380
4663         NAME 'dnsSecureSecondaries'
4664         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' )
4665
4666 attributetype ( 1.2.840.113556.1.4.817
4667         NAME 'localizedDescription'
4668         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
4669
4670 attributetype ( 1.2.840.113556.1.4.195
4671         NAME 'systemPossSuperiors'
4672         SYNTAX '1.3.6.1.4.1.1466.115.121.1.38'
4673         NO-USER-MODIFICATION )
4674
4675 attributetype ( 1.2.840.113556.1.2.353
4676         NAME 'displayNamePrintable'
4677         SYNTAX '1.3.6.1.4.1.1466.115.121.1.44'
4678         SINGLE-VALUE )
4679
4680 attributetype ( 1.2.840.113556.1.4.771
4681         NAME 'servicePrincipalName'
4682         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
4683
4684 attributetype ( 1.2.840.113556.1.4.866
4685         NAME 'pekKeyChangeInterval'
4686         SYNTAX '1.2.840.113556.1.4.906'
4687         SINGLE-VALUE )
4688
4689 attributetype ( 1.2.840.113556.1.2.445
4690         NAME 'originalDisplayTable'
4691         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4692         SINGLE-VALUE )
4693
4694 attributetype ( 1.2.840.113556.1.4.1398
4695         NAME 'mS-SQL-LastBackupDate'
4696         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4697         SINGLE-VALUE )
4698
4699 attributetype ( 1.2.840.113556.1.4.517
4700         NAME 'ipsecPolicyReference'
4701         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
4702         SINGLE-VALUE )
4703
4704 attributetype ( 1.2.840.113556.1.4.823
4705         NAME 'certificateTemplates'
4706         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
4707
4708 attributetype ( 1.2.840.113556.1.2.15
4709         NAME 'hasPartialReplicaNCs'
4710         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
4711         NO-USER-MODIFICATION )
4712
4713 attributetype ( 1.2.840.113556.1.4.457
4714         NAME 'localPolicyReference'
4715         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
4716         SINGLE-VALUE )
4717
4718 attributetype ( 1.2.840.113556.1.2.380
4719         NAME 'extendedCharsAllowed'
4720         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
4721         SINGLE-VALUE
4722         NO-USER-MODIFICATION )
4723
4724 attributetype ( 1.2.840.113556.1.4.629
4725         NAME 'ipsecFilterReference'
4726         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
4727
4728 attributetype ( 1.2.840.113556.1.4.626
4729         NAME 'ipsecISAKMPReference'
4730         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
4731         SINGLE-VALUE )
4732
4733 attributetype ( 1.2.840.113556.1.4.876
4734         NAME 'fRSMemberReferenceBL'
4735         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
4736         NO-USER-MODIFICATION )
4737
4738 attributetype ( 1.2.840.113556.1.4.314
4739         NAME 'rpcNsTransferSyntax'
4740         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4741         SINGLE-VALUE )
4742
4743 attributetype ( 1.2.840.113556.1.4.1227
4744         NAME 'mSMQRoutingServices'
4745         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
4746         SINGLE-VALUE )
4747
4748 attributetype ( 1.2.840.113556.1.4.1375
4749         NAME 'mS-SQL-MultiProtocol'
4750         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4751         SINGLE-VALUE )
4752
4753 attributetype ( 1.2.840.113556.1.4.825
4754         NAME 'enrollmentProviders'
4755         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4756         SINGLE-VALUE )
4757
4758 attributetype ( 1.2.840.113556.1.4.287
4759         NAME 'printNetworkAddress'
4760         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4761         SINGLE-VALUE )
4762
4763 attributetype ( 1.2.840.113556.1.4.1171
4764         NAME 'msRADIUSServiceType'
4765         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4766         SINGLE-VALUE )
4767
4768 attributetype ( 1.2.840.113556.1.4.631
4769         NAME 'printPagesPerMinute'
4770         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4771         SINGLE-VALUE )
4772
4773 attributetype ( 1.2.840.113556.1.4.299
4774         NAME 'printMediaSupported'
4775         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
4776
4777 attributetype ( 1.2.840.113556.1.4.824
4778         NAME 'signatureAlgorithms'
4779         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4780         SINGLE-VALUE )
4781
4782 attributetype ( 1.2.840.113556.1.4.877
4783         NAME 'fRSPartnerAuthLevel'
4784         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4785         SINGLE-VALUE )
4786
4787 attributetype ( 1.2.840.113556.1.4.636
4788         NAME 'privilegeAttributes'
4789         SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
4790         SINGLE-VALUE )
4791
4792 attributetype ( 1.2.840.113556.1.4.640
4793         NAME 'partialAttributeSet'
4794         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4795         SINGLE-VALUE
4796         NO-USER-MODIFICATION )
4797
4798 attributetype ( 1.2.840.113556.1.4.850
4799         NAME 'netbootLimitClients'
4800         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
4801         SINGLE-VALUE )
4802
4803 attributetype ( 1.2.840.113556.1.4.1383
4804         NAME 'mS-SQL-ConnectionURL'
4805         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4806         SINGLE-VALUE )
4807
4808 attributetype ( 1.2.840.113556.1.4.1406
4809         NAME 'mS-SQL-AllowSnapshotFilesFTPDownloading'
4810         SYNTAX '1.3.6.1.4.1.1466.115.121.1.7'
4811         SINGLE-VALUE )
4812
4813 attributetype ( 1.2.840.113556.1.4.1331
4814         NAME 'pKIExpirationPeriod'
4815         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40'
4816         SINGLE-VALUE )
4817
4818 attributetype ( 1.2.840.113556.1.4.531
4819         NAME 'nonSecurityMemberBL'
4820         SYNTAX '1.3.6.1.4.1.1466.115.121.1.12'
4821         NO-USER-MODIFICATION )
4822
4823 attributetype ( 1.2.840.113556.1.4.540
4824         NAME 'initialAuthOutgoing'
4825         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'
4826         SINGLE-VALUE )
4827
4828 attributetype ( 1.2.840.113556.1.4.1158
4829         NAME 'msRADIUSFramedRoute'
4830         SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' )
4831
4832 attributetype ( 1.2.840.113556.1.4.200
4833         NAME 'controlAccessRights'
4834         SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' )
4835