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