1 1.1 christos # $OpenLDAP$ 2 1.1 christos ## This work is part of OpenLDAP Software <http://www.openldap.org/>. 3 1.1 christos ## 4 1.1.1.2 christos ## Copyright 2018-2024 The OpenLDAP Foundation. 5 1.1 christos ## All rights reserved. 6 1.1 christos ## 7 1.1 christos ## Redistribution and use in source and binary forms, with or without 8 1.1 christos ## modification, are permitted only as authorized by the OpenLDAP 9 1.1 christos ## Public License. 10 1.1 christos ## 11 1.1 christos ## A copy of this license is available in the file LICENSE in the 12 1.1 christos ## top-level directory of the distribution or, alternatively, at 13 1.1 christos ## <http://www.OpenLDAP.org/license.html>. 14 1.1 christos 15 1.1 christos # This file is provided for informational purposes only. 16 1.1 christos 17 1.1 christos # These definitions are from Microsoft's Active Directory. 18 1.1 christos # They were first gathered using the subschemaSubentry object of 19 1.1 christos # Windows 2000 Advanced Server Release Candidate 2. 20 1.1 christos # Additional definitions were gathered from Windows Server 2012 21 1.1 christos # and adjusted to ease compatibility issues. 22 1.1 christos 23 1.1 christos # These object classes and attributes are rooted at OID 24 1.1 christos # 1.2.840.113556.1, Microsoft's Directory Enabled networks 25 1.1 christos # OID. OID Macros are used throughout, to make mapping of 26 1.1 christos # incompatible OIDs easier. 27 1.1 christos 28 1.1 christos # A number of custom syntaxes have been replaced with generic 29 1.1 christos # syntaxes. The original syntax OIDs are commented out below. 30 1.1 christos 31 1.1 christos # Many of these attributes are defined with NO-USER-MODIFICATION, 32 1.1 christos # but slapd won't load such definitions from user-modifiable schema 33 1.1 christos # files. So that designation has been removed, and commented accordingly. 34 1.1 christos 35 1.1 christos # Only the subset of Windows 2012 attributes needed to make the 36 1.1 christos # user and group objectclasses work has been added to the previously 37 1.1 christos # retrieved definitions. 38 1.1 christos 39 1.1 christos # If an AD definition clashes with existing standardized schema, 40 1.1 christos # the AD definition has been commented out. 41 1.1 christos 42 1.1 christos objectidentifier MicrosoftRoot 1.2.840.113556 43 1.1 christos objectidentifier MSAD MicrosoftRoot:1 44 1.1 christos objectidentifier MSADat2 MSAD:2 45 1.1 christos objectidentifier MSADat4 MSAD:4 46 1.1 christos objectidentifier MSADat6 MSAD:6 47 1.1 christos objectidentifier MSADoc3 MSAD:3 48 1.1 christos objectidentifier MSADoc5 MSAD:5 49 1.1 christos 50 1.1 christos #objectidentifier MSADdnWithOctetString MSADat4:903 51 1.1 christos #objectidentifier MSADdnWithString MSADat4:904 52 1.1 christos #objectidentifier MSADtelex MSADat4:905 53 1.1 christos #objectidentifier MSADlargeInteger MSADat4:906 54 1.1 christos #objectidentifier MSADcis MSADat4:907 55 1.1 christos #objectidentifier MSADsecDesc MSADat4:907 56 1.1 christos objectidentifier MSADdnWithOctetString 1.3.6.1.4.1.1466.115.121.1.40 57 1.1 christos objectidentifier MSADdnWithString 1.3.6.1.4.1.1466.115.121.1.40 58 1.1 christos objectidentifier MSADtelex 1.3.6.1.4.1.1466.115.121.1.44 59 1.1 christos objectidentifier MSADlargeInteger 1.3.6.1.4.1.1466.115.121.1.27 60 1.1 christos objectidentifier MSADcis 1.3.6.1.4.1.1466.115.121.1.44 61 1.1 christos objectidentifier MSADsecDesc 1.3.6.1.4.1.1466.115.121.1.40 62 1.1 christos 63 1.1 christos # NO-USER-MODIFICATION 64 1.1 christos attributetype ( MSADat2:104 65 1.1 christos NAME 'ownerBL' 66 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 67 1.1 christos 68 1.1 christos # NO-USER-MODIFICATION 69 1.1 christos attributetype ( MSADat4:1424 70 1.1 christos NAME 'msCOM-PartitionSetLink' 71 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 72 1.1 christos 73 1.1 christos # NO-USER-MODIFICATION 74 1.1 christos attributetype ( MSADat4:1425 75 1.1 christos NAME 'msCOM-UserLink' 76 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 77 1.1 christos 78 1.1 christos # NO-USER-MODIFICATION 79 1.1 christos attributetype ( MSADat4:1669 80 1.1 christos NAME 'msDS-Approx-Immed-Subordinates' 81 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 82 1.1 christos SINGLE-VALUE ) 83 1.1 christos 84 1.1 christos attributetype ( MSADat4:1704 85 1.1 christos NAME 'msDS-NCReplCursors' 86 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 87 1.1 christos 88 1.1 christos attributetype ( MSADat4:1705 89 1.1 christos NAME 'msDS-NCReplInboundNeighbors' 90 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 91 1.1 christos 92 1.1 christos attributetype ( MSADat4:1706 93 1.1 christos NAME 'msDS-NCReplOutboundNeighbors' 94 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 95 1.1 christos 96 1.1 christos attributetype ( MSADat4:1707 97 1.1 christos NAME 'msDS-ReplAttributeMetaData' 98 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 99 1.1 christos 100 1.1 christos attributetype ( MSADat4:1708 101 1.1 christos NAME 'msDS-ReplValueMetaData' 102 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 103 1.1 christos 104 1.1 christos attributetype ( MSADat4:1793 105 1.1 christos NAME 'msDS-NonMembers' 106 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 107 1.1 christos 108 1.1 christos # NO-USER-MODIFICATION 109 1.1 christos attributetype ( MSADat4:1794 110 1.1 christos NAME 'msDS-NonMembersBL' 111 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 112 1.1 christos 113 1.1 christos attributetype ( MSADat4:1806 114 1.1 christos NAME 'msDS-MembersForAzRole' 115 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 116 1.1 christos 117 1.1 christos # NO-USER-MODIFICATION 118 1.1 christos attributetype ( MSADat4:1807 119 1.1 christos NAME 'msDS-MembersForAzRoleBL' 120 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 121 1.1 christos 122 1.1 christos attributetype ( MSADat4:1808 NAME 'msDS-OperationsForAzTask' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 123 1.1 christos # NO-USER-MODIFICATION 124 1.1 christos attributetype ( MSADat4:1809 NAME 'msDS-OperationsForAzTaskBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 125 1.1 christos attributetype ( MSADat4:1810 NAME 'msDS-TasksForAzTask' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 126 1.1 christos # NO-USER-MODIFICATION 127 1.1 christos attributetype ( MSADat4:1811 NAME 'msDS-TasksForAzTaskBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 128 1.1 christos attributetype ( MSADat4:1812 NAME 'msDS-OperationsForAzRole' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 129 1.1 christos # NO-USER-MODIFICATION 130 1.1 christos attributetype ( MSADat4:1813 NAME 'msDS-OperationsForAzRoleBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 131 1.1 christos attributetype ( MSADat4:1814 NAME 'msDS-TasksForAzRole' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 132 1.1 christos # NO-USER-MODIFICATION 133 1.1 christos attributetype ( MSADat4:1815 NAME 'msDS-TasksForAzRoleBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 134 1.1 christos 135 1.1 christos # NO-USER-MODIFICATION 136 1.1 christos attributetype ( MSADat4:1837 NAME 'msDs-masteredBy' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 137 1.1 christos attributeType ( MSADat4:1840 NAME 'msDS-ObjectReference' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 138 1.1 christos # NO-USER-MODIFICATION 139 1.1 christos attributeType ( MSADat4:1841 NAME 'msDS-ObjectReferenceBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 140 1.1 christos 141 1.1 christos attributeType ( MSADat4:1865 NAME 'msDS-PrincipalName' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 142 1.1 christos 143 1.1 christos # NO-USER-MODIFICATION 144 1.1 christos attributeType ( MSADat4:1930 NAME 'msDS-RevealedDSAs' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 145 1.1 christos # NO-USER-MODIFICATION 146 1.1 christos attributeType ( MSADat4:1931 NAME 'msDS-KrbTgtLinkBl' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 147 1.1 christos 148 1.1 christos # NO-USER-MODIFICATION 149 1.1 christos attributeType ( MSADat4:1932 NAME 'msDS-IsFullReplicaFor' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 150 1.1 christos # NO-USER-MODIFICATION 151 1.1 christos attributeType ( MSADat4:1933 NAME 'msDS-IsDomainFor' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 152 1.1 christos # NO-USER-MODIFICATION 153 1.1 christos attributeType ( MSADat4:1934 NAME 'msDS-IsPartialReplicaFor' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 154 1.1 christos 155 1.1 christos # NO-USER-MODIFICATION 156 1.1 christos attributeType ( MSADat4:1957 NAME 'msDS-AuthenticatedToAccountlist' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 157 1.1 christos attributeType ( MSADat4:1958 NAME 'msDS-AuthenticatedAtDC' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 158 1.1 christos 159 1.1 christos # NO-USER-MODIFICATION 160 1.1 christos attributeType ( MSADat4:1975 NAME 'msDS-RevealedListBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 161 1.1 christos 162 1.1 christos attributetype ( MSADat4:1968 NAME 'msDS-NC-RO-Replica-Locations-BL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 163 1.1 christos # NO-USER-MODIFICATION 164 1.1 christos attributetype ( MSADat4:2021 NAME 'msDS-PSOApplied' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 165 1.1 christos # NO-USER-MODIFICATION 166 1.1 christos attributetype ( MSADat4:2024 NAME 'msDS-NcType' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) 167 1.1 christos # NO-USER-MODIFICATION 168 1.1 christos attributetype ( MSADat4:2052 NAME 'msDS-OIDToGroupLinkBl' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 169 1.1 christos attributetype ( MSADat4:2057 NAME 'msDS-HostServiceAccountBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 170 1.1 christos # NO-USER-MODIFICATION 171 1.1 christos attributetype ( MSADat4:2058 NAME 'isRecycled' SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' SINGLE-VALUE ) 172 1.1 christos # NO-USER-MODIFICATION 173 1.1 christos attributetype ( MSADat4:2059 NAME 'msDS-LocalEffectiveDeletionTime' SYNTAX '1.3.6.1.4.1.1466.115.121.1.24' SINGLE-VALUE ) 174 1.1 christos # NO-USER-MODIFICATION 175 1.1 christos attributetype ( MSADat4:2060 NAME 'msDS-LocalEffectiveRecycleTime' SYNTAX '1.3.6.1.4.1.1466.115.121.1.24' SINGLE-VALUE ) 176 1.1 christos # NO-USER-MODIFICATION 177 1.1 christos attributetype ( MSADat4:2067 NAME 'msDS-LastKnownRDN' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 178 1.1 christos # NO-USER-MODIFICATION 179 1.1 christos attributetype ( MSADat4:2069 NAME 'msDS-EnabledFeatureBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 180 1.1 christos attributetype ( MSADat4:2102 NAME 'msDS-ClaimSharesPossibleValuesWithBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 181 1.1 christos attributetype ( MSADat4:2104 NAME 'msDS-MembersOfResourcePropertyListBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 182 1.1 christos attributetype ( MSADat4:2168 NAME 'msDS-IsPrimaryComputerFor' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 183 1.1 christos # NO-USER-MODIFICATION 184 1.1 christos attributetype ( MSADat4:2188 NAME 'msDS-ValueTypeReferenceBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 185 1.1 christos # NO-USER-MODIFICATION 186 1.1 christos attributetype ( MSADat4:2193 NAME 'msDS-TDOIngressBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 187 1.1 christos # NO-USER-MODIFICATION 188 1.1 christos attributetype ( MSADat4:2194 NAME 'msDS-TDOEgressBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 189 1.1 christos # NO-USER-MODIFICATION 190 1.1 christos attributetype ( MSADat4:2203 NAME 'msDS-parentdistname' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' SINGLE-VALUE ) 191 1.1 christos attributetype ( MSADat4:2235 NAME 'msDS-ReplValueMetaDataExt' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 192 1.1 christos # NO-USER-MODIFICATION 193 1.1 christos attributetype ( MSADat4:2236 NAME 'msds-memberOfTransitive' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 194 1.1 christos # NO-USER-MODIFICATION 195 1.1 christos attributetype ( MSADat4:2238 NAME 'msds-memberTransitive' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 196 1.1 christos attributetype ( MSADat6:18.1.347 NAME 'msSFU30PosixMemberOf' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 197 1.1 christos attributetype ( MSADat6:13.3.102 NAME 'msDFSR-MemberReferenceBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 198 1.1 christos attributetype ( MSADat6:13.3.103 NAME 'msDFSR-ComputerReferenceBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 199 1.1 christos 200 1.1 christos 201 1.1 christos attributetype ( MSADat4:1792 NAME 'msDS-AzLDAPQuery' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 202 1.1 christos attributetype ( MSADat4:1801 NAME 'msDS-AzBizRule' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 203 1.1 christos attributetype ( MSADat4:1802 NAME 'msDS-AzBizRuleLanguage' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 204 1.1 christos attributetype ( MSADat4:1803 NAME 'msDS-AzLastImportedBizRulePath' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 205 1.1 christos attributetype ( MSADat4:1819 NAME 'msDS-AzApplicationData' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 206 1.1 christos # NO-USER-MODIFICATION 207 1.1 christos attributetype ( MSADat4:1949 NAME 'msDS-AzObjectGuid' SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' SINGLE-VALUE ) 208 1.1 christos attributetype ( MSADat4:1950 NAME 'msDS-AzGenericData' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 209 1.1 christos attributetype ( MSADat4:2167 NAME 'msDS-PrimaryComputer' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 210 1.1 christos attributetype ( MSADat6:18.1.309 NAME 'msSFU30Name' SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' SINGLE-VALUE ) 211 1.1 christos attributetype ( MSADat6:18.1.339 NAME 'msSFU30NisDomain' SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' SINGLE-VALUE ) 212 1.1 christos attributetype ( MSADat6:18.1.346 NAME 'msSFU30PosixMember' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 213 1.1 christos 214 1.1 christos attributetype ( MSADat4:1426 NAME 'msCOM-UserPartitionSetLink' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' SINGLE-VALUE ) 215 1.1 christos attributetype ( MSADat4:1441 NAME 'msDS-Cached-Membership' SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' SINGLE-VALUE ) 216 1.1 christos attributetype ( MSADat4:1442 NAME 'msDS-Cached-Membership-Time-Stamp' SYNTAX 'MSADlargeInteger' SINGLE-VALUE ) 217 1.1 christos attributetype ( MSADat4:1443 NAME 'msDS-Site-Affinity' SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 218 1.1 christos attributetype ( MSADat4:1460 NAME 'msDS-User-Account-Control-Computed' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) 219 1.1 christos attributetype ( MSADat4:1696 NAME 'lastLogonTimestamp' SYNTAX 'MSADlargeInteger' SINGLE-VALUE ) 220 1.1 christos attributetype ( MSADat4:1785 NAME 'msIIS-FTPRoot' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 221 1.1 christos attributetype ( MSADat4:1786 NAME 'msIIS-FTPDir' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 222 1.1 christos attributetype ( MSADat4:1843 NAME 'msDRM-IdentityCertificate' SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 223 1.1 christos attributetype ( MSADat4:1879 NAME 'msDS-SourceObjectDN' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 224 1.1 christos attributetype ( MSADat4:1892 NAME 'msPKIRoamingTimeStamp' SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' SINGLE-VALUE ) 225 1.1 christos attributetype ( MSADat4:1893 NAME 'msPKIDPAPIMasterKeys' SYNTAX 'MSADdnWithOctetString' ) 226 1.1 christos attributetype ( MSADat4:1894 NAME 'msPKIAccountCredentials' SYNTAX 'MSADdnWithOctetString' ) 227 1.1 christos attributetype ( MSADat4:1913 NAME 'msRADIUS-FramedInterfaceId' SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' SINGLE-VALUE ) 228 1.1 christos attributetype ( MSADat4:1914 NAME 'msRADIUS-SavedFramedInterfaceId' SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' SINGLE-VALUE ) 229 1.1 christos attributetype ( MSADat4:1915 NAME 'msRADIUS-FramedIpv6Prefix' SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' SINGLE-VALUE ) 230 1.1 christos attributetype ( MSADat4:1916 NAME 'msRADIUS-SavedFramedIpv6Prefix' SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' SINGLE-VALUE ) 231 1.1 christos attributetype ( MSADat4:1917 NAME 'msRADIUS-FramedIpv6Route' SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' ) 232 1.1 christos attributetype ( MSADat4:1918 NAME 'msRADIUS-SavedFramedIpv6Route' SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' ) 233 1.1 christos # NO-USER-MODIFICATION 234 1.1 christos attributetype ( MSADat4:1929 NAME 'msDS-SecondaryKrbTgtNumber' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) 235 1.1 christos attributetype ( MSADat4:1963 NAME 'msDS-SupportedEncryptionTypes' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) 236 1.1 christos # NO-USER-MODIFICATION 237 1.1 christos attributetype ( MSADat4:1970 NAME 'msDS-LastSuccessfulInteractiveLogonTime' SYNTAX 'MSADlargeInteger' SINGLE-VALUE ) 238 1.1 christos # NO-USER-MODIFICATION 239 1.1 christos attributetype ( MSADat4:1971 NAME 'msDS-LastFailedInteractiveLogonTime' SYNTAX 'MSADlargeInteger' SINGLE-VALUE ) 240 1.1 christos # NO-USER-MODIFICATION 241 1.1 christos attributetype ( MSADat4:1972 NAME 'msDS-FailedInteractiveLogonCount' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) 242 1.1 christos # NO-USER-MODIFICATION 243 1.1 christos attributetype ( MSADat4:1973 NAME 'msDS-FailedInteractiveLogonCountAtLastSuccessfulLogon' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) 244 1.1 christos attributetype ( MSADat4:1976 NAME 'msTSProfilePath' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 245 1.1 christos attributetype ( MSADat4:1977 NAME 'msTSHomeDirectory' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 246 1.1 christos attributetype ( MSADat4:1978 NAME 'msTSHomeDrive' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 247 1.1 christos attributetype ( MSADat4:1979 NAME 'msTSAllowLogon' SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' SINGLE-VALUE ) 248 1.1 christos attributetype ( MSADat4:1980 NAME 'msTSRemoteControl' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) 249 1.1 christos attributetype ( MSADat4:1981 NAME 'msTSMaxDisconnectionTime' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) 250 1.1 christos attributetype ( MSADat4:1982 NAME 'msTSMaxConnectionTime' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) 251 1.1 christos attributetype ( MSADat4:1983 NAME 'msTSMaxIdleTime' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) 252 1.1 christos attributetype ( MSADat4:1984 NAME 'msTSReconnectionAction' SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' SINGLE-VALUE ) 253 1.1 christos attributetype ( MSADat4:1985 NAME 'msTSBrokenConnectionAction' SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' SINGLE-VALUE ) 254 1.1 christos attributetype ( MSADat4:1986 NAME 'msTSConnectClientDrives' SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' SINGLE-VALUE ) 255 1.1 christos attributetype ( MSADat4:1987 NAME 'msTSConnectPrinterDrives' SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' SINGLE-VALUE ) 256 1.1 christos attributetype ( MSADat4:1988 NAME 'msTSDefaultToMainPrinter' SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' SINGLE-VALUE ) 257 1.1 christos attributetype ( MSADat4:1989 NAME 'msTSWorkDirectory' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 258 1.1 christos attributetype ( MSADat4:1990 NAME 'msTSInitialProgram' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 259 1.1 christos attributetype ( MSADat4:1991 NAME 'msTSProperty01' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 260 1.1 christos attributetype ( MSADat4:1992 NAME 'msTSProperty02' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 261 1.1 christos attributetype ( MSADat4:1993 NAME 'msTSExpireDate' SYNTAX '1.3.6.1.4.1.1466.115.121.1.24' SINGLE-VALUE ) 262 1.1 christos attributetype ( MSADat4:1994 NAME 'msTSLicenseVersion' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 263 1.1 christos attributetype ( MSADat4:1995 NAME 'msTSManagingLS' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 264 1.1 christos attributetype ( MSADat4:1996 NAME 'msDS-UserPasswordExpiryTimeComputed' SYNTAX 'MSADlargeInteger' SINGLE-VALUE ) 265 1.1 christos attributetype ( MSADat4:2008 NAME 'msTSManagingLS4' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 266 1.1 christos attributetype ( MSADat4:2005 NAME 'msTSManagingLS3' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 267 1.1 christos attributetype ( MSADat4:2002 NAME 'msTSManagingLS2' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 268 1.1 christos attributetype ( MSADat4:2006 NAME 'msTSExpireDate4' SYNTAX '1.3.6.1.4.1.1466.115.121.1.24' SINGLE-VALUE ) 269 1.1 christos attributetype ( MSADat4:2003 NAME 'msTSExpireDate3' SYNTAX '1.3.6.1.4.1.1466.115.121.1.24' SINGLE-VALUE ) 270 1.1 christos attributetype ( MSADat4:2000 NAME 'msTSExpireDate2' SYNTAX '1.3.6.1.4.1.1466.115.121.1.24' SINGLE-VALUE ) 271 1.1 christos attributetype ( MSADat4:2004 NAME 'msTSLicenseVersion3' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 272 1.1 christos attributetype ( MSADat4:2001 NAME 'msTSLicenseVersion2' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 273 1.1 christos attributetype ( MSADat4:2007 NAME 'msTSLicenseVersion4' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 274 1.1 christos attributetype ( MSADat4:2009 NAME 'msTSLSProperty01' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 275 1.1 christos attributetype ( MSADat4:2010 NAME 'msTSLSProperty02' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 276 1.1 christos # NO-USER-MODIFICATION 277 1.1 christos attributetype ( MSADat4:2022 NAME 'msDS-ResultantPSO' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' SINGLE-VALUE ) 278 1.1 christos attributetype ( MSADat4:2050 NAME 'msPKI-CredentialRoamingTokens' SYNTAX 'MSADdnWithOctetString' ) 279 1.1 christos attributetype ( MSADat4:2073 NAME 'msTSPrimaryDesktop' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' SINGLE-VALUE ) 280 1.1 christos attributetype ( MSADat4:2075 NAME 'msTSSecondaryDesktops' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 281 1.1 christos attributetype ( MSADat4:2276 NAME 'msDS-SyncServerUrl' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 282 1.1 christos attributetype ( MSADat4:2285 NAME 'msDS-AssignedAuthNPolicySilo' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' SINGLE-VALUE ) 283 1.1 christos # NO-USER-MODIFICATION 284 1.1 christos attributetype ( MSADat4:2288 NAME 'msDS-AuthNPolicySiloMembersBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 285 1.1 christos attributetype ( MSADat4:2295 NAME 'msDS-AssignedAuthNPolicy' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' SINGLE-VALUE ) 286 1.1 christos 287 1.1 christos ## NO-USER-MODIFICATION 288 1.1 christos #attributetype ( MSADat4:1459 NAME 'msDS-Behavior-Version' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) 289 1.1 christos #attributetype ( MSADat4:1788 NAME 'msDS-PerUserTrustQuota' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) 290 1.1 christos #attributetype ( MSADat4:1789 NAME 'msDS-AllUsersTrustQuota' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) 291 1.1 christos #attributetype ( MSADat4:1790 NAME 'msDS-PerUserTrustTombstonesQuota' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) 292 1.1 christos 293 1.1 christos # NO-USER-MODIFICATION 294 1.1 christos attributetype ( MSADat4:1717 NAME 'msDS-AdditionalDnsHostName' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 295 1.1 christos ## NO-USER-MODIFICATION 296 1.1 christos attributetype ( MSADat4:1718 NAME 'msDS-AdditionalSamAccountName' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 297 1.1 christos # NO-USER-MODIFICATION 298 1.1 christos attributetype ( MSADat4:1783 NAME 'msDS-ExecuteScriptPassword' SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' SINGLE-VALUE ) 299 1.1 christos attributetype ( MSADat4:1923 NAME 'msDS-KrbTgtLink' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' SINGLE-VALUE ) 300 1.1 christos # NO-USER-MODIFICATION 301 1.1 christos attributetype ( MSADat4:1924 NAME 'msDS-RevealedUsers' SYNTAX 'MSADdnWithOctetString' ) 302 1.1 christos attributetype ( MSADat4:1926 NAME 'msDS-NeverRevealGroup' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 303 1.1 christos attributetype ( MSADat4:1928 NAME 'msDS-RevealOnDemandGroup' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 304 1.1 christos # NO-USER-MODIFICATION 305 1.1 christos attributetype ( MSADat4:1940 NAME 'msDS-RevealedList' SYNTAX 'MSADdnWithString' ) 306 1.1 christos attributetype ( MSADat4:1959 NAME 'msDS-isGC' SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' SINGLE-VALUE ) 307 1.1 christos attributetype ( MSADat4:1960 NAME 'msDS-isRODC' SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' SINGLE-VALUE ) 308 1.1 christos attributetype ( MSADat4:1961 NAME 'msDS-SiteName' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 309 1.1 christos # NO-USER-MODIFICATION 310 1.1 christos attributetype ( MSADat4:1962 NAME 'msDS-PromotionSettings' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 311 1.1 christos attributetype ( MSADat4:1966 NAME 'msTPM-OwnerInformation' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 312 1.1 christos attributetype ( MSADat4:2025 NAME 'msDS-IsUserCachableAtRodc' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) 313 1.1 christos attributetype ( MSADat4:2056 NAME 'msDS-HostServiceAccount' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 314 1.1 christos attributetype ( MSADat4:2070 NAME 'msTSEndpointData' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 315 1.1 christos attributetype ( MSADat4:2071 NAME 'msTSEndpointType' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) 316 1.1 christos attributetype ( MSADat4:2072 NAME 'msTSEndpointPlugin' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 317 1.1 christos # NO-USER-MODIFICATION 318 1.1 christos attributetype ( MSADat4:2074 NAME 'msTSPrimaryDesktopBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 319 1.1 christos # NO-USER-MODIFICATION 320 1.1 christos attributetype ( MSADat4:2078 NAME 'msTSSecondaryDesktopBL' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 321 1.1 christos attributetype ( MSADat4:2109 NAME 'msTPM-TpmInformationForComputer' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' SINGLE-VALUE ) 322 1.1 christos # NO-USER-MODIFICATION 323 1.1 christos attributetype ( MSADat4:2166 NAME 'msDS-GenerationId' SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' SINGLE-VALUE ) 324 1.1 christos attributetype ( MSADat4:2180 NAME 'msImaging-ThumbprintHash' SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' SINGLE-VALUE ) 325 1.1 christos attributetype ( MSADat4:2181 NAME 'msImaging-HashAlgorithm' SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE ) 326 1.1 christos attributetype ( MSADat4:2234 NAME 'netbootDUID' SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' SINGLE-VALUE ) 327 1.1 christos attributetype ( MSADat6:18.1.323 NAME 'msSFU30Aliases' SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' ) 328 1.1 christos #attributetype ( 1.3.6.1.1.1.1.26 NAME 'nisMapName' SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' SINGLE-VALUE ) 329 1.1 christos 330 1.1 christos 331 1.1 christos attributetype ( MSADat4:856 332 1.1 christos NAME 'netbootNewMachineOU' 333 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 334 1.1 christos SINGLE-VALUE ) 335 1.1 christos 336 1.1 christos attributetype ( MSADat4:13 337 1.1 christos NAME 'builtinCreationTime' 338 1.1 christos SYNTAX 'MSADlargeInteger' 339 1.1 christos SINGLE-VALUE ) 340 1.1 christos 341 1.1 christos attributetype ( MSADat4:1335 342 1.1 christos NAME 'pKIEnrollmentAccess' 343 1.1 christos SYNTAX 'MSADcis' ) 344 1.1 christos 345 1.1 christos attributetype ( MSADat4:1333 346 1.1 christos NAME 'pKIExtendedKeyUsage' 347 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 348 1.1 christos 349 1.1 christos attributetype ( MSADat4:1123 350 1.1 christos NAME 'msNPCalledStationID' 351 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' ) 352 1.1 christos 353 1.1 christos attributetype ( MSADat4:539 354 1.1 christos NAME 'initialAuthIncoming' 355 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 356 1.1 christos SINGLE-VALUE ) 357 1.1 christos 358 1.1 christos # NO-USER-MODIFICATION 359 1.1 christos attributetype ( MSADat2:370 360 1.1 christos NAME 'objectClassCategory' 361 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 362 1.1 christos SINGLE-VALUE ) 363 1.1 christos 364 1.1 christos attributetype ( MSADat4:41 365 1.1 christos NAME 'generatedConnection' 366 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 367 1.1 christos SINGLE-VALUE ) 368 1.1 christos 369 1.1 christos # NO-USER-MODIFICATION 370 1.1 christos attributetype ( MSADat4:911 371 1.1 christos NAME 'allowedChildClasses' 372 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' ) 373 1.1 christos 374 1.1 christos attributetype ( MSADat4:68 375 1.1 christos NAME 'machineArchitecture' 376 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' ) 377 1.1 christos 378 1.1 christos attributetype ( MSADat4:767 379 1.1 christos NAME 'aCSMaxPeakBandwidth' 380 1.1 christos SYNTAX 'MSADlargeInteger' 381 1.1 christos SINGLE-VALUE ) 382 1.1 christos 383 1.1 christos attributetype ( MSADat4:72 384 1.1 christos NAME 'marshalledInterface' 385 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 386 1.1 christos 387 1.1 christos # NO-USER-MODIFICATION 388 1.1 christos attributetype ( MSADat4:368 389 1.1 christos NAME 'rIDManagerReference' 390 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 391 1.1 christos SINGLE-VALUE ) 392 1.1 christos 393 1.1 christos attributetype ( MSADat4:770 394 1.1 christos NAME 'aCSEnableACSService' 395 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 396 1.1 christos SINGLE-VALUE ) 397 1.1 christos 398 1.1 christos attributetype ( MSADat4:1237 399 1.1 christos NAME 'mSMQRoutingService' 400 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 401 1.1 christos SINGLE-VALUE ) 402 1.1 christos 403 1.1 christos attributetype ( MSADat4:1405 404 1.1 christos NAME 'mS-SQL-AllowQueuedUpdatingSubscription' 405 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 406 1.1 christos SINGLE-VALUE ) 407 1.1 christos 408 1.1 christos attributetype ( MSADat4:648 409 1.1 christos NAME 'primaryTelexNumber' 410 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 411 1.1 christos SINGLE-VALUE ) 412 1.1 christos 413 1.1 christos attributetype ( MSADat4:8 414 1.1 christos NAME 'userAccountControl' 415 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 416 1.1 christos SINGLE-VALUE ) 417 1.1 christos 418 1.1 christos attributetype ( MSADat4:563 419 1.1 christos NAME 'shellPropertyPages' 420 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 421 1.1 christos 422 1.1 christos # NO-USER-MODIFICATION 423 1.1 christos attributetype ( MSADat4:4 424 1.1 christos NAME 'replUpToDateVector' 425 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 426 1.1 christos SINGLE-VALUE ) 427 1.1 christos 428 1.1 christos attributetype ( MSADat4:484 429 1.1 christos NAME 'fRSDirectoryFilter' 430 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 431 1.1 christos SINGLE-VALUE ) 432 1.1 christos 433 1.1 christos attributetype ( MSADat4:230 434 1.1 christos NAME 'printSeparatorFile' 435 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 436 1.1 christos SINGLE-VALUE ) 437 1.1 christos 438 1.1 christos attributetype ( MSADat4:1329 439 1.1 christos NAME 'pKIMaxIssuingDepth' 440 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 441 1.1 christos SINGLE-VALUE ) 442 1.1 christos 443 1.1 christos attributetype ( MSADat4:1307 444 1.1 christos NAME 'accountNameHistory' 445 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 446 1.1 christos 447 1.1 christos attributetype ( MSADat4:1386 448 1.1 christos NAME 'mS-SQL-GPSLongitude' 449 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 450 1.1 christos SINGLE-VALUE ) 451 1.1 christos 452 1.1 christos attributetype ( MSADat4:562 453 1.1 christos NAME 'adminPropertyPages' 454 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 455 1.1 christos 456 1.1 christos attributetype ( MSADat4:121 457 1.1 christos NAME 'securityIdentifier' 458 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 459 1.1 christos SINGLE-VALUE ) 460 1.1 christos 461 1.1 christos attributetype ( MSADat4:166 462 1.1 christos NAME 'groupMembershipSAM' 463 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 464 1.1 christos SINGLE-VALUE ) 465 1.1 christos 466 1.1 christos attributetype ( MSADat4:659 467 1.1 christos NAME 'serviceDNSNameType' 468 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 469 1.1 christos SINGLE-VALUE ) 470 1.1 christos 471 1.1 christos attributetype ( MSADat4:585 472 1.1 christos NAME 'meetingIsEncrypted' 473 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 474 1.1 christos SINGLE-VALUE ) 475 1.1 christos 476 1.1 christos attributetype ( MSADat4:1400 477 1.1 christos NAME 'mS-SQL-Applications' 478 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 479 1.1 christos 480 1.1 christos attributetype ( MSADat4:330 481 1.1 christos NAME 'lastUpdateSequence' 482 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 483 1.1 christos SINGLE-VALUE ) 484 1.1 christos 485 1.1 christos attributetype ( MSADat4:50 486 1.1 christos NAME 'lastContentIndexed' 487 1.1 christos SYNTAX 'MSADlargeInteger' 488 1.1 christos SINGLE-VALUE ) 489 1.1 christos 490 1.1 christos attributetype ( MSADat4:567 491 1.1 christos NAME 'meetingDescription' 492 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 493 1.1 christos SINGLE-VALUE ) 494 1.1 christos 495 1.1 christos #attributetype ( MSADat4:880 496 1.1 christos # NAME 'fRSTimeLastCommand' 497 1.1 christos # SYNTAX '1.3.6.1.4.1.1466.115.121.1.53' 498 1.1 christos # SINGLE-VALUE ) 499 1.1 christos 500 1.1 christos attributetype ( MSADat4:83 501 1.1 christos NAME 'monikerDisplayName' 502 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 503 1.1 christos 504 1.1 christos attributetype ( MSADat4:321 505 1.1 christos NAME 'requiredCategories' 506 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 507 1.1 christos 508 1.1 christos attributetype ( MSADat4:813 509 1.1 christos NAME 'upgradeProductCode' 510 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 511 1.1 christos 512 1.1 christos attributetype ( MSADat4:774 513 1.1 christos NAME 'aCSMaxNoOfLogFiles' 514 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 515 1.1 christos SINGLE-VALUE ) 516 1.1 christos 517 1.1 christos attributetype ( MSADat4:1370 518 1.1 christos NAME 'mS-SQL-CharacterSet' 519 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 520 1.1 christos SINGLE-VALUE ) 521 1.1 christos 522 1.1 christos attributetype ( MSADat4:578 523 1.1 christos NAME 'meetingContactInfo' 524 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 525 1.1 christos SINGLE-VALUE ) 526 1.1 christos 527 1.1 christos attributetype ( MSADat4:1397 528 1.1 christos NAME 'mS-SQL-CreationDate' 529 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 530 1.1 christos SINGLE-VALUE ) 531 1.1 christos 532 1.1 christos attributetype ( MSADat4:32 533 1.1 christos NAME 'domainPolicyObject' 534 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 535 1.1 christos SINGLE-VALUE ) 536 1.1 christos 537 1.1 christos attributetype ( MSADat4:703 538 1.1 christos NAME 'dhcpObjDescription' 539 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 540 1.1 christos SINGLE-VALUE ) 541 1.1 christos 542 1.1 christos attributetype ( MSADat4:573 543 1.1 christos NAME 'meetingApplication' 544 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 545 1.1 christos 546 1.1 christos attributetype ( MSADat4:518 547 1.1 christos NAME 'defaultHidingValue' 548 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 549 1.1 christos SINGLE-VALUE ) 550 1.1 christos 551 1.1 christos attributetype ( MSADat4:875 552 1.1 christos NAME 'fRSMemberReference' 553 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 554 1.1 christos SINGLE-VALUE ) 555 1.1 christos 556 1.1 christos attributetype ( MSADat4:701 557 1.1 christos NAME 'dhcpIdentification' 558 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 559 1.1 christos SINGLE-VALUE ) 560 1.1 christos 561 1.1 christos attributetype ( MSADat4:135 562 1.1 christos NAME 'trustAuthOutgoing' 563 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 564 1.1 christos SINGLE-VALUE ) 565 1.1 christos 566 1.1 christos # NO-USER-MODIFICATION 567 1.1 christos attributetype ( MSADat4:197 568 1.1 christos NAME 'systemMustContain' 569 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' ) 570 1.1 christos 571 1.1 christos # NO-USER-MODIFICATION 572 1.1 christos attributetype ( MSADat4:1412 573 1.1 christos NAME 'primaryGroupToken' 574 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 575 1.1 christos SINGLE-VALUE ) 576 1.1 christos 577 1.1 christos attributetype ( MSADat4:118 578 1.1 christos NAME 'rpcNsProfileEntry' 579 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 580 1.1 christos SINGLE-VALUE ) 581 1.1 christos 582 1.1 christos attributetype ( MSADat4:129 583 1.1 christos NAME 'trustAuthIncoming' 584 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 585 1.1 christos SINGLE-VALUE ) 586 1.1 christos 587 1.1 christos attributetype ( MSADat4:1225 588 1.1 christos NAME 'mSMQPrevSiteGates' 589 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 590 1.1 christos 591 1.1 christos attributetype ( MSADat4:607 592 1.1 christos NAME 'queryPolicyObject' 593 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 594 1.1 christos SINGLE-VALUE ) 595 1.1 christos 596 1.1 christos attributetype ( MSADat4:712 597 1.1 christos NAME 'optionDescription' 598 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 599 1.1 christos 600 1.1 christos attributetype ( MSADat4:1314 601 1.1 christos NAME 'aCSMaximumSDUSize' 602 1.1 christos SYNTAX 'MSADlargeInteger' 603 1.1 christos SINGLE-VALUE ) 604 1.1 christos 605 1.1 christos attributetype ( MSADat4:530 606 1.1 christos NAME 'nonSecurityMember' 607 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 608 1.1 christos 609 1.1 christos attributetype ( MSADat4:31 610 1.1 christos NAME 'fRSReplicaSetType' 611 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 612 1.1 christos SINGLE-VALUE ) 613 1.1 christos 614 1.1 christos attributetype ( MSADat4:763 615 1.1 christos NAME 'aCSTotalNoOfFlows' 616 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 617 1.1 christos SINGLE-VALUE ) 618 1.1 christos 619 1.1 christos # NO-USER-MODIFICATION 620 1.1 christos attributetype ( MSADat4:915 621 1.1 christos NAME 'possibleInferiors' 622 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' ) 623 1.1 christos 624 1.1 christos attributetype ( MSADat4:851 625 1.1 christos NAME 'netbootMaxClients' 626 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 627 1.1 christos SINGLE-VALUE ) 628 1.1 christos 629 1.1 christos attributetype ( MSADat4:1385 630 1.1 christos NAME 'mS-SQL-GPSLatitude' 631 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 632 1.1 christos SINGLE-VALUE ) 633 1.1 christos 634 1.1 christos attributetype ( MSADat4:765 635 1.1 christos NAME 'aCSPermissionBits' 636 1.1 christos SYNTAX 'MSADlargeInteger' 637 1.1 christos SINGLE-VALUE ) 638 1.1 christos 639 1.1 christos attributetype ( MSADat4:926 640 1.1 christos NAME 'mSMQTransactional' 641 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 642 1.1 christos SINGLE-VALUE ) 643 1.1 christos 644 1.1 christos attributetype ( MSADat4:1390 645 1.1 christos NAME 'mS-SQL-Description' 646 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 647 1.1 christos SINGLE-VALUE ) 648 1.1 christos 649 1.1 christos # NO-USER-MODIFICATION 650 1.1 christos attributetype ( MSADat4:913 651 1.1 christos NAME 'allowedAttributes' 652 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' ) 653 1.1 christos 654 1.1 christos attributetype ( MSADat4:491 655 1.1 christos NAME 'fRSFaultCondition' 656 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 657 1.1 christos SINGLE-VALUE ) 658 1.1 christos 659 1.1 christos attributetype ( MSADat2:54 660 1.1 christos NAME 'tombstoneLifetime' 661 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 662 1.1 christos SINGLE-VALUE ) 663 1.1 christos 664 1.1 christos attributetype ( MSADat4:809 665 1.1 christos NAME 'remoteStorageGUID' 666 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 667 1.1 christos SINGLE-VALUE ) 668 1.1 christos 669 1.1 christos attributetype ( MSADat4:644 670 1.1 christos NAME 'showInAddressBook' 671 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 672 1.1 christos 673 1.1 christos attributetype ( MSADat4:213 674 1.1 christos NAME 'defaultClassStore' 675 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 676 1.1 christos 677 1.1 christos attributetype ( MSADat4:577 678 1.1 christos NAME 'meetingOriginator' 679 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 680 1.1 christos SINGLE-VALUE ) 681 1.1 christos 682 1.1 christos attributetype ( MSADat4:656 683 1.1 christos NAME 'userPrincipalName' 684 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 685 1.1 christos SINGLE-VALUE ) 686 1.1 christos 687 1.1 christos attributetype ( MSADat4:1316 688 1.1 christos NAME 'aCSMinimumLatency' 689 1.1 christos SYNTAX 'MSADlargeInteger' 690 1.1 christos SINGLE-VALUE ) 691 1.1 christos 692 1.1 christos #attributetype ( MSADat2:617 693 1.1 christos # NAME 'homePostalAddress' 694 1.1 christos # SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 695 1.1 christos # SINGLE-VALUE ) 696 1.1 christos 697 1.1 christos # NO-USER-MODIFICATION 698 1.1 christos attributetype ( MSADat4:638 699 1.1 christos NAME 'isPrivilegeHolder' 700 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 701 1.1 christos 702 1.1 christos attributetype ( MSADat4:533 703 1.1 christos NAME 'fRSReplicaSetGUID' 704 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 705 1.1 christos SINGLE-VALUE ) 706 1.1 christos 707 1.1 christos # NO-USER-MODIFICATION 708 1.1 christos attributetype ( MSADat4:371 709 1.1 christos NAME 'rIDAllocationPool' 710 1.1 christos SYNTAX 'MSADlargeInteger' 711 1.1 christos SINGLE-VALUE ) 712 1.1 christos 713 1.1 christos attributetype ( MSADat4:1327 714 1.1 christos NAME 'pKIDefaultKeySpec' 715 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 716 1.1 christos SINGLE-VALUE ) 717 1.1 christos 718 1.1 christos attributetype ( MSADat4:537 719 1.1 christos NAME 'dynamicLDAPServer' 720 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 721 1.1 christos SINGLE-VALUE ) 722 1.1 christos 723 1.1 christos # NO-USER-MODIFICATION 724 1.1 christos attributetype ( MSADat4:516 725 1.1 christos NAME 'serverReferenceBL' 726 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 727 1.1 christos SINGLE-VALUE ) 728 1.1 christos 729 1.1 christos attributetype ( MSADat4:500 730 1.1 christos NAME 'fRSServiceCommand' 731 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 732 1.1 christos SINGLE-VALUE ) 733 1.1 christos 734 1.1 christos attributetype ( MSADat4:1304 735 1.1 christos NAME 'sDRightsEffective' 736 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 737 1.1 christos SINGLE-VALUE ) 738 1.1 christos 739 1.1 christos # NO-USER-MODIFICATION 740 1.1 christos attributetype ( MSADat4:1249 741 1.1 christos NAME 'proxiedObjectName' 742 1.1 christos SYNTAX 'MSADdnWithOctetString' 743 1.1 christos SINGLE-VALUE ) 744 1.1 christos 745 1.1 christos attributetype ( MSADat4:586 746 1.1 christos NAME 'meetingRecurrence' 747 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 748 1.1 christos SINGLE-VALUE ) 749 1.1 christos 750 1.1 christos attributetype ( MSADat4:251 751 1.1 christos NAME 'cOMTreatAsClassId' 752 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 753 1.1 christos SINGLE-VALUE ) 754 1.1 christos 755 1.1 christos attributetype ( MSADat4:1245 756 1.1 christos NAME 'globalAddressList' 757 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 758 1.1 christos 759 1.1 christos # NO-USER-MODIFICATION 760 1.1 christos attributetype ( MSADat4:908 761 1.1 christos NAME 'extendedClassInfo' 762 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 763 1.1 christos 764 1.1 christos attributetype ( MSADat4:459 765 1.1 christos NAME 'machineWidePolicy' 766 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 767 1.1 christos 768 1.1 christos attributetype ( MSADat4:356 769 1.1 christos NAME 'foreignIdentifier' 770 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 771 1.1 christos SINGLE-VALUE ) 772 1.1 christos 773 1.1 christos # NO-USER-MODIFICATION 774 1.1 christos attributetype ( MSADat4:1242 775 1.1 christos NAME 'dNReferenceUpdate' 776 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 777 1.1 christos 778 1.1 christos attributetype ( MSADat4:134 779 1.1 christos NAME 'trustPosixOffset' 780 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 781 1.1 christos SINGLE-VALUE ) 782 1.1 christos 783 1.1 christos attributetype ( MSADat4:36 784 1.1 christos NAME 'enabledConnection' 785 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 786 1.1 christos SINGLE-VALUE ) 787 1.1 christos 788 1.1 christos attributetype ( MSADat4:627 789 1.1 christos NAME 'ipsecNFAReference' 790 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 791 1.1 christos 792 1.1 christos attributetype ( MSADat4:86 793 1.1 christos NAME 'userWorkstations' 794 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 795 1.1 christos SINGLE-VALUE ) 796 1.1 christos 797 1.1 christos attributetype ( MSADat2:301 798 1.1 christos NAME 'garbageCollPeriod' 799 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 800 1.1 christos SINGLE-VALUE ) 801 1.1 christos 802 1.1 christos attributetype ( MSADat4:933 803 1.1 christos NAME 'mSMQComputerType' 804 1.1 christos SYNTAX 'MSADtelex' 805 1.1 christos SINGLE-VALUE ) 806 1.1 christos 807 1.1 christos attributetype ( MSADat4:65 808 1.1 christos NAME 'logonWorkstation' 809 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 810 1.1 christos SINGLE-VALUE ) 811 1.1 christos 812 1.1 christos attributetype ( MSADat4:921 813 1.1 christos NAME 'mSMQJournalQuota' 814 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 815 1.1 christos SINGLE-VALUE ) 816 1.1 christos 817 1.1 christos attributetype ( MSADat4:108 818 1.1 christos NAME 'remoteSourceType' 819 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 820 1.1 christos SINGLE-VALUE ) 821 1.1 christos 822 1.1 christos attributetype ( MSADat4:95 823 1.1 christos NAME 'pwdHistoryLength' 824 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 825 1.1 christos SINGLE-VALUE ) 826 1.1 christos 827 1.1 christos attributetype ( MSADat4:920 828 1.1 christos NAME 'mSMQBasePriority' 829 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 830 1.1 christos SINGLE-VALUE ) 831 1.1 christos 832 1.1 christos # NO-USER-MODIFICATION 833 1.1 christos attributetype ( MSADat4:196 834 1.1 christos NAME 'systemMayContain' 835 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' ) 836 1.1 christos 837 1.1 christos attributetype ( MSADat4:1407 838 1.1 christos NAME 'mS-SQL-ThirdParty' 839 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 840 1.1 christos SINGLE-VALUE ) 841 1.1 christos 842 1.1 christos attributetype ( MSADat4:1243 843 1.1 christos NAME 'mSMQQueueNameExt' 844 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 845 1.1 christos SINGLE-VALUE ) 846 1.1 christos 847 1.1 christos attributetype ( MSADat4:485 848 1.1 christos NAME 'fRSUpdateTimeout' 849 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 850 1.1 christos SINGLE-VALUE ) 851 1.1 christos 852 1.1 christos attributetype ( MSADat4:924 853 1.1 christos NAME 'mSMQPrivacyLevel' 854 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 855 1.1 christos SINGLE-VALUE ) 856 1.1 christos 857 1.1 christos attributetype ( MSADat4:615 858 1.1 christos NAME 'shellContextMenu' 859 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 860 1.1 christos 861 1.1 christos # NO-USER-MODIFICATION 862 1.1 christos attributetype ( MSADat4:618 863 1.1 christos NAME 'wellKnownObjects' 864 1.1 christos SYNTAX 'MSADdnWithOctetString' ) 865 1.1 christos 866 1.1 christos attributetype ( MSADat4:789 867 1.1 christos NAME 'transportDLLName' 868 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 869 1.1 christos SINGLE-VALUE ) 870 1.1 christos 871 1.1 christos attributetype ( MSADat4:458 872 1.1 christos NAME 'qualityOfService' 873 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 874 1.1 christos SINGLE-VALUE ) 875 1.1 christos 876 1.1 christos attributetype ( MSADat4:73 877 1.1 christos NAME 'lockoutThreshold' 878 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 879 1.1 christos SINGLE-VALUE ) 880 1.1 christos 881 1.1 christos attributetype ( MSADat4:105 882 1.1 christos NAME 'remoteServerName' 883 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 884 1.1 christos 885 1.1 christos attributetype ( MSADat4:694 886 1.1 christos NAME 'previousParentCA' 887 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 888 1.1 christos 889 1.1 christos attributetype ( MSADat4:1345 890 1.1 christos NAME 'dSUIShellMaximum' 891 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 892 1.1 christos SINGLE-VALUE ) 893 1.1 christos 894 1.1 christos attributetype ( MSADat4:303 895 1.1 christos NAME 'notificationList' 896 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 897 1.1 christos SINGLE-VALUE ) 898 1.1 christos 899 1.1 christos attributetype ( MSADat4:1244 900 1.1 christos NAME 'addressBookRoots' 901 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 902 1.1 christos 903 1.1 christos attributetype ( MSADat4:878 904 1.1 christos NAME 'fRSPrimaryMember' 905 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 906 1.1 christos SINGLE-VALUE ) 907 1.1 christos 908 1.1 christos #attributetype ( MSADat4:587 909 1.1 christos # NAME 'meetingStartTime' 910 1.1 christos # SYNTAX '1.3.6.1.4.1.1466.115.121.1.53' ) 911 1.1 christos 912 1.1 christos attributetype ( MSADat4:1310 913 1.1 christos NAME 'mSMQSiteGatesMig' 914 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 915 1.1 christos 916 1.1 christos attributetype ( MSADat4:709 917 1.1 christos NAME 'dhcpReservations' 918 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' ) 919 1.1 christos 920 1.1 christos attributetype ( MSADat4:614 921 1.1 christos NAME 'adminContextMenu' 922 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 923 1.1 christos 924 1.1 christos attributetype ( MSADat4:1332 925 1.1 christos NAME 'pKIOverlapPeriod' 926 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 927 1.1 christos SINGLE-VALUE ) 928 1.1 christos 929 1.1 christos attributetype ( MSADat4:142 930 1.1 christos NAME 'winsockAddresses' 931 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 932 1.1 christos 933 1.1 christos attributetype ( MSADat4:923 934 1.1 christos NAME 'mSMQAuthenticate' 935 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 936 1.1 christos SINGLE-VALUE ) 937 1.1 christos 938 1.1 christos attributetype ( MSADat4:1344 939 1.1 christos NAME 'dSUIAdminMaximum' 940 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 941 1.1 christos SINGLE-VALUE ) 942 1.1 christos 943 1.1 christos attributetype ( MSADat4:848 944 1.1 christos NAME 'appSchemaVersion' 945 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 946 1.1 christos SINGLE-VALUE ) 947 1.1 christos 948 1.1 christos attributetype ( MSADat4:123 949 1.1 christos NAME 'serviceClassInfo' 950 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 951 1.1 christos 952 1.1 christos attributetype ( MSADat4:769 953 1.1 christos NAME 'aCSEventLogLevel' 954 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 955 1.1 christos SINGLE-VALUE ) 956 1.1 christos 957 1.1 christos attributetype ( MSADat4:751 958 1.1 christos NAME 'userSharedFolder' 959 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 960 1.1 christos SINGLE-VALUE ) 961 1.1 christos 962 1.1 christos attributetype ( MSADat4:421 963 1.1 christos NAME 'domainWidePolicy' 964 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 965 1.1 christos 966 1.1 christos # NO-USER-MODIFICATION 967 1.1 christos attributetype ( MSADat4:669 968 1.1 christos NAME 'rIDSetReferences' 969 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 970 1.1 christos 971 1.1 christos attributetype ( MSADat4:815 972 1.1 christos NAME 'canUpgradeScript' 973 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 974 1.1 christos 975 1.1 christos attributetype ( MSADat4:610 976 1.1 christos NAME 'classDisplayName' 977 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 978 1.1 christos 979 1.1 christos attributetype ( MSADat2:226 980 1.1 christos NAME 'adminDescription' 981 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 982 1.1 christos SINGLE-VALUE ) 983 1.1 christos 984 1.1 christos attributetype ( MSADat4:67 985 1.1 christos NAME 'lSAModifiedCount' 986 1.1 christos SYNTAX 'MSADlargeInteger' 987 1.1 christos SINGLE-VALUE ) 988 1.1 christos 989 1.1 christos attributetype ( MSADat4:509 990 1.1 christos NAME 'serviceClassName' 991 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 992 1.1 christos SINGLE-VALUE ) 993 1.1 christos 994 1.1 christos attributetype ( MSADat4:56 995 1.1 christos NAME 'localPolicyFlags' 996 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 997 1.1 christos SINGLE-VALUE ) 998 1.1 christos 999 1.1 christos attributetype ( MSADat4:115 1000 1.1 christos NAME 'rpcNsInterfaceID' 1001 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1002 1.1 christos SINGLE-VALUE ) 1003 1.1 christos 1004 1.1 christos attributetype ( MSADat2:194 1005 1.1 christos NAME 'adminDisplayName' 1006 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1007 1.1 christos SINGLE-VALUE ) 1008 1.1 christos 1009 1.1 christos attributetype ( MSADat4:753 1010 1.1 christos NAME 'nameServiceFlags' 1011 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1012 1.1 christos SINGLE-VALUE ) 1013 1.1 christos 1014 1.1 christos attributetype ( MSADat4:589 1015 1.1 christos NAME 'meetingBandwidth' 1016 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' ) 1017 1.1 christos 1018 1.1 christos # NO-USER-MODIFICATION 1019 1.1 christos attributetype ( MSADat4:755 1020 1.1 christos NAME 'domainIdentifier' 1021 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1022 1.1 christos SINGLE-VALUE ) 1023 1.1 christos 1024 1.1 christos attributetype ( MSADat4:370 1025 1.1 christos NAME 'rIDAvailablePool' 1026 1.1 christos SYNTAX 'MSADlargeInteger' 1027 1.1 christos SINGLE-VALUE ) 1028 1.1 christos 1029 1.1 christos attributetype ( MSADat4:655 1030 1.1 christos NAME 'legacyExchangeDN' 1031 1.1 christos SYNTAX 'MSADtelex' 1032 1.1 christos SINGLE-VALUE ) 1033 1.1 christos 1034 1.1 christos attributetype ( MSADat4:470 1035 1.1 christos NAME 'trustAttributes' 1036 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1037 1.1 christos SINGLE-VALUE ) 1038 1.1 christos 1039 1.1 christos attributetype ( MSADat4:535 1040 1.1 christos NAME 'fRSRootSecurity' 1041 1.1 christos SYNTAX 'MSADcis' 1042 1.1 christos SINGLE-VALUE ) 1043 1.1 christos 1044 1.1 christos attributetype ( MSADat4:532 1045 1.1 christos NAME 'superiorDNSRoot' 1046 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1047 1.1 christos SINGLE-VALUE ) 1048 1.1 christos 1049 1.1 christos attributetype ( MSADat4:278 1050 1.1 christos NAME 'printMaxYExtent' 1051 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1052 1.1 christos SINGLE-VALUE ) 1053 1.1 christos 1054 1.1 christos attributetype ( MSADat4:277 1055 1.1 christos NAME 'printMaxXExtent' 1056 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1057 1.1 christos SINGLE-VALUE ) 1058 1.1 christos 1059 1.1 christos attributetype ( MSADat4:280 1060 1.1 christos NAME 'printMinYExtent' 1061 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1062 1.1 christos SINGLE-VALUE ) 1063 1.1 christos 1064 1.1 christos attributetype ( MSADat4:279 1065 1.1 christos NAME 'printMinXExtent' 1066 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1067 1.1 christos SINGLE-VALUE ) 1068 1.1 christos 1069 1.1 christos # NO-USER-MODIFICATION 1070 1.1 christos attributetype ( MSADat2:32 1071 1.1 christos NAME 'attributeSyntax' 1072 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' 1073 1.1 christos SINGLE-VALUE ) 1074 1.1 christos 1075 1.1 christos attributetype ( MSADat4:247 1076 1.1 christos NAME 'printAttributes' 1077 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1078 1.1 christos SINGLE-VALUE ) 1079 1.1 christos 1080 1.1 christos attributetype ( MSADat4:152 1081 1.1 christos NAME 'groupAttributes' 1082 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1083 1.1 christos SINGLE-VALUE ) 1084 1.1 christos 1085 1.1 christos attributetype ( MSADat4:816 1086 1.1 christos NAME 'fileExtPriority' 1087 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1088 1.1 christos 1089 1.1 christos attributetype ( MSADat4:930 1090 1.1 christos NAME 'mSMQServiceType' 1091 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1092 1.1 christos SINGLE-VALUE ) 1093 1.1 christos 1094 1.1 christos attributetype ( MSADat4:363 1095 1.1 christos NAME 'operatingSystem' 1096 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1097 1.1 christos SINGLE-VALUE ) 1098 1.1 christos 1099 1.1 christos attributetype ( MSADat4:1371 1100 1.1 christos NAME 'mS-SQL-SortOrder' 1101 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1102 1.1 christos SINGLE-VALUE ) 1103 1.1 christos 1104 1.1 christos attributetype ( MSADat4:329 1105 1.1 christos NAME 'versionNumberLo' 1106 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1107 1.1 christos SINGLE-VALUE ) 1108 1.1 christos 1109 1.1 christos attributetype ( MSADat4:884 1110 1.1 christos NAME 'msRRASAttribute' 1111 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1112 1.1 christos 1113 1.1 christos attributetype ( MSADat4:781 1114 1.1 christos NAME 'lastKnownParent' 1115 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 1116 1.1 christos SINGLE-VALUE ) 1117 1.1 christos 1118 1.1 christos attributetype ( MSADat4:1209 1119 1.1 christos NAME 'shortServerName' 1120 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1121 1.1 christos SINGLE-VALUE ) 1122 1.1 christos 1123 1.1 christos attributetype ( MSADat4:60 1124 1.1 christos NAME 'lockoutDuration' 1125 1.1 christos SYNTAX 'MSADlargeInteger' 1126 1.1 christos SINGLE-VALUE ) 1127 1.1 christos 1128 1.1 christos attributetype ( MSADat4:232 1129 1.1 christos NAME 'defaultPriority' 1130 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1131 1.1 christos SINGLE-VALUE ) 1132 1.1 christos 1133 1.1 christos attributetype ( MSADat4:754 1134 1.1 christos NAME 'rpcNsEntryFlags' 1135 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1136 1.1 christos SINGLE-VALUE ) 1137 1.1 christos 1138 1.1 christos attributetype ( MSADat4:713 1139 1.1 christos NAME 'optionsLocation' 1140 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' ) 1141 1.1 christos 1142 1.1 christos attributetype ( MSADat4:328 1143 1.1 christos NAME 'versionNumberHi' 1144 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1145 1.1 christos SINGLE-VALUE ) 1146 1.1 christos 1147 1.1 christos attributetype ( MSADat4:366 1148 1.1 christos NAME 'rpcNsAnnotation' 1149 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1150 1.1 christos SINGLE-VALUE ) 1151 1.1 christos 1152 1.1 christos attributetype ( MSADat4:886 1153 1.1 christos NAME 'purportedSearch' 1154 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1155 1.1 christos SINGLE-VALUE ) 1156 1.1 christos 1157 1.1 christos attributetype ( MSADat4:776 1158 1.1 christos NAME 'aCSDSBMPriority' 1159 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1160 1.1 christos SINGLE-VALUE ) 1161 1.1 christos 1162 1.1 christos attributetype ( MSADat4:961 1163 1.1 christos NAME 'mSMQSiteForeign' 1164 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' ) 1165 1.1 christos 1166 1.1 christos attributetype ( MSADat4:335 1167 1.1 christos NAME 'currentLocation' 1168 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1169 1.1 christos SINGLE-VALUE ) 1170 1.1 christos 1171 1.1 christos attributetype ( MSADat4:570 1172 1.1 christos NAME 'meetingProtocol' 1173 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1174 1.1 christos 1175 1.1 christos attributetype ( MSADat4:420 1176 1.1 christos NAME 'publicKeyPolicy' 1177 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1178 1.1 christos SINGLE-VALUE ) 1179 1.1 christos 1180 1.1 christos attributetype ( MSADat4:1402 1181 1.1 christos NAME 'mS-SQL-Publisher' 1182 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1183 1.1 christos SINGLE-VALUE ) 1184 1.1 christos 1185 1.1 christos attributetype ( MSADat4:812 1186 1.1 christos NAME 'createWizardExt' 1187 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1188 1.1 christos 1189 1.1 christos attributetype ( MSADat4:1373 1190 1.1 christos NAME 'mS-SQL-Clustered' 1191 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 1192 1.1 christos SINGLE-VALUE ) 1193 1.1 christos 1194 1.1 christos attributetype ( MSADat4:334 1195 1.1 christos NAME 'volTableIdxGUID' 1196 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1197 1.1 christos SINGLE-VALUE ) 1198 1.1 christos 1199 1.1 christos attributetype ( MSADat4:696 1200 1.1 christos NAME 'currentParentCA' 1201 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 1202 1.1 christos 1203 1.1 christos attributetype ( MSADat4:504 1204 1.1 christos NAME 'seqNotification' 1205 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1206 1.1 christos SINGLE-VALUE ) 1207 1.1 christos 1208 1.1 christos attributetype ( MSADat4:515 1209 1.1 christos NAME 'serverReference' 1210 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 1211 1.1 christos SINGLE-VALUE ) 1212 1.1 christos 1213 1.1 christos attributetype ( MSADat4:1119 1214 1.1 christos NAME 'msNPAllowDialin' 1215 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 1216 1.1 christos SINGLE-VALUE ) 1217 1.1 christos 1218 1.1 christos attributetype ( MSADat4:1387 1219 1.1 christos NAME 'mS-SQL-GPSHeight' 1220 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1221 1.1 christos SINGLE-VALUE ) 1222 1.1 christos 1223 1.1 christos attributetype ( MSADat4:1378 1224 1.1 christos NAME 'mS-SQL-AppleTalk' 1225 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1226 1.1 christos SINGLE-VALUE ) 1227 1.1 christos 1228 1.1 christos attributetype ( MSADat4:269 1229 1.1 christos NAME 'linkTrackSecret' 1230 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1231 1.1 christos SINGLE-VALUE ) 1232 1.1 christos 1233 1.1 christos attributetype ( MSADat4:378 1234 1.1 christos NAME 'dnsAllowDynamic' 1235 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 1236 1.1 christos SINGLE-VALUE ) 1237 1.1 christos 1238 1.1 christos attributetype ( MSADat4:49 1239 1.1 christos NAME 'badPasswordTime' 1240 1.1 christos SYNTAX 'MSADlargeInteger' 1241 1.1 christos SINGLE-VALUE ) 1242 1.1 christos 1243 1.1 christos attributetype ( MSADat4:637 1244 1.1 christos NAME 'privilegeHolder' 1245 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 1246 1.1 christos 1247 1.1 christos attributetype ( MSADat4:289 1248 1.1 christos NAME 'printMediaReady' 1249 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1250 1.1 christos 1251 1.1 christos attributetype ( MSADat4:288 1252 1.1 christos NAME 'printMACAddress' 1253 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1254 1.1 christos SINGLE-VALUE ) 1255 1.1 christos 1256 1.1 christos attributetype ( MSADat4:66 1257 1.1 christos NAME 'lSACreationTime' 1258 1.1 christos SYNTAX 'MSADlargeInteger' 1259 1.1 christos SINGLE-VALUE ) 1260 1.1 christos 1261 1.1 christos attributetype ( MSADat4:569 1262 1.1 christos NAME 'meetingLocation' 1263 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1264 1.1 christos 1265 1.1 christos attributetype ( MSADat4:784 1266 1.1 christos NAME 'aCSIdentityName' 1267 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1268 1.1 christos 1269 1.1 christos # NO-USER-MODIFICATION 1270 1.1 christos attributetype ( MSADat4:1410 1271 1.1 christos NAME 'mS-DS-CreatorSID' 1272 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1273 1.1 christos SINGLE-VALUE ) 1274 1.1 christos 1275 1.1 christos attributetype ( MSADat4:1374 1276 1.1 christos NAME 'mS-SQL-NamedPipe' 1277 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1278 1.1 christos SINGLE-VALUE ) 1279 1.1 christos 1280 1.1 christos attributetype ( MSADat4:843 1281 1.1 christos NAME 'lDAPAdminLimits' 1282 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1283 1.1 christos 1284 1.1 christos attributetype ( MSADat2:460 1285 1.1 christos NAME 'lDAPDisplayName' 1286 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1287 1.1 christos SINGLE-VALUE ) 1288 1.1 christos 1289 1.1 christos attributetype ( MSADat4:218 1290 1.1 christos NAME 'applicationName' 1291 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1292 1.1 christos SINGLE-VALUE ) 1293 1.1 christos 1294 1.1 christos attributetype ( MSADat4:695 1295 1.1 christos NAME 'pendingParentCA' 1296 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 1297 1.1 christos 1298 1.1 christos attributetype ( MSADat4:779 1299 1.1 christos NAME 'aCSCacheTimeout' 1300 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1301 1.1 christos SINGLE-VALUE ) 1302 1.1 christos 1303 1.1 christos attributetype ( MSADat4:574 1304 1.1 christos NAME 'meetingLanguage' 1305 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1306 1.1 christos 1307 1.1 christos attributetype ( MSADat4:778 1308 1.1 christos NAME 'aCSDSBMDeadTime' 1309 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1310 1.1 christos SINGLE-VALUE ) 1311 1.1 christos 1312 1.1 christos attributetype ( MSADat4:697 1313 1.1 christos NAME 'cACertificateDN' 1314 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1315 1.1 christos SINGLE-VALUE ) 1316 1.1 christos 1317 1.1 christos attributetype ( MSADat4:138 1318 1.1 christos NAME 'userParameters' 1319 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1320 1.1 christos SINGLE-VALUE ) 1321 1.1 christos 1322 1.1 christos attributetype ( MSADat4:132 1323 1.1 christos NAME 'trustDirection' 1324 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1325 1.1 christos SINGLE-VALUE ) 1326 1.1 christos 1327 1.1 christos attributetype ( MSADat4:962 1328 1.1 christos NAME 'mSMQQueueQuota' 1329 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1330 1.1 christos SINGLE-VALUE ) 1331 1.1 christos 1332 1.1 christos attributetype ( MSADat4:936 1333 1.1 christos NAME 'mSMQEncryptKey' 1334 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1335 1.1 christos SINGLE-VALUE ) 1336 1.1 christos 1337 1.1 christos attributetype ( MSADat4:885 1338 1.1 christos NAME 'terminalServer' 1339 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1340 1.1 christos SINGLE-VALUE ) 1341 1.1 christos 1342 1.1 christos attributetype ( MSADat4:233 1343 1.1 christos NAME 'printStartTime' 1344 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1345 1.1 christos SINGLE-VALUE ) 1346 1.1 christos 1347 1.1 christos attributetype ( MSADat4:664 1348 1.1 christos NAME 'syncWithObject' 1349 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 1350 1.1 christos SINGLE-VALUE ) 1351 1.1 christos 1352 1.1 christos attributetype ( MSADat4:344 1353 1.1 christos NAME 'groupsToIgnore' 1354 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1355 1.1 christos 1356 1.1 christos attributetype ( MSADat4:665 1357 1.1 christos NAME 'syncMembership' 1358 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 1359 1.1 christos 1360 1.1 christos attributetype ( MSADat4:666 1361 1.1 christos NAME 'syncAttributes' 1362 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1363 1.1 christos SINGLE-VALUE ) 1364 1.1 christos 1365 1.1 christos attributetype ( MSADat4:214 1366 1.1 christos NAME 'nextLevelStore' 1367 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 1368 1.1 christos SINGLE-VALUE ) 1369 1.1 christos 1370 1.1 christos attributetype ( MSADat4:302 1371 1.1 christos NAME 'sAMAccountType' 1372 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1373 1.1 christos SINGLE-VALUE ) 1374 1.1 christos 1375 1.1 christos attributetype ( MSADat4:1401 1376 1.1 christos NAME 'mS-SQL-Keywords' 1377 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1378 1.1 christos 1379 1.1 christos attributetype ( MSADat2:210 1380 1.1 christos NAME 'proxyAddresses' 1381 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1382 1.1 christos 1383 1.1 christos attributetype ( MSADat4:284 1384 1.1 christos NAME 'bytesPerMinute' 1385 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1386 1.1 christos SINGLE-VALUE ) 1387 1.1 christos 1388 1.1 christos attributetype ( MSADat4:241 1389 1.1 christos NAME 'printMaxCopies' 1390 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1391 1.1 christos SINGLE-VALUE ) 1392 1.1 christos 1393 1.1 christos attributetype ( MSADat4:98 1394 1.1 christos NAME 'primaryGroupID' 1395 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1396 1.1 christos SINGLE-VALUE ) 1397 1.1 christos 1398 1.1 christos attributetype ( MSADat4:89 1399 1.1 christos NAME 'nTGroupMembers' 1400 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 1401 1.1 christos 1402 1.1 christos attributetype ( MSADat4:1228 1403 1.1 christos NAME 'mSMQDsServices' 1404 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 1405 1.1 christos SINGLE-VALUE ) 1406 1.1 christos 1407 1.1 christos attributetype ( MSADat4:43 1408 1.1 christos NAME 'fRSVersionGUID' 1409 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1410 1.1 christos SINGLE-VALUE ) 1411 1.1 christos 1412 1.1 christos attributetype ( MSADat4:486 1413 1.1 christos NAME 'fRSWorkingPath' 1414 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1415 1.1 christos SINGLE-VALUE ) 1416 1.1 christos 1417 1.1 christos attributetype ( MSADat2:18 1418 1.1 christos NAME 'otherTelephone' 1419 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1420 1.1 christos 1421 1.1 christos attributetype ( MSADat2:277 1422 1.1 christos NAME 'otherHomePhone' 1423 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1424 1.1 christos 1425 1.1 christos attributetype ( MSADat4:151 1426 1.1 christos NAME 'oEMInformation' 1427 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1428 1.1 christos SINGLE-VALUE ) 1429 1.1 christos 1430 1.1 christos attributetype ( MSADat2:459 1431 1.1 christos NAME 'networkAddress' 1432 1.1 christos SYNTAX 'MSADtelex' ) 1433 1.1 christos 1434 1.1 christos attributetype ( MSADat4:966 1435 1.1 christos NAME 'mSMQDigestsMig' 1436 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 1437 1.1 christos 1438 1.1 christos attributetype ( MSADat4:568 1439 1.1 christos NAME 'meetingKeyword' 1440 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1441 1.1 christos 1442 1.1 christos attributetype ( MSADat4:844 1443 1.1 christos NAME 'lDAPIPDenyList' 1444 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 1445 1.1 christos 1446 1.1 christos attributetype ( MSADat4:847 1447 1.1 christos NAME 'installUiLevel' 1448 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1449 1.1 christos SINGLE-VALUE ) 1450 1.1 christos 1451 1.1 christos attributetype ( MSADat4:894 1452 1.1 christos NAME 'gPCFileSysPath' 1453 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1454 1.1 christos SINGLE-VALUE ) 1455 1.1 christos 1456 1.1 christos attributetype ( MSADat4:488 1457 1.1 christos NAME 'fRSStagingPath' 1458 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1459 1.1 christos SINGLE-VALUE ) 1460 1.1 christos 1461 1.1 christos attributetype ( MSADat2:351 1462 1.1 christos NAME 'auxiliaryClass' 1463 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' ) 1464 1.1 christos 1465 1.1 christos attributetype ( MSADat4:159 1466 1.1 christos NAME 'accountExpires' 1467 1.1 christos SYNTAX 'MSADlargeInteger' 1468 1.1 christos SINGLE-VALUE ) 1469 1.1 christos 1470 1.1 christos attributetype ( MSADat4:718 1471 1.1 christos NAME 'dhcpProperties' 1472 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 1473 1.1 christos 1474 1.1 christos attributetype ( MSADat4:346 1475 1.1 christos NAME 'desktopProfile' 1476 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1477 1.1 christos SINGLE-VALUE ) 1478 1.1 christos 1479 1.1 christos attributetype ( MSADat4:762 1480 1.1 christos NAME 'aCSServiceType' 1481 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1482 1.1 christos SINGLE-VALUE ) 1483 1.1 christos 1484 1.1 christos #attributetype ( MSADat2:610 1485 1.1 christos # NAME 'employeeNumber' 1486 1.1 christos # SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1487 1.1 christos # SINGLE-VALUE ) 1488 1.1 christos 1489 1.1 christos attributetype ( MSADat4:1213 1490 1.1 christos NAME 'assocNTAccount' 1491 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1492 1.1 christos SINGLE-VALUE ) 1493 1.1 christos 1494 1.1 christos attributetype ( MSADat4:498 1495 1.1 christos NAME 'creationWizard' 1496 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1497 1.1 christos SINGLE-VALUE ) 1498 1.1 christos 1499 1.1 christos attributetype ( MSADat4:253 1500 1.1 christos NAME 'cOMOtherProgId' 1501 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1502 1.1 christos 1503 1.1 christos attributetype ( MSADat4:202 1504 1.1 christos NAME 'auditingPolicy' 1505 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1506 1.1 christos SINGLE-VALUE ) 1507 1.1 christos 1508 1.1 christos attributetype ( MSADat4:635 1509 1.1 christos NAME 'privilegeValue' 1510 1.1 christos SYNTAX 'MSADlargeInteger' 1511 1.1 christos SINGLE-VALUE ) 1512 1.1 christos 1513 1.1 christos attributetype ( MSADat4:1366 1514 1.1 christos NAME 'mS-SQL-Location' 1515 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1516 1.1 christos SINGLE-VALUE ) 1517 1.1 christos 1518 1.1 christos attributetype ( MSADat4:1334 1519 1.1 christos NAME 'pKIDefaultCSPs' 1520 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1521 1.1 christos 1522 1.1 christos attributetype ( MSADat4:270 1523 1.1 christos NAME 'printShareName' 1524 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1525 1.1 christos 1526 1.1 christos # NO-USER-MODIFICATION 1527 1.1 christos attributetype ( MSADat2:33 1528 1.1 christos NAME 'isSingleValued' 1529 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 1530 1.1 christos SINGLE-VALUE ) 1531 1.1 christos 1532 1.1 christos attributetype ( MSADat4:472 1533 1.1 christos NAME 'domainCrossRef' 1534 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 1535 1.1 christos SINGLE-VALUE ) 1536 1.1 christos 1537 1.1 christos attributetype ( MSADat4:1240 1538 1.1 christos NAME 'netbootSIFFile' 1539 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1540 1.1 christos 1541 1.1 christos attributetype ( MSADat4:250 1542 1.1 christos NAME 'cOMUniqueLIBID' 1543 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1544 1.1 christos SINGLE-VALUE ) 1545 1.1 christos 1546 1.1 christos attributetype ( MSADat4:657 1547 1.1 christos NAME 'serviceDNSName' 1548 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1549 1.1 christos SINGLE-VALUE ) 1550 1.1 christos 1551 1.1 christos attributetype ( MSADat4:782 1552 1.1 christos NAME 'objectCategory' 1553 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 1554 1.1 christos SINGLE-VALUE ) 1555 1.1 christos 1556 1.1 christos attributetype ( MSADat4:122 1557 1.1 christos NAME 'serviceClassID' 1558 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1559 1.1 christos SINGLE-VALUE ) 1560 1.1 christos 1561 1.1 christos attributetype ( MSADat4:720 1562 1.1 christos NAME 'dhcpUpdateTime' 1563 1.1 christos SYNTAX 'MSADlargeInteger' 1564 1.1 christos SINGLE-VALUE ) 1565 1.1 christos 1566 1.1 christos attributetype ( MSADat4:221 1567 1.1 christos NAME 'sAMAccountName' 1568 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1569 1.1 christos SINGLE-VALUE ) 1570 1.1 christos 1571 1.1 christos #attributetype ( MSADat4:588 1572 1.1 christos # NAME 'meetingEndTime' 1573 1.1 christos # SYNTAX '1.3.6.1.4.1.1466.115.121.1.53' ) 1574 1.1 christos 1575 1.1 christos attributetype ( MSADat4:1389 1576 1.1 christos NAME 'mS-SQL-Language' 1577 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1578 1.1 christos SINGLE-VALUE ) 1579 1.1 christos 1580 1.1 christos attributetype ( MSADat4:777 1581 1.1 christos NAME 'aCSDSBMRefresh' 1582 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1583 1.1 christos SINGLE-VALUE ) 1584 1.1 christos 1585 1.1 christos attributetype ( MSADat4:1393 1586 1.1 christos NAME 'mS-SQL-Database' 1587 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1588 1.1 christos SINGLE-VALUE ) 1589 1.1 christos 1590 1.1 christos attributetype ( MSADat4:20 1591 1.1 christos NAME 'cOMInterfaceID' 1592 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1593 1.1 christos 1594 1.1 christos attributetype ( MSADat4:1403 1595 1.1 christos NAME 'mS-SQL-AllowKnownPullSubscription' 1596 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 1597 1.1 christos SINGLE-VALUE ) 1598 1.1 christos 1599 1.1 christos attributetype ( MSADat4:1394 1600 1.1 christos NAME 'mS-SQL-AllowAnonymousSubscription' 1601 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 1602 1.1 christos SINGLE-VALUE ) 1603 1.1 christos 1604 1.1 christos # NO-USER-MODIFICATION 1605 1.1 christos attributetype ( MSADat4:654 1606 1.1 christos NAME 'managedObjects' 1607 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 1608 1.1 christos 1609 1.1 christos attributetype ( MSADat2:8 1610 1.1 christos NAME 'possSuperiors' 1611 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' ) 1612 1.1 christos 1613 1.1 christos attributetype ( MSADat4:791 1614 1.1 christos NAME 'transportType' 1615 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 1616 1.1 christos SINGLE-VALUE ) 1617 1.1 christos 1618 1.1 christos attributetype ( MSADat4:345 1619 1.1 christos NAME 'groupPriority' 1620 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1621 1.1 christos 1622 1.1 christos attributetype ( MSADat4:117 1623 1.1 christos NAME 'rpcNsPriority' 1624 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' ) 1625 1.1 christos 1626 1.1 christos attributetype ( MSADat4:917 1627 1.1 christos NAME 'mSMQQueueType' 1628 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1629 1.1 christos SINGLE-VALUE ) 1630 1.1 christos 1631 1.1 christos attributetype ( MSADat4:141 1632 1.1 christos NAME 'versionNumber' 1633 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1634 1.1 christos SINGLE-VALUE ) 1635 1.1 christos 1636 1.1 christos # NO-USER-MODIFICATION 1637 1.1 christos attributetype ( MSADat2:121 1638 1.1 christos NAME 'uSNLastObjRem' 1639 1.1 christos SYNTAX 'MSADlargeInteger' 1640 1.1 christos SINGLE-VALUE ) 1641 1.1 christos 1642 1.1 christos attributetype ( MSADat4:1346 1643 1.1 christos NAME 'templateRoots' 1644 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 1645 1.1 christos 1646 1.1 christos attributetype ( MSADat4:93 1647 1.1 christos NAME 'pwdProperties' 1648 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1649 1.1 christos SINGLE-VALUE ) 1650 1.1 christos 1651 1.1 christos attributetype ( MSADat4:290 1652 1.1 christos NAME 'printNumberUp' 1653 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1654 1.1 christos SINGLE-VALUE ) 1655 1.1 christos 1656 1.1 christos attributetype ( MSADat4:536 1657 1.1 christos NAME 'fRSExtensions' 1658 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1659 1.1 christos SINGLE-VALUE ) 1660 1.1 christos 1661 1.1 christos attributetype ( MSADat4:286 1662 1.1 christos NAME 'printRateUnit' 1663 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1664 1.1 christos SINGLE-VALUE ) 1665 1.1 christos 1666 1.1 christos attributetype ( MSADat4:846 1667 1.1 christos NAME 'msiScriptSize' 1668 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1669 1.1 christos SINGLE-VALUE ) 1670 1.1 christos 1671 1.1 christos attributetype ( MSADat4:274 1672 1.1 christos NAME 'printSpooling' 1673 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1674 1.1 christos SINGLE-VALUE ) 1675 1.1 christos 1676 1.1 christos # NO-USER-MODIFICATION 1677 1.1 christos attributetype ( MSADat4:608 1678 1.1 christos NAME 'queryPolicyBL' 1679 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 1680 1.1 christos 1681 1.1 christos attributetype ( MSADat4:103 1682 1.1 christos NAME 'proxyLifetime' 1683 1.1 christos SYNTAX 'MSADlargeInteger' 1684 1.1 christos SINGLE-VALUE ) 1685 1.1 christos 1686 1.1 christos attributetype ( MSADat4:144 1687 1.1 christos NAME 'operatorCount' 1688 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1689 1.1 christos SINGLE-VALUE ) 1690 1.1 christos 1691 1.1 christos attributetype ( MSADat4:860 1692 1.1 christos NAME 'netbootServer' 1693 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 1694 1.1 christos SINGLE-VALUE ) 1695 1.1 christos 1696 1.1 christos attributetype ( MSADat4:369 1697 1.1 christos NAME 'fSMORoleOwner' 1698 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 1699 1.1 christos SINGLE-VALUE ) 1700 1.1 christos 1701 1.1 christos attributetype ( MSADat4:276 1702 1.1 christos NAME 'driverVersion' 1703 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1704 1.1 christos SINGLE-VALUE ) 1705 1.1 christos 1706 1.1 christos attributetype ( MSADat4:1388 1707 1.1 christos NAME 'mS-SQL-Version' 1708 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1709 1.1 christos SINGLE-VALUE ) 1710 1.1 christos 1711 1.1 christos attributetype ( MSADat4:939 1712 1.1 christos NAME 'mSMQNameStyle' 1713 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 1714 1.1 christos SINGLE-VALUE ) 1715 1.1 christos 1716 1.1 christos attributetype ( MSADat2:471 1717 1.1 christos NAME 'schemaVersion' 1718 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' ) 1719 1.1 christos 1720 1.1 christos # NO-USER-MODIFICATION 1721 1.1 christos attributetype ( MSADat2:436 1722 1.1 christos NAME 'directReports' 1723 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 1724 1.1 christos 1725 1.1 christos attributetype ( MSADat2:255 1726 1.1 christos NAME 'addressSyntax' 1727 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1728 1.1 christos SINGLE-VALUE ) 1729 1.1 christos 1730 1.1 christos attributetype ( MSADat4:235 1731 1.1 christos NAME 'printFormName' 1732 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1733 1.1 christos SINGLE-VALUE ) 1734 1.1 christos 1735 1.1 christos attributetype ( MSADat4:15 1736 1.1 christos NAME 'msiScriptPath' 1737 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1738 1.1 christos SINGLE-VALUE ) 1739 1.1 christos 1740 1.1 christos attributetype ( MSADat4:1312 1741 1.1 christos NAME 'aCSServerList' 1742 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1743 1.1 christos 1744 1.1 christos #attributetype ( MSADat2:615 1745 1.1 christos # NAME 'personalTitle' 1746 1.1 christos # SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1747 1.1 christos # SINGLE-VALUE ) 1748 1.1 christos 1749 1.1 christos attributetype ( MSADat4:1305 1750 1.1 christos NAME 'moveTreeState' 1751 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 1752 1.1 christos 1753 1.1 christos attributetype ( MSADat4:945 1754 1.1 christos NAME 'mSMQSiteGates' 1755 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 1756 1.1 christos 1757 1.1 christos attributetype ( MSADat4:1238 1758 1.1 christos NAME 'mSMQDsService' 1759 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 1760 1.1 christos SINGLE-VALUE ) 1761 1.1 christos 1762 1.1 christos attributetype ( MSADat2:76 1763 1.1 christos NAME 'objectVersion' 1764 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1765 1.1 christos SINGLE-VALUE ) 1766 1.1 christos 1767 1.1 christos attributetype ( MSADat4:1414 1768 1.1 christos NAME 'dNSTombstoned' 1769 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 1770 1.1 christos SINGLE-VALUE ) 1771 1.1 christos 1772 1.1 christos attributetype ( MSADat4:941 1773 1.1 christos NAME 'mSMQLongLived' 1774 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1775 1.1 christos SINGLE-VALUE ) 1776 1.1 christos 1777 1.1 christos attributetype ( MSADat4:534 1778 1.1 christos NAME 'fRSLevelLimit' 1779 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1780 1.1 christos SINGLE-VALUE ) 1781 1.1 christos 1782 1.1 christos attributetype ( MSADat4:845 1783 1.1 christos NAME 'msiScriptName' 1784 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1785 1.1 christos SINGLE-VALUE ) 1786 1.1 christos 1787 1.1 christos #attributetype ( MSADat4:44 1788 1.1 christos # NAME 'homeDirectory' 1789 1.1 christos # SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1790 1.1 christos # SINGLE-VALUE ) 1791 1.1 christos 1792 1.1 christos attributetype ( MSADat4:698 1793 1.1 christos NAME 'dhcpUniqueKey' 1794 1.1 christos SYNTAX 'MSADlargeInteger' 1795 1.1 christos SINGLE-VALUE ) 1796 1.1 christos 1797 1.1 christos attributetype ( MSADat2:227 1798 1.1 christos NAME 'extensionName' 1799 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1800 1.1 christos 1801 1.1 christos #attributetype ( MSADat2:256 1802 1.1 christos # NAME 'streetAddress' 1803 1.1 christos # SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1804 1.1 christos # SINGLE-VALUE ) 1805 1.1 christos 1806 1.1 christos attributetype ( MSADat4:113 1807 1.1 christos NAME 'rpcNsBindings' 1808 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1809 1.1 christos 1810 1.1 christos attributetype ( MSADat4:237 1811 1.1 christos NAME 'printBinNames' 1812 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1813 1.1 christos 1814 1.1 christos # NO-USER-MODIFICATION 1815 1.1 christos attributetype ( MSADat4:109 1816 1.1 christos NAME 'replicaSource' 1817 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1818 1.1 christos SINGLE-VALUE ) 1819 1.1 christos 1820 1.1 christos attributetype ( MSADat4:246 1821 1.1 christos NAME 'printLanguage' 1822 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1823 1.1 christos 1824 1.1 christos attributetype ( MSADat4:1365 1825 1.1 christos NAME 'mS-SQL-Contact' 1826 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1827 1.1 christos SINGLE-VALUE ) 1828 1.1 christos 1829 1.1 christos attributetype ( MSADat4:357 1830 1.1 christos NAME 'nTMixedDomain' 1831 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1832 1.1 christos SINGLE-VALUE ) 1833 1.1 christos 1834 1.1 christos attributetype ( MSADat4:483 1835 1.1 christos NAME 'fRSFileFilter' 1836 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1837 1.1 christos SINGLE-VALUE ) 1838 1.1 christos 1839 1.1 christos attributetype ( MSADat4:332 1840 1.1 christos NAME 'birthLocation' 1841 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1842 1.1 christos SINGLE-VALUE ) 1843 1.1 christos 1844 1.1 christos attributetype ( MSADat4:682 1845 1.1 christos NAME 'friendlyNames' 1846 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1847 1.1 christos 1848 1.1 christos attributetype ( MSADat4:622 1849 1.1 christos NAME 'ipsecDataType' 1850 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1851 1.1 christos SINGLE-VALUE ) 1852 1.1 christos 1853 1.1 christos attributetype ( MSADat4:584 1854 1.1 christos NAME 'meetingRating' 1855 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1856 1.1 christos 1857 1.1 christos attributetype ( MSADat4:681 1858 1.1 christos NAME 'indexedScopes' 1859 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1860 1.1 christos 1861 1.1 christos attributetype ( MSADat4:312 1862 1.1 christos NAME 'rpcNsObjectID' 1863 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1864 1.1 christos 1865 1.1 christos attributetype ( MSADat4:168 1866 1.1 christos NAME 'modifiedCount' 1867 1.1 christos SYNTAX 'MSADlargeInteger' 1868 1.1 christos SINGLE-VALUE ) 1869 1.1 christos 1870 1.1 christos # NO-USER-MODIFICATION 1871 1.1 christos attributetype ( MSADat2:218 1872 1.1 christos NAME 'oMObjectClass' 1873 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1874 1.1 christos SINGLE-VALUE ) 1875 1.1 christos 1876 1.1 christos attributetype ( MSADat4:772 1877 1.1 christos NAME 'aCSPolicyName' 1878 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1879 1.1 christos SINGLE-VALUE ) 1880 1.1 christos 1881 1.1 christos attributetype ( MSADat4:502 1882 1.1 christos NAME 'timeVolChange' 1883 1.1 christos SYNTAX 'MSADlargeInteger' 1884 1.1 christos SINGLE-VALUE ) 1885 1.1 christos 1886 1.1 christos attributetype ( MSADat4:337 1887 1.1 christos NAME 'currMachineId' 1888 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1889 1.1 christos SINGLE-VALUE ) 1890 1.1 christos 1891 1.1 christos attributetype ( MSADat4:120 1892 1.1 christos NAME 'schemaFlagsEx' 1893 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1894 1.1 christos SINGLE-VALUE ) 1895 1.1 christos 1896 1.1 christos attributetype ( MSADat4:1356 1897 1.1 christos NAME 'validAccesses' 1898 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1899 1.1 christos SINGLE-VALUE ) 1900 1.1 christos 1901 1.1 christos attributetype ( MSADat4:158 1902 1.1 christos NAME 'domainReplica' 1903 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1904 1.1 christos SINGLE-VALUE ) 1905 1.1 christos 1906 1.1 christos attributetype ( MSADat4:1309 1907 1.1 christos NAME 'mSMQInterval2' 1908 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1909 1.1 christos SINGLE-VALUE ) 1910 1.1 christos 1911 1.1 christos attributetype ( MSADat4:1308 1912 1.1 christos NAME 'mSMQInterval1' 1913 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1914 1.1 christos SINGLE-VALUE ) 1915 1.1 christos 1916 1.1 christos # NO-USER-MODIFICATION 1917 1.1 christos attributetype ( MSADat4:916 1918 1.1 christos NAME 'canonicalName' 1919 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1920 1.1 christos 1921 1.1 christos attributetype ( MSADat4:94 1922 1.1 christos NAME 'ntPwdHistory' 1923 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 1924 1.1 christos 1925 1.1 christos attributetype ( MSADat4:133 1926 1.1 christos NAME 'trustPartner' 1927 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1928 1.1 christos SINGLE-VALUE ) 1929 1.1 christos 1930 1.1 christos attributetype ( MSADat4:160 1931 1.1 christos NAME 'lmPwdHistory' 1932 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 1933 1.1 christos 1934 1.1 christos attributetype ( MSADat4:1380 1935 1.1 christos NAME 'mS-SQL-Status' 1936 1.1 christos SYNTAX 'MSADlargeInteger' 1937 1.1 christos SINGLE-VALUE ) 1938 1.1 christos 1939 1.1 christos attributetype ( MSADat2:469 1940 1.1 christos NAME 'USNIntersite' 1941 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1942 1.1 christos SINGLE-VALUE ) 1943 1.1 christos 1944 1.1 christos attributetype ( MSADat4:858 1945 1.1 christos NAME 'netbootTools' 1946 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 1947 1.1 christos 1948 1.1 christos attributetype ( MSADat4:99 1949 1.1 christos NAME 'priorSetTime' 1950 1.1 christos SYNTAX 'MSADlargeInteger' 1951 1.1 christos SINGLE-VALUE ) 1952 1.1 christos 1953 1.1 christos attributetype ( MSADat4:1367 1954 1.1 christos NAME 'mS-SQL-Memory' 1955 1.1 christos SYNTAX 'MSADlargeInteger' 1956 1.1 christos SINGLE-VALUE ) 1957 1.1 christos 1958 1.1 christos attributetype ( MSADat4:950 1959 1.1 christos NAME 'mSMQServices' 1960 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1961 1.1 christos SINGLE-VALUE ) 1962 1.1 christos 1963 1.1 christos #attributetype ( MSADat2:613 1964 1.1 christos # NAME 'employeeType' 1965 1.1 christos # SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1966 1.1 christos # SINGLE-VALUE ) 1967 1.1 christos 1968 1.1 christos attributetype ( MSADat4:27 1969 1.1 christos NAME 'currentValue' 1970 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 1971 1.1 christos SINGLE-VALUE ) 1972 1.1 christos 1973 1.1 christos attributetype ( MSADat4:822 1974 1.1 christos NAME 'siteLinkList' 1975 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 1976 1.1 christos 1977 1.1 christos attributetype ( MSADat4:107 1978 1.1 christos NAME 'remoteSource' 1979 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1980 1.1 christos SINGLE-VALUE ) 1981 1.1 christos 1982 1.1 christos attributetype ( MSADat4:325 1983 1.1 christos NAME 'setupCommand' 1984 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1985 1.1 christos SINGLE-VALUE ) 1986 1.1 christos 1987 1.1 christos attributetype ( MSADat2:212 1988 1.1 christos NAME 'dSHeuristics' 1989 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 1990 1.1 christos SINGLE-VALUE ) 1991 1.1 christos 1992 1.1 christos attributetype ( MSADat4:1336 1993 1.1 christos NAME 'replInterval' 1994 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 1995 1.1 christos SINGLE-VALUE ) 1996 1.1 christos 1997 1.1 christos attributetype ( MSADat4:234 1998 1.1 christos NAME 'printEndTime' 1999 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2000 1.1 christos SINGLE-VALUE ) 2001 1.1 christos 2002 1.1 christos # NO-USER-MODIFICATION 2003 1.1 christos attributetype ( MSADat2:1 2004 1.1 christos NAME 'instanceType' 2005 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2006 1.1 christos SINGLE-VALUE ) 2007 1.1 christos 2008 1.1 christos attributetype ( MSADat4:722 2009 1.1 christos NAME 'otherIpPhone' 2010 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2011 1.1 christos 2012 1.1 christos attributetype ( MSADat4:965 2013 1.1 christos NAME 'mSMQSiteName' 2014 1.1 christos SYNTAX 'MSADtelex' 2015 1.1 christos SINGLE-VALUE ) 2016 1.1 christos 2017 1.1 christos attributetype ( MSADat4:579 2018 1.1 christos NAME 'meetingOwner' 2019 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2020 1.1 christos SINGLE-VALUE ) 2021 1.1 christos 2022 1.1 christos attributetype ( MSADat4:242 2023 1.1 christos NAME 'printCollate' 2024 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 2025 1.1 christos SINGLE-VALUE ) 2026 1.1 christos 2027 1.1 christos attributetype ( MSADat4:480 2028 1.1 christos NAME 'defaultGroup' 2029 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 2030 1.1 christos SINGLE-VALUE ) 2031 1.1 christos 2032 1.1 christos attributetype ( MSADat4:79 2033 1.1 christos NAME 'minPwdLength' 2034 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2035 1.1 christos SINGLE-VALUE ) 2036 1.1 christos 2037 1.1 christos # NO-USER-MODIFICATION 2038 1.1 christos attributetype ( MSADat4:864 2039 1.1 christos NAME 'netbootSCPBL' 2040 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 2041 1.1 christos SINGLE-VALUE ) 2042 1.1 christos 2043 1.1 christos attributetype ( MSADat4:650 2044 1.1 christos NAME 'mhsORAddress' 2045 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2046 1.1 christos 2047 1.1 christos #attributetype ( MSADat4:651 2048 1.1 christos # NAME 'otherMailbox' 2049 1.1 christos # SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2050 1.1 christos 2051 1.1 christos attributetype ( MSADat4:367 2052 1.1 christos NAME 'rpcNsCodeset' 2053 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2054 1.1 christos 2055 1.1 christos # NO-USER-MODIFICATION 2056 1.1 christos attributetype ( MSADat2:14 2057 1.1 christos NAME 'hasMasterNCs' 2058 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 2059 1.1 christos 2060 1.1 christos attributetype ( MSADat4:952 2061 1.1 christos NAME 'mSMQMigrated' 2062 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 2063 1.1 christos SINGLE-VALUE ) 2064 1.1 christos 2065 1.1 christos attributetype ( MSADat2:74 2066 1.1 christos NAME 'dSASignature' 2067 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2068 1.1 christos SINGLE-VALUE ) 2069 1.1 christos 2070 1.1 christos # NO-USER-MODIFICATION 2071 1.1 christos attributetype ( MSADat2:115 2072 1.1 christos NAME 'invocationId' 2073 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2074 1.1 christos SINGLE-VALUE ) 2075 1.1 christos 2076 1.1 christos attributetype ( MSADat4:254 2077 1.1 christos NAME 'cOMTypelibId' 2078 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2079 1.1 christos 2080 1.1 christos attributetype ( MSADat4:26 2081 1.1 christos NAME 'creationTime' 2082 1.1 christos SYNTAX 'MSADlargeInteger' 2083 1.1 christos SINGLE-VALUE ) 2084 1.1 christos 2085 1.1 christos attributetype ( MSADat4:581 2086 1.1 christos NAME 'meetingScope' 2087 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2088 1.1 christos 2089 1.1 christos attributetype ( MSADat4:336 2090 1.1 christos NAME 'volTableGUID' 2091 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2092 1.1 christos SINGLE-VALUE ) 2093 1.1 christos 2094 1.1 christos # NO-USER-MODIFICATION 2095 1.1 christos attributetype ( MSADat4:513 2096 1.1 christos NAME 'siteObjectBL' 2097 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 2098 1.1 christos 2099 1.1 christos attributetype ( MSADat4:756 2100 1.1 christos NAME 'aCSTimeOfDay' 2101 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2102 1.1 christos SINGLE-VALUE ) 2103 1.1 christos 2104 1.1 christos attributetype ( MSADat4:757 2105 1.1 christos NAME 'aCSDirection' 2106 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2107 1.1 christos SINGLE-VALUE ) 2108 1.1 christos 2109 1.1 christos attributetype ( MSADat4:77 2110 1.1 christos NAME 'maxTicketAge' 2111 1.1 christos SYNTAX 'MSADlargeInteger' 2112 1.1 christos SINGLE-VALUE ) 2113 1.1 christos 2114 1.1 christos attributetype ( MSADat4:481 2115 1.1 christos NAME 'schemaUpdate' 2116 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.24' 2117 1.1 christos SINGLE-VALUE ) 2118 1.1 christos 2119 1.1 christos attributetype ( MSADat4:80 2120 1.1 christos NAME 'minTicketAge' 2121 1.1 christos SYNTAX 'MSADlargeInteger' 2122 1.1 christos SINGLE-VALUE ) 2123 1.1 christos 2124 1.1 christos attributetype ( MSADat4:628 2125 1.1 christos NAME 'ipsecNegotiationPolicyReference' 2126 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 2127 1.1 christos SINGLE-VALUE ) 2128 1.1 christos 2129 1.1 christos attributetype ( MSADat2:327 2130 1.1 christos NAME 'helpFileName' 2131 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2132 1.1 christos SINGLE-VALUE ) 2133 1.1 christos 2134 1.1 christos # NO-USER-MODIFICATION 2135 1.1 christos attributetype ( MSADat4:148 2136 1.1 christos NAME 'schemaIDGUID' 2137 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2138 1.1 christos SINGLE-VALUE ) 2139 1.1 christos 2140 1.1 christos attributetype ( MSADat4:810 2141 1.1 christos NAME 'createDialog' 2142 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2143 1.1 christos SINGLE-VALUE ) 2144 1.1 christos 2145 1.1 christos attributetype ( MSADat4:964 2146 1.1 christos NAME 'mSMQNt4Flags' 2147 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2148 1.1 christos SINGLE-VALUE ) 2149 1.1 christos 2150 1.1 christos attributetype ( MSADat4:327 2151 1.1 christos NAME 'packageFlags' 2152 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2153 1.1 christos SINGLE-VALUE ) 2154 1.1 christos 2155 1.1 christos attributetype ( MSADat2:464 2156 1.1 christos NAME 'wWWHomePage' 2157 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2158 1.1 christos SINGLE-VALUE ) 2159 1.1 christos 2160 1.1 christos attributetype ( MSADat4:507 2161 1.1 christos NAME 'volumeCount' 2162 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2163 1.1 christos SINGLE-VALUE ) 2164 1.1 christos 2165 1.1 christos attributetype ( MSADat4:273 2166 1.1 christos NAME 'printStatus' 2167 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2168 1.1 christos SINGLE-VALUE ) 2169 1.1 christos 2170 1.1 christos attributetype ( MSADat4:890 2171 1.1 christos NAME 'uPNSuffixes' 2172 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2173 1.1 christos 2174 1.1 christos attributetype ( MSADat4:471 2175 1.1 christos NAME 'trustParent' 2176 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 2177 1.1 christos SINGLE-VALUE ) 2178 1.1 christos 2179 1.1 christos attributetype ( MSADat4:1301 2180 1.1 christos NAME 'tokenGroups' 2181 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 2182 1.1 christos 2183 1.1 christos # NO-USER-MODIFICATION 2184 1.1 christos attributetype ( MSADat4:375 2185 1.1 christos NAME 'systemFlags' 2186 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2187 1.1 christos SINGLE-VALUE ) 2188 1.1 christos 2189 1.1 christos attributetype ( MSADat4:667 2190 1.1 christos NAME 'syncWithSID' 2191 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2192 1.1 christos SINGLE-VALUE ) 2193 1.1 christos 2194 1.1 christos attributetype ( MSADat4:1306 2195 1.1 christos NAME 'dNSProperty' 2196 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 2197 1.1 christos 2198 1.1 christos attributetype ( MSADat4:710 2199 1.1 christos NAME 'superScopes' 2200 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' ) 2201 1.1 christos 2202 1.1 christos attributetype ( MSADat4:1347 2203 1.1 christos NAME 'sPNMappings' 2204 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2205 1.1 christos 2206 1.1 christos attributetype ( MSADat4:272 2207 1.1 christos NAME 'printNotify' 2208 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2209 1.1 christos SINGLE-VALUE ) 2210 1.1 christos 2211 1.1 christos attributetype ( MSADat4:282 2212 1.1 christos NAME 'printMemory' 2213 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2214 1.1 christos SINGLE-VALUE ) 2215 1.1 christos 2216 1.1 christos attributetype ( MSADat4:154 2217 1.1 christos NAME 'serverState' 2218 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2219 1.1 christos SINGLE-VALUE ) 2220 1.1 christos 2221 1.1 christos attributetype ( MSADat4:942 2222 1.1 christos NAME 'mSMQVersion' 2223 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2224 1.1 christos SINGLE-VALUE ) 2225 1.1 christos 2226 1.1 christos # NO-USER-MODIFICATION 2227 1.1 christos attributetype ( MSADat4:373 2228 1.1 christos NAME 'rIDUsedPool' 2229 1.1 christos SYNTAX 'MSADlargeInteger' 2230 1.1 christos SINGLE-VALUE ) 2231 1.1 christos 2232 1.1 christos attributetype ( MSADat4:1355 2233 1.1 christos NAME 'queryFilter' 2234 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2235 1.1 christos SINGLE-VALUE ) 2236 1.1 christos 2237 1.1 christos attributetype ( MSADat4:300 2238 1.1 christos NAME 'printerName' 2239 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2240 1.1 christos SINGLE-VALUE ) 2241 1.1 christos 2242 1.1 christos attributetype ( MSADat4:97 2243 1.1 christos NAME 'preferredOU' 2244 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 2245 1.1 christos SINGLE-VALUE ) 2246 1.1 christos 2247 1.1 christos attributetype ( MSADat4:649 2248 1.1 christos NAME 'primaryInternationalISDNNumber' 2249 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2250 1.1 christos SINGLE-VALUE ) 2251 1.1 christos 2252 1.1 christos attributetype ( MSADat4:333 2253 1.1 christos NAME 'oMTIndxGuid' 2254 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2255 1.1 christos SINGLE-VALUE ) 2256 1.1 christos 2257 1.1 christos # NO-USER-MODIFICATION 2258 1.1 christos attributetype ( MSADat4:1337 2259 1.1 christos NAME 'mSMQUserSid' 2260 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2261 1.1 christos SINGLE-VALUE ) 2262 1.1 christos 2263 1.1 christos attributetype ( MSADat4:487 2264 1.1 christos NAME 'fRSRootPath' 2265 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2266 1.1 christos SINGLE-VALUE ) 2267 1.1 christos 2268 1.1 christos attributetype ( MSADat4:918 2269 1.1 christos NAME 'mSMQJournal' 2270 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 2271 1.1 christos SINGLE-VALUE ) 2272 1.1 christos 2273 1.1 christos attributetype ( MSADat4:499 2274 1.1 christos NAME 'contextMenu' 2275 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2276 1.1 christos 2277 1.1 christos attributetype ( MSADat4:764 2278 1.1 christos NAME 'aCSPriority' 2279 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2280 1.1 christos SINGLE-VALUE ) 2281 1.1 christos 2282 1.1 christos attributetype ( MSADat4:937 2283 1.1 christos NAME 'mSMQSignKey' 2284 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2285 1.1 christos SINGLE-VALUE ) 2286 1.1 christos 2287 1.1 christos attributetype ( MSADat4:359 2288 1.1 christos NAME 'netbootGUID' 2289 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2290 1.1 christos SINGLE-VALUE ) 2291 1.1 christos 2292 1.1 christos attributetype ( MSADat4:925 2293 1.1 christos NAME 'mSMQOwnerID' 2294 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2295 1.1 christos SINGLE-VALUE ) 2296 1.1 christos 2297 1.1 christos attributetype ( MSADat2:24 2298 1.1 christos NAME 'mustContain' 2299 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' ) 2300 1.1 christos 2301 1.1 christos attributetype ( MSADat4:379 2302 1.1 christos NAME 'dnsAllowXFR' 2303 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 2304 1.1 christos SINGLE-VALUE ) 2305 1.1 christos 2306 1.1 christos attributetype ( MSADat4:1379 2307 1.1 christos NAME 'mS-SQL-Vines' 2308 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2309 1.1 christos SINGLE-VALUE ) 2310 1.1 christos 2311 1.1 christos attributetype ( MSADat4:948 2312 1.1 christos NAME 'mSMQDigests' 2313 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 2314 1.1 christos 2315 1.1 christos attributetype ( MSADat4:662 2316 1.1 christos NAME 'lockoutTime' 2317 1.1 christos SYNTAX 'MSADlargeInteger' 2318 1.1 christos SINGLE-VALUE ) 2319 1.1 christos 2320 1.1 christos attributetype ( MSADat4:53 2321 1.1 christos NAME 'lastSetTime' 2322 1.1 christos SYNTAX 'MSADlargeInteger' 2323 1.1 christos SINGLE-VALUE ) 2324 1.1 christos 2325 1.1 christos attributetype ( MSADat4:25 2326 1.1 christos NAME 'countryCode' 2327 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2328 1.1 christos SINGLE-VALUE ) 2329 1.1 christos 2330 1.1 christos attributetype ( MSADat4:1377 2331 1.1 christos NAME 'mS-SQL-TCPIP' 2332 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2333 1.1 christos SINGLE-VALUE ) 2334 1.1 christos 2335 1.1 christos attributetype ( MSADat4:934 2336 1.1 christos NAME 'mSMQForeign' 2337 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 2338 1.1 christos SINGLE-VALUE ) 2339 1.1 christos 2340 1.1 christos attributetype ( MSADat4:571 2341 1.1 christos NAME 'meetingType' 2342 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2343 1.1 christos SINGLE-VALUE ) 2344 1.1 christos 2345 1.1 christos attributetype ( MSADat4:714 2346 1.1 christos NAME 'dhcpOptions' 2347 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 2348 1.1 christos 2349 1.1 christos attributetype ( MSADat4:704 2350 1.1 christos NAME 'dhcpServers' 2351 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' ) 2352 1.1 christos 2353 1.1 christos attributetype ( MSADat4:283 2354 1.1 christos NAME 'assetNumber' 2355 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2356 1.1 christos SINGLE-VALUE ) 2357 1.1 christos 2358 1.1 christos attributetype ( MSADat2:350 2359 1.1 christos NAME 'addressType' 2360 1.1 christos SYNTAX 'MSADtelex' 2361 1.1 christos SINGLE-VALUE ) 2362 1.1 christos 2363 1.1 christos attributetype ( MSADat4:940 2364 1.1 christos NAME 'mSMQCSPName' 2365 1.1 christos SYNTAX 'MSADtelex' 2366 1.1 christos SINGLE-VALUE ) 2367 1.1 christos 2368 1.1 christos attributetype ( MSADat4:671 2369 1.1 christos NAME 'msiFileList' 2370 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2371 1.1 christos 2372 1.1 christos attributetype ( MSADat4:619 2373 1.1 christos NAME 'dNSHostName' 2374 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2375 1.1 christos SINGLE-VALUE ) 2376 1.1 christos 2377 1.1 christos attributetype ( MSADat4:705 2378 1.1 christos NAME 'dhcpSubnets' 2379 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' ) 2380 1.1 christos 2381 1.1 christos attributetype ( MSADat4:1328 2382 1.1 christos NAME 'pKIKeyUsage' 2383 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2384 1.1 christos SINGLE-VALUE ) 2385 1.1 christos 2386 1.1 christos # NO-USER-MODIFICATION 2387 1.1 christos attributetype ( MSADat2:30 2388 1.1 christos NAME 'attributeID' 2389 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' 2390 1.1 christos SINGLE-VALUE ) 2391 1.1 christos 2392 1.1 christos attributetype ( MSADat4:506 2393 1.1 christos NAME 'objectCount' 2394 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2395 1.1 christos SINGLE-VALUE ) 2396 1.1 christos 2397 1.1 christos attributetype ( MSADat4:503 2398 1.1 christos NAME 'timeRefresh' 2399 1.1 christos SYNTAX 'MSADlargeInteger' 2400 1.1 christos SINGLE-VALUE ) 2401 1.1 christos 2402 1.1 christos attributetype ( MSADat4:139 2403 1.1 christos NAME 'profilePath' 2404 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2405 1.1 christos SINGLE-VALUE ) 2406 1.1 christos 2407 1.1 christos attributetype ( MSADat4:818 2408 1.1 christos NAME 'productCode' 2409 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2410 1.1 christos SINGLE-VALUE ) 2411 1.1 christos 2412 1.1 christos attributetype ( MSADat4:647 2413 1.1 christos NAME 'otherMobile' 2414 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2415 1.1 christos 2416 1.1 christos attributetype ( MSADat4:12 2417 1.1 christos NAME 'badPwdCount' 2418 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2419 1.1 christos SINGLE-VALUE ) 2420 1.1 christos 2421 1.1 christos attributetype ( MSADat4:1368 2422 1.1 christos NAME 'mS-SQL-Build' 2423 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2424 1.1 christos SINGLE-VALUE ) 2425 1.1 christos 2426 1.1 christos #attributetype ( MSADat2:13 2427 1.1 christos # NAME 'displayName' 2428 1.1 christos # SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2429 1.1 christos # SINGLE-VALUE ) 2430 1.1 christos 2431 1.1 christos attributetype ( MSADat4:87 2432 1.1 christos NAME 'nETBIOSName' 2433 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2434 1.1 christos SINGLE-VALUE ) 2435 1.1 christos 2436 1.1 christos attributetype ( MSADat4:1395 2437 1.1 christos NAME 'mS-SQL-Alias' 2438 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2439 1.1 christos SINGLE-VALUE ) 2440 1.1 christos 2441 1.1 christos attributetype ( MSADat4:75 2442 1.1 christos NAME 'maxRenewAge' 2443 1.1 christos SYNTAX 'MSADlargeInteger' 2444 1.1 christos SINGLE-VALUE ) 2445 1.1 christos 2446 1.1 christos attributetype ( MSADat4:806 2447 1.1 christos NAME 'treatAsLeaf' 2448 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 2449 1.1 christos SINGLE-VALUE ) 2450 1.1 christos 2451 1.1 christos attributetype ( MSADat4:960 2452 1.1 christos NAME 'mSMQNt4Stub' 2453 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' ) 2454 1.1 christos 2455 1.1 christos attributetype ( MSADat4:324 2456 1.1 christos NAME 'packageType' 2457 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2458 1.1 christos SINGLE-VALUE ) 2459 1.1 christos 2460 1.1 christos # NO-USER-MODIFICATION 2461 1.1 christos attributetype ( MSADat4:1212 2462 1.1 christos NAME 'isEphemeral' 2463 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 2464 1.1 christos SINGLE-VALUE ) 2465 1.1 christos 2466 1.1 christos # NO-USER-MODIFICATION 2467 1.1 christos attributetype ( MSADat2:36 2468 1.1 christos NAME 'dMDLocation' 2469 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 2470 1.1 christos SINGLE-VALUE ) 2471 1.1 christos 2472 1.1 christos attributetype ( MSADat4:715 2473 1.1 christos NAME 'dhcpClasses' 2474 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 2475 1.1 christos 2476 1.1 christos attributetype ( MSADat4:39 2477 1.1 christos NAME 'forceLogoff' 2478 1.1 christos SYNTAX 'MSADlargeInteger' 2479 1.1 christos SINGLE-VALUE ) 2480 1.1 christos 2481 1.1 christos # NO-USER-MODIFICATION 2482 1.1 christos attributetype ( MSADat2:2 2483 1.1 christos NAME 'whenCreated' 2484 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.24' 2485 1.1 christos SINGLE-VALUE ) 2486 1.1 christos 2487 1.1 christos attributetype ( MSADat4:566 2488 1.1 christos NAME 'meetingName' 2489 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2490 1.1 christos SINGLE-VALUE ) 2491 1.1 christos 2492 1.1 christos attributetype ( MSADat4:786 2493 1.1 christos NAME 'mailAddress' 2494 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2495 1.1 christos SINGLE-VALUE ) 2496 1.1 christos 2497 1.1 christos attributetype ( MSADat4:590 2498 1.1 christos NAME 'meetingBlob' 2499 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2500 1.1 christos SINGLE-VALUE ) 2501 1.1 christos 2502 1.1 christos attributetype ( MSADat4:71 2503 1.1 christos NAME 'machineRole' 2504 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2505 1.1 christos SINGLE-VALUE ) 2506 1.1 christos 2507 1.1 christos attributetype ( MSADat2:334 2508 1.1 christos NAME 'searchFlags' 2509 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2510 1.1 christos SINGLE-VALUE ) 2511 1.1 christos 2512 1.1 christos # NO-USER-MODIFICATION 2513 1.1 christos attributetype ( MSADat2:3 2514 1.1 christos NAME 'whenChanged' 2515 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.24' 2516 1.1 christos SINGLE-VALUE ) 2517 1.1 christos 2518 1.1 christos attributetype ( MSADat4:702 2519 1.1 christos NAME 'dhcpObjName' 2520 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2521 1.1 christos SINGLE-VALUE ) 2522 1.1 christos 2523 1.1 christos attributetype ( MSADat4:897 2524 1.1 christos NAME 'aCSMaxAggregatePeakRatePerUser' 2525 1.1 christos SYNTAX 'MSADlargeInteger' 2526 1.1 christos SINGLE-VALUE ) 2527 1.1 christos 2528 1.1 christos attributetype ( MSADat4:326 2529 1.1 christos NAME 'packageName' 2530 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2531 1.1 christos SINGLE-VALUE ) 2532 1.1 christos 2533 1.1 christos # NO-USER-MODIFICATION 2534 1.1 christos attributetype ( MSADat4:170 2535 1.1 christos NAME 'systemOnly' 2536 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 2537 1.1 christos SINGLE-VALUE ) 2538 1.1 christos 2539 1.1 christos attributetype ( MSADat4:935 2540 1.1 christos NAME 'mSMQOSType' 2541 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2542 1.1 christos SINGLE-VALUE ) 2543 1.1 christos 2544 1.1 christos attributetype ( MSADat4:680 2545 1.1 christos NAME 'queryPoint' 2546 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2547 1.1 christos SINGLE-VALUE ) 2548 1.1 christos 2549 1.1 christos attributetype ( MSADat4:271 2550 1.1 christos NAME 'printOwner' 2551 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2552 1.1 christos SINGLE-VALUE ) 2553 1.1 christos 2554 1.1 christos # NO-USER-MODIFICATION 2555 1.1 christos attributetype ( MSADat2:19 2556 1.1 christos NAME 'uSNCreated' 2557 1.1 christos SYNTAX 'MSADlargeInteger' 2558 1.1 christos SINGLE-VALUE ) 2559 1.1 christos 2560 1.1 christos attributetype ( MSADat4:494 2561 1.1 christos NAME 'siteServer' 2562 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 2563 1.1 christos 2564 1.1 christos attributetype ( MSADat4:114 2565 1.1 christos NAME 'rpcNsGroup' 2566 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2567 1.1 christos 2568 1.1 christos # NO-USER-MODIFICATION 2569 1.1 christos attributetype ( MSADat4:609 2570 1.1 christos NAME 'sIDHistory' 2571 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 2572 1.1 christos 2573 1.1 christos attributetype ( MSADat4:882 2574 1.1 christos NAME 'fRSVersion' 2575 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2576 1.1 christos SINGLE-VALUE ) 2577 1.1 christos 2578 1.1 christos attributetype ( MSADat4:64 2579 1.1 christos NAME 'logonHours' 2580 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2581 1.1 christos SINGLE-VALUE ) 2582 1.1 christos 2583 1.1 christos attributetype ( MSADat4:854 2584 1.1 christos NAME 'netbootAnswerOnlyValidClients' 2585 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 2586 1.1 christos SINGLE-VALUE ) 2587 1.1 christos 2588 1.1 christos attributetype ( MSADat4:96 2589 1.1 christos NAME 'pwdLastSet' 2590 1.1 christos SYNTAX 'MSADlargeInteger' 2591 1.1 christos SINGLE-VALUE ) 2592 1.1 christos 2593 1.1 christos attributetype ( MSADat4:243 2594 1.1 christos NAME 'printColor' 2595 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 2596 1.1 christos SINGLE-VALUE ) 2597 1.1 christos 2598 1.1 christos attributetype ( MSADat4:1391 2599 1.1 christos NAME 'mS-SQL-Type' 2600 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2601 1.1 christos SINGLE-VALUE ) 2602 1.1 christos 2603 1.1 christos attributetype ( MSADat4:40 2604 1.1 christos NAME 'fromServer' 2605 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 2606 1.1 christos SINGLE-VALUE ) 2607 1.1 christos 2608 1.1 christos attributetype ( MSADat4:157 2609 1.1 christos NAME 'serverRole' 2610 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2611 1.1 christos SINGLE-VALUE ) 2612 1.1 christos 2613 1.1 christos attributetype ( MSADat4:100 2614 1.1 christos NAME 'priorValue' 2615 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2616 1.1 christos SINGLE-VALUE ) 2617 1.1 christos 2618 1.1 christos attributetype ( MSADat4:169 2619 1.1 christos NAME 'logonCount' 2620 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2621 1.1 christos SINGLE-VALUE ) 2622 1.1 christos 2623 1.1 christos attributetype ( MSADat4:90 2624 1.1 christos NAME 'unicodePwd' 2625 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2626 1.1 christos SINGLE-VALUE ) 2627 1.1 christos 2628 1.1 christos # NO-USER-MODIFICATION 2629 1.1 christos attributetype ( MSADat2:21 2630 1.1 christos NAME 'subClassOf' 2631 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' 2632 1.1 christos SINGLE-VALUE ) 2633 1.1 christos 2634 1.1 christos attributetype ( MSADat4:1396 2635 1.1 christos NAME 'mS-SQL-Size' 2636 1.1 christos SYNTAX 'MSADlargeInteger' 2637 1.1 christos SINGLE-VALUE ) 2638 1.1 christos 2639 1.1 christos attributetype ( MSADat4:101 2640 1.1 christos NAME 'privateKey' 2641 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2642 1.1 christos SINGLE-VALUE ) 2643 1.1 christos 2644 1.1 christos attributetype ( MSADat4:512 2645 1.1 christos NAME 'siteObject' 2646 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 2647 1.1 christos SINGLE-VALUE ) 2648 1.1 christos 2649 1.1 christos attributetype ( MSADat4:62 2650 1.1 christos NAME 'scriptPath' 2651 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2652 1.1 christos SINGLE-VALUE ) 2653 1.1 christos 2654 1.1 christos attributetype ( MSADat4:223 2655 1.1 christos NAME 'serverName' 2656 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2657 1.1 christos SINGLE-VALUE ) 2658 1.1 christos 2659 1.1 christos attributetype ( MSADat4:953 2660 1.1 christos NAME 'mSMQSiteID' 2661 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2662 1.1 christos SINGLE-VALUE ) 2663 1.1 christos 2664 1.1 christos attributetype ( MSADat4:340 2665 1.1 christos NAME 'rightsGuid' 2666 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2667 1.1 christos SINGLE-VALUE ) 2668 1.1 christos 2669 1.1 christos # NO-USER-MODIFICATION 2670 1.1 christos attributetype ( MSADat4:374 2671 1.1 christos NAME 'rIDNextRID' 2672 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2673 1.1 christos SINGLE-VALUE ) 2674 1.1 christos 2675 1.1 christos attributetype ( MSADat4:583 2676 1.1 christos NAME 'meetingURL' 2677 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2678 1.1 christos 2679 1.1 christos attributetype ( MSADat2:400 2680 1.1 christos NAME 'addressEntryDisplayTableMSDOS' 2681 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2682 1.1 christos SINGLE-VALUE ) 2683 1.1 christos 2684 1.1 christos attributetype ( MSADat4:76 2685 1.1 christos NAME 'maxStorage' 2686 1.1 christos SYNTAX 'MSADlargeInteger' 2687 1.1 christos SINGLE-VALUE ) 2688 1.1 christos 2689 1.1 christos attributetype ( MSADat2:35 2690 1.1 christos NAME 'rangeUpper' 2691 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2692 1.1 christos SINGLE-VALUE ) 2693 1.1 christos 2694 1.1 christos attributetype ( MSADat2:34 2695 1.1 christos NAME 'rangeLower' 2696 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2697 1.1 christos SINGLE-VALUE ) 2698 1.1 christos 2699 1.1 christos attributetype ( MSADat2:118 2700 1.1 christos NAME 'otherPager' 2701 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2702 1.1 christos 2703 1.1 christos attributetype ( MSADat4:639 2704 1.1 christos NAME 'isMemberOfPartialAttributeSet' 2705 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 2706 1.1 christos SINGLE-VALUE ) 2707 1.1 christos 2708 1.1 christos # NO-USER-MODIFICATION 2709 1.1 christos attributetype ( MSADat4:1224 2710 1.1 christos NAME 'parentGUID' 2711 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2712 1.1 christos SINGLE-VALUE ) 2713 1.1 christos 2714 1.1 christos attributetype ( MSADat2:141 2715 1.1 christos NAME 'department' 2716 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2717 1.1 christos SINGLE-VALUE ) 2718 1.1 christos 2719 1.1 christos attributetype ( MSADat2:25 2720 1.1 christos NAME 'mayContain' 2721 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' ) 2722 1.1 christos 2723 1.1 christos attributetype ( MSADat4:150 2724 1.1 christos NAME 'adminCount' 2725 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2726 1.1 christos SINGLE-VALUE ) 2727 1.1 christos 2728 1.1 christos attributetype ( MSADat4:51 2729 1.1 christos NAME 'lastLogoff' 2730 1.1 christos SYNTAX 'MSADlargeInteger' 2731 1.1 christos SINGLE-VALUE ) 2732 1.1 christos 2733 1.1 christos # NO-USER-MODIFICATION 2734 1.1 christos attributetype ( MSADat4:1409 2735 1.1 christos NAME 'masteredBy' 2736 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 2737 1.1 christos 2738 1.1 christos attributetype ( MSADat4:35 2739 1.1 christos NAME 'employeeID' 2740 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2741 1.1 christos SINGLE-VALUE ) 2742 1.1 christos 2743 1.1 christos attributetype ( MSADat4:719 2744 1.1 christos NAME 'dhcpMaxKey' 2745 1.1 christos SYNTAX 'MSADlargeInteger' 2746 1.1 christos SINGLE-VALUE ) 2747 1.1 christos 2748 1.1 christos attributetype ( MSADat4:229 2749 1.1 christos NAME 'driverName' 2750 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2751 1.1 christos SINGLE-VALUE ) 2752 1.1 christos 2753 1.1 christos attributetype ( MSADat4:1363 2754 1.1 christos NAME 'mS-SQL-Name' 2755 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2756 1.1 christos SINGLE-VALUE ) 2757 1.1 christos 2758 1.1 christos attributetype ( MSADat4:322 2759 1.1 christos NAME 'categoryId' 2760 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2761 1.1 christos SINGLE-VALUE ) 2762 1.1 christos 2763 1.1 christos attributetype ( MSADat4:889 2764 1.1 christos NAME 'additionalTrustedServiceNames' 2765 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2766 1.1 christos 2767 1.1 christos attributetype ( MSADat4:1354 2768 1.1 christos NAME 'scopeFlags' 2769 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2770 1.1 christos SINGLE-VALUE ) 2771 1.1 christos 2772 1.1 christos attributetype ( MSADat4:672 2773 1.1 christos NAME 'categories' 2774 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2775 1.1 christos 2776 1.1 christos attributetype ( MSADat4:855 2777 1.1 christos NAME 'netbootNewMachineNamingPolicy' 2778 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2779 1.1 christos 2780 1.1 christos attributetype ( MSADat4:19 2781 1.1 christos NAME 'cOMClassID' 2782 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2783 1.1 christos 2784 1.1 christos # NO-USER-MODIFICATION 2785 1.1 christos attributetype ( MSADat2:120 2786 1.1 christos NAME 'uSNChanged' 2787 1.1 christos SYNTAX 'MSADlargeInteger' 2788 1.1 christos SINGLE-VALUE ) 2789 1.1 christos 2790 1.1 christos # NO-USER-MODIFICATION 2791 1.1 christos attributetype ( MSADat4:2 2792 1.1 christos NAME 'objectGUID' 2793 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2794 1.1 christos SINGLE-VALUE ) 2795 1.1 christos 2796 1.1 christos attributetype ( MSADat4:707 2797 1.1 christos NAME 'dhcpRanges' 2798 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' ) 2799 1.1 christos 2800 1.1 christos # NO-USER-MODIFICATION 2801 1.1 christos attributetype ( MSADat4:1358 2802 1.1 christos NAME 'schemaInfo' 2803 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 2804 1.1 christos 2805 1.1 christos attributetype ( MSADat4:646 2806 1.1 christos NAME 'otherFacsimileTelephoneNumber' 2807 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2808 1.1 christos 2809 1.1 christos attributetype ( MSADat4:520 2810 1.1 christos NAME 'machinePasswordChangeInterval' 2811 1.1 christos SYNTAX 'MSADlargeInteger' 2812 1.1 christos SINGLE-VALUE ) 2813 1.1 christos 2814 1.1 christos attributetype ( MSADat4:674 2815 1.1 christos NAME 'rootTrust' 2816 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 2817 1.1 christos 2818 1.1 christos attributetype ( MSADat4:136 2819 1.1 christos NAME 'trustType' 2820 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2821 1.1 christos SINGLE-VALUE ) 2822 1.1 christos 2823 1.1 christos attributetype ( MSADat4:750 2824 1.1 christos NAME 'groupType' 2825 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2826 1.1 christos SINGLE-VALUE ) 2827 1.1 christos 2828 1.1 christos attributetype ( MSADat4:896 2829 1.1 christos NAME 'uSNSource' 2830 1.1 christos SYNTAX 'MSADlargeInteger' 2831 1.1 christos SINGLE-VALUE ) 2832 1.1 christos 2833 1.1 christos attributetype ( MSADat4:919 2834 1.1 christos NAME 'mSMQQuota' 2835 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2836 1.1 christos SINGLE-VALUE ) 2837 1.1 christos 2838 1.1 christos attributetype ( MSADat4:927 2839 1.1 christos NAME 'mSMQSites' 2840 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 2841 1.1 christos 2842 1.1 christos # NO-USER-MODIFICATION 2843 1.1 christos attributetype ( MSADat4:910 2844 1.1 christos NAME 'fromEntry' 2845 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' ) 2846 1.1 christos 2847 1.1 christos attributetype ( MSADat4:1376 2848 1.1 christos NAME 'mS-SQL-SPX' 2849 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2850 1.1 christos SINGLE-VALUE ) 2851 1.1 christos 2852 1.1 christos attributetype ( MSADat4:892 2853 1.1 christos NAME 'gPOptions' 2854 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2855 1.1 christos SINGLE-VALUE ) 2856 1.1 christos 2857 1.1 christos attributetype ( MSADat4:814 2858 1.1 christos NAME 'msiScript' 2859 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2860 1.1 christos SINGLE-VALUE ) 2861 1.1 christos 2862 1.1 christos attributetype ( MSADat4:285 2863 1.1 christos NAME 'printRate' 2864 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2865 1.1 christos SINGLE-VALUE ) 2866 1.1 christos 2867 1.1 christos attributetype ( MSADat4:683 2868 1.1 christos NAME 'cRLPartitionedRevocationList' 2869 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2870 1.1 christos SINGLE-VALUE ) 2871 1.1 christos 2872 1.1 christos attributetype ( MSADat4:652 2873 1.1 christos NAME 'assistant' 2874 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 2875 1.1 christos SINGLE-VALUE ) 2876 1.1 christos 2877 1.1 christos attributetype ( MSADat4:490 2878 1.1 christos NAME 'fRSDSPoll' 2879 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2880 1.1 christos SINGLE-VALUE ) 2881 1.1 christos 2882 1.1 christos # NO-USER-MODIFICATION 2883 1.1 christos attributetype ( MSADat4:663 2884 1.1 christos NAME 'partialAttributeDeletionList' 2885 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2886 1.1 christos SINGLE-VALUE ) 2887 1.1 christos 2888 1.1 christos attributetype ( MSADat4:52 2889 1.1 christos NAME 'lastLogon' 2890 1.1 christos SYNTAX 'MSADlargeInteger' 2891 1.1 christos SINGLE-VALUE ) 2892 1.1 christos 2893 1.1 christos # NO-USER-MODIFICATION 2894 1.1 christos attributetype ( MSADat2:22 2895 1.1 christos NAME 'governsID' 2896 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' 2897 1.1 christos SINGLE-VALUE ) 2898 1.1 christos 2899 1.1 christos attributetype ( MSADat4:341 2900 1.1 christos NAME 'appliesTo' 2901 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2902 1.1 christos 2903 1.1 christos attributetype ( MSADat4:268 2904 1.1 christos NAME 'eFSPolicy' 2905 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 2906 1.1 christos 2907 1.1 christos attributetype ( MSADat4:155 2908 1.1 christos NAME 'uASCompat' 2909 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 2910 1.1 christos SINGLE-VALUE ) 2911 1.1 christos 2912 1.1 christos # NO-USER-MODIFICATION 2913 1.1 christos attributetype ( MSADat4:538 2914 1.1 christos NAME 'prefixMap' 2915 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2916 1.1 christos SINGLE-VALUE ) 2917 1.1 christos 2918 1.1 christos attributetype ( MSADat4:661 2919 1.1 christos NAME 'isDefunct' 2920 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 2921 1.1 christos SINGLE-VALUE ) 2922 1.1 christos 2923 1.1 christos attributetype ( MSADat4:708 2924 1.1 christos NAME 'dhcpSites' 2925 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' ) 2926 1.1 christos 2927 1.1 christos attributetype ( MSADat4:888 2928 1.1 christos NAME 'iPSECNegotiationPolicyAction' 2929 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2930 1.1 christos SINGLE-VALUE ) 2931 1.1 christos 2932 1.1 christos attributetype ( MSADat4:382 2933 1.1 christos NAME 'dnsRecord' 2934 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 2935 1.1 christos 2936 1.1 christos attributetype ( MSADat4:21 2937 1.1 christos NAME 'cOMProgID' 2938 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 2939 1.1 christos 2940 1.1 christos attributetype ( MSADat4:45 2941 1.1 christos NAME 'homeDrive' 2942 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2943 1.1 christos SINGLE-VALUE ) 2944 1.1 christos 2945 1.1 christos attributetype ( MSADat4:580 2946 1.1 christos NAME 'meetingIP' 2947 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2948 1.1 christos SINGLE-VALUE ) 2949 1.1 christos 2950 1.1 christos attributetype ( MSADat4:1321 2951 1.1 christos NAME 'aCSNonReservedMinPolicedSize' 2952 1.1 christos SYNTAX 'MSADlargeInteger' 2953 1.1 christos SINGLE-VALUE ) 2954 1.1 christos 2955 1.1 christos attributetype ( MSADat4:717 2956 1.1 christos NAME 'dhcpState' 2957 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' ) 2958 1.1 christos 2959 1.1 christos attributetype ( MSADat4:922 2960 1.1 christos NAME 'mSMQLabel' 2961 1.1 christos SYNTAX 'MSADtelex' 2962 1.1 christos SINGLE-VALUE ) 2963 1.1 christos 2964 1.1 christos attributetype ( MSADat4:74 2965 1.1 christos NAME 'maxPwdAge' 2966 1.1 christos SYNTAX 'MSADlargeInteger' 2967 1.1 christos SINGLE-VALUE ) 2968 1.1 christos 2969 1.1 christos attributetype ( MSADat4:78 2970 1.1 christos NAME 'minPwdAge' 2971 1.1 christos SYNTAX 'MSADlargeInteger' 2972 1.1 christos SINGLE-VALUE ) 2973 1.1 christos 2974 1.1 christos attributetype ( MSADat4:689 2975 1.1 christos NAME 'cRLObject' 2976 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 2977 1.1 christos SINGLE-VALUE ) 2978 1.1 christos 2979 1.1 christos attributetype ( MSADat4:146 2980 1.1 christos NAME 'objectSid' 2981 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 2982 1.1 christos SINGLE-VALUE ) 2983 1.1 christos 2984 1.1 christos attributetype ( MSADat4:565 2985 1.1 christos NAME 'meetingID' 2986 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2987 1.1 christos SINGLE-VALUE ) 2988 1.1 christos 2989 1.1 christos attributetype ( MSADat4:620 2990 1.1 christos NAME 'ipsecName' 2991 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 2992 1.1 christos SINGLE-VALUE ) 2993 1.1 christos 2994 1.1 christos # NO-USER-MODIFICATION 2995 1.1 christos attributetype ( MSADat2:48 2996 1.1 christos NAME 'isDeleted' 2997 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 2998 1.1 christos SINGLE-VALUE ) 2999 1.1 christos 3000 1.1 christos attributetype ( MSADat4:760 3001 1.1 christos NAME 'aCSAggregateTokenRatePerUser' 3002 1.1 christos SYNTAX 'MSADlargeInteger' 3003 1.1 christos SINGLE-VALUE ) 3004 1.1 christos 3005 1.1 christos attributetype ( MSADat4:623 3006 1.1 christos NAME 'ipsecData' 3007 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3008 1.1 christos SINGLE-VALUE ) 3009 1.1 christos 3010 1.1 christos attributetype ( MSADat4:668 3011 1.1 christos NAME 'domainCAs' 3012 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 3013 1.1 christos 3014 1.1 christos attributetype ( MSADat4:687 3015 1.1 christos NAME 'cAConnect' 3016 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3017 1.1 christos SINGLE-VALUE ) 3018 1.1 christos 3019 1.1 christos attributetype ( MSADat4:238 3020 1.1 christos NAME 'printMaxResolutionSupported' 3021 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3022 1.1 christos SINGLE-VALUE ) 3023 1.1 christos 3024 1.1 christos attributetype ( MSADat4:700 3025 1.1 christos NAME 'dhcpFlags' 3026 1.1 christos SYNTAX 'MSADlargeInteger' 3027 1.1 christos SINGLE-VALUE ) 3028 1.1 christos 3029 1.1 christos attributetype ( MSADat2:402 3030 1.1 christos NAME 'helpData16' 3031 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3032 1.1 christos SINGLE-VALUE ) 3033 1.1 christos 3034 1.1 christos attributetype ( MSADat4:653 3035 1.1 christos NAME 'managedBy' 3036 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 3037 1.1 christos SINGLE-VALUE ) 3038 1.1 christos 3039 1.1 christos attributetype ( MSADat2:9 3040 1.1 christos NAME 'helpData32' 3041 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3042 1.1 christos SINGLE-VALUE ) 3043 1.1 christos 3044 1.1 christos attributetype ( MSADat4:944 3045 1.1 christos NAME 'mSMQSite2' 3046 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 3047 1.1 christos SINGLE-VALUE ) 3048 1.1 christos 3049 1.1 christos attributetype ( MSADat4:943 3050 1.1 christos NAME 'mSMQSite1' 3051 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 3052 1.1 christos SINGLE-VALUE ) 3053 1.1 christos 3054 1.1 christos attributetype ( MSADat4:677 3055 1.1 christos NAME 'replTopologyStayOfExecution' 3056 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3057 1.1 christos SINGLE-VALUE ) 3058 1.1 christos 3059 1.1 christos # NO-USER-MODIFICATION 3060 1.1 christos attributetype ( MSADat4:912 3061 1.1 christos NAME 'allowedChildClassesEffective' 3062 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' ) 3063 1.1 christos 3064 1.1 christos # NO-USER-MODIFICATION 3065 1.1 christos attributetype ( MSADat2:231 3066 1.1 christos NAME 'oMSyntax' 3067 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3068 1.1 christos SINGLE-VALUE ) 3069 1.1 christos 3070 1.1 christos attributetype ( MSADat4:231 3071 1.1 christos NAME 'priority' 3072 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3073 1.1 christos SINGLE-VALUE ) 3074 1.1 christos 3075 1.1 christos attributetype ( MSADat4:48 3076 1.1 christos NAME 'keywords' 3077 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3078 1.1 christos 3079 1.1 christos attributetype ( MSADat4:946 3080 1.1 christos NAME 'mSMQCost' 3081 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3082 1.1 christos SINGLE-VALUE ) 3083 1.1 christos 3084 1.1 christos attributetype ( MSADat4:821 3085 1.1 christos NAME 'siteList' 3086 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 3087 1.1 christos 3088 1.1 christos attributetype ( MSADat4:145 3089 1.1 christos NAME 'revision' 3090 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3091 1.1 christos SINGLE-VALUE ) 3092 1.1 christos 3093 1.1 christos # NO-USER-MODIFICATION 3094 1.1 christos attributetype ( MSADat2:91 3095 1.1 christos NAME 'repsFrom' 3096 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 3097 1.1 christos 3098 1.1 christos attributetype ( MSADat4:645 3099 1.1 christos NAME 'userCert' 3100 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3101 1.1 christos SINGLE-VALUE ) 3102 1.1 christos 3103 1.1 christos attributetype ( MSADat4:951 3104 1.1 christos NAME 'mSMQQMID' 3105 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3106 1.1 christos SINGLE-VALUE ) 3107 1.1 christos 3108 1.1 christos attributetype ( MSADat4:228 3109 1.1 christos NAME 'portName' 3110 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3111 1.1 christos 3112 1.1 christos attributetype ( MSADat4:859 3113 1.1 christos NAME 'netbootLocallyInstalledOSes' 3114 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3115 1.1 christos 3116 1.1 christos attributetype ( MSADat4:261 3117 1.1 christos NAME 'division' 3118 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3119 1.1 christos SINGLE-VALUE ) 3120 1.1 christos 3121 1.1 christos attributetype ( MSADat4:902 3122 1.1 christos NAME 'aCSMaxSizeOfRSVPAccountFile' 3123 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3124 1.1 christos SINGLE-VALUE ) 3125 1.1 christos 3126 1.1 christos attributetype ( MSADat4:699 3127 1.1 christos NAME 'dhcpType' 3128 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3129 1.1 christos SINGLE-VALUE ) 3130 1.1 christos 3131 1.1 christos attributetype ( MSADat4:301 3132 1.1 christos NAME 'wbemPath' 3133 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3134 1.1 christos 3135 1.1 christos attributetype ( MSADat4:362 3136 1.1 christos NAME 'siteGUID' 3137 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3138 1.1 christos SINGLE-VALUE ) 3139 1.1 christos 3140 1.1 christos # NO-USER-MODIFICATION 3141 1.1 christos attributetype ( MSADat2:26 3142 1.1 christos NAME 'rDNAttID' 3143 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' 3144 1.1 christos SINGLE-VALUE ) 3145 1.1 christos 3146 1.1 christos attributetype ( MSADat4:900 3147 1.1 christos NAME 'aCSRSVPAccountFilesLocation' 3148 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3149 1.1 christos SINGLE-VALUE ) 3150 1.1 christos 3151 1.1 christos attributetype ( MSADat4:1226 3152 1.1 christos NAME 'mSMQDependentClientServices' 3153 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 3154 1.1 christos SINGLE-VALUE ) 3155 1.1 christos 3156 1.1 christos attributetype ( MSADat4:222 3157 1.1 christos NAME 'location' 3158 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3159 1.1 christos SINGLE-VALUE ) 3160 1.1 christos 3161 1.1 christos attributetype ( MSADat4:874 3162 1.1 christos NAME 'fRSFlags' 3163 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3164 1.1 christos SINGLE-VALUE ) 3165 1.1 christos 3166 1.1 christos attributetype ( MSADat4:219 3167 1.1 christos NAME 'iconPath' 3168 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3169 1.1 christos 3170 1.1 christos attributetype ( MSADat4:688 3171 1.1 christos NAME 'cAWEBURL' 3172 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3173 1.1 christos SINGLE-VALUE ) 3174 1.1 christos 3175 1.1 christos attributetype ( MSADat4:716 3176 1.1 christos NAME 'mscopeId' 3177 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' 3178 1.1 christos SINGLE-VALUE ) 3179 1.1 christos 3180 1.1 christos # NO-USER-MODIFICATION 3181 1.1 christos attributetype ( MSADat4:660 3182 1.1 christos NAME 'treeName' 3183 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3184 1.1 christos SINGLE-VALUE ) 3185 1.1 christos 3186 1.1 christos attributetype ( MSADat4:211 3187 1.1 christos NAME 'schedule' 3188 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3189 1.1 christos SINGLE-VALUE ) 3190 1.1 christos 3191 1.1 christos attributetype ( MSADat4:557 3192 1.1 christos NAME 'parentCA' 3193 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 3194 1.1 christos SINGLE-VALUE ) 3195 1.1 christos 3196 1.1 christos attributetype ( MSADat4:249 3197 1.1 christos NAME 'cOMCLSID' 3198 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3199 1.1 christos SINGLE-VALUE ) 3200 1.1 christos 3201 1.1 christos attributetype ( MSADat4:675 3202 1.1 christos NAME 'catalogs' 3203 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3204 1.1 christos 3205 1.1 christos # NO-USER-MODIFICATION 3206 1.1 christos attributetype ( MSADat2:102 3207 1.1 christos NAME 'memberOf' 3208 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 3209 1.1 christos 3210 1.1 christos attributetype ( MSADat4:690 3211 1.1 christos NAME 'cAUsages' 3212 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3213 1.1 christos 3214 1.1 christos attributetype ( MSADat4:706 3215 1.1 christos NAME 'dhcpMask' 3216 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' ) 3217 1.1 christos 3218 1.1 christos attributetype ( MSADat4:511 3219 1.1 christos NAME 'flatName' 3220 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3221 1.1 christos SINGLE-VALUE ) 3222 1.1 christos 3223 1.1 christos attributetype ( MSADat4:686 3224 1.1 christos NAME 'domainID' 3225 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 3226 1.1 christos SINGLE-VALUE ) 3227 1.1 christos 3228 1.1 christos attributetype ( MSADat4:58 3229 1.1 christos NAME 'localeID' 3230 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' ) 3231 1.1 christos 3232 1.1 christos attributetype ( MSADat4:16 3233 1.1 christos NAME 'codePage' 3234 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3235 1.1 christos SINGLE-VALUE ) 3236 1.1 christos 3237 1.1 christos attributetype ( MSADat4:768 3238 1.1 christos NAME 'aCSEnableRSVPMessageLogging' 3239 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 3240 1.1 christos SINGLE-VALUE ) 3241 1.1 christos 3242 1.1 christos attributetype ( MSADat4:240 3243 1.1 christos NAME 'printOrientationsSupported' 3244 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3245 1.1 christos 3246 1.1 christos attributetype ( MSADat4:883 3247 1.1 christos NAME 'msRRASVendorAttributeEntry' 3248 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3249 1.1 christos 3250 1.1 christos attributetype ( MSADat4:1246 3251 1.1 christos NAME 'interSiteTopologyGenerator' 3252 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 3253 1.1 christos SINGLE-VALUE ) 3254 1.1 christos 3255 1.1 christos attributetype ( MSADat4:307 3256 1.1 christos NAME 'options' 3257 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3258 1.1 christos SINGLE-VALUE ) 3259 1.1 christos 3260 1.1 christos attributetype ( MSADat4:28 3261 1.1 christos NAME 'dnsRoot' 3262 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3263 1.1 christos 3264 1.1 christos attributetype ( MSADat4:887 3265 1.1 christos NAME 'iPSECNegotiationPolicyType' 3266 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3267 1.1 christos SINGLE-VALUE ) 3268 1.1 christos 3269 1.1 christos attributetype ( MSADat4:1392 3270 1.1 christos NAME 'mS-SQL-InformationDirectory' 3271 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 3272 1.1 christos SINGLE-VALUE ) 3273 1.1 christos 3274 1.1 christos attributetype ( MSADat4:365 3275 1.1 christos NAME 'operatingSystemServicePack' 3276 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3277 1.1 christos SINGLE-VALUE ) 3278 1.1 christos 3279 1.1 christos attributetype ( MSADat4:88 3280 1.1 christos NAME 'nextRid' 3281 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3282 1.1 christos SINGLE-VALUE ) 3283 1.1 christos 3284 1.1 christos attributetype ( MSADat4:865 3285 1.1 christos NAME 'pekList' 3286 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3287 1.1 christos SINGLE-VALUE ) 3288 1.1 christos 3289 1.1 christos # NO-USER-MODIFICATION 3290 1.1 christos attributetype ( MSADat2:7 3291 1.1 christos NAME 'subRefs' 3292 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 3293 1.1 christos 3294 1.1 christos attributetype ( MSADat4:505 3295 1.1 christos NAME 'oMTGuid' 3296 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3297 1.1 christos SINGLE-VALUE ) 3298 1.1 christos 3299 1.1 christos attributetype ( MSADat4:205 3300 1.1 christos NAME 'pKTGuid' 3301 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3302 1.1 christos SINGLE-VALUE ) 3303 1.1 christos 3304 1.1 christos attributetype ( MSADat2:146 3305 1.1 christos NAME 'company' 3306 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3307 1.1 christos SINGLE-VALUE ) 3308 1.1 christos 3309 1.1 christos attributetype ( MSADat4:82 3310 1.1 christos NAME 'moniker' 3311 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 3312 1.1 christos 3313 1.1 christos attributetype ( MSADat4:156 3314 1.1 christos NAME 'comment' 3315 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3316 1.1 christos SINGLE-VALUE ) 3317 1.1 christos 3318 1.1 christos attributetype ( MSADat4:721 3319 1.1 christos NAME 'ipPhone' 3320 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3321 1.1 christos SINGLE-VALUE ) 3322 1.1 christos 3323 1.1 christos attributetype ( MSADat4:1361 3324 1.1 christos NAME 'mS-DS-ConsistencyChildCount' 3325 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3326 1.1 christos SINGLE-VALUE ) 3327 1.1 christos 3328 1.1 christos attributetype ( MSADat4:679 3329 1.1 christos NAME 'creator' 3330 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3331 1.1 christos SINGLE-VALUE ) 3332 1.1 christos 3333 1.1 christos attributetype ( MSADat4:137 3334 1.1 christos NAME 'uNCName' 3335 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3336 1.1 christos SINGLE-VALUE ) 3337 1.1 christos 3338 1.1 christos attributetype ( MSADat4:55 3339 1.1 christos NAME 'dBCSPwd' 3340 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3341 1.1 christos SINGLE-VALUE ) 3342 1.1 christos 3343 1.1 christos attributetype ( MSADat4:1239 3344 1.1 christos NAME 'mSMQDependentClientService' 3345 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 3346 1.1 christos SINGLE-VALUE ) 3347 1.1 christos 3348 1.1 christos attributetype ( MSADat4:684 3349 1.1 christos NAME 'certificateAuthorityObject' 3350 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 3351 1.1 christos SINGLE-VALUE ) 3352 1.1 christos 3353 1.1 christos attributetype ( MSADat4:621 3354 1.1 christos NAME 'ipsecID' 3355 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3356 1.1 christos SINGLE-VALUE ) 3357 1.1 christos 3358 1.1 christos # NO-USER-MODIFICATION 3359 1.1 christos attributetype ( MSADat4:914 3360 1.1 christos NAME 'allowedAttributesEffective' 3361 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' ) 3362 1.1 christos 3363 1.1 christos #attributetype ( MSADat2:598 3364 1.1 christos # NAME 'dmdName' 3365 1.1 christos # SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3366 1.1 christos # SINGLE-VALUE ) 3367 1.1 christos 3368 1.1 christos attributetype ( MSADat4:759 3369 1.1 christos NAME 'aCSMaxPeakBandwidthPerFlow' 3370 1.1 christos SYNTAX 'MSADlargeInteger' 3371 1.1 christos SINGLE-VALUE ) 3372 1.1 christos 3373 1.1 christos attributetype ( MSADat2:557 3374 1.1 christos NAME 'Enabled' 3375 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 3376 1.1 christos SINGLE-VALUE ) 3377 1.1 christos 3378 1.1 christos attributetype ( MSADat2:326 3379 1.1 christos NAME 'perRecipDialogDisplayTable' 3380 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3381 1.1 christos SINGLE-VALUE ) 3382 1.1 christos 3383 1.1 christos attributetype ( MSADat4:1248 3384 1.1 christos NAME 'interSiteTopologyFailover' 3385 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3386 1.1 christos SINGLE-VALUE ) 3387 1.1 christos 3388 1.1 christos attributetype ( MSADat4:895 3389 1.1 christos NAME 'transportAddressAttribute' 3390 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' 3391 1.1 christos SINGLE-VALUE ) 3392 1.1 christos 3393 1.1 christos attributetype ( MSADat4:852 3394 1.1 christos NAME 'netbootCurrentClientCount' 3395 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3396 1.1 christos SINGLE-VALUE ) 3397 1.1 christos 3398 1.1 christos # NO-USER-MODIFICATION 3399 1.1 christos attributetype ( MSADat4:372 3400 1.1 christos NAME 'rIDPreviousAllocationPool' 3401 1.1 christos SYNTAX 'MSADlargeInteger' 3402 1.1 christos SINGLE-VALUE ) 3403 1.1 christos 3404 1.1 christos # NO-USER-MODIFICATION 3405 1.1 christos attributetype ( MSADat2:83 3406 1.1 christos NAME 'repsTo' 3407 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 3408 1.1 christos 3409 1.1 christos attributetype ( MSADat4:224 3410 1.1 christos NAME 'defaultSecurityDescriptor' 3411 1.1 christos SYNTAX 'MSADsecDesc' 3412 1.1 christos SINGLE-VALUE ) 3413 1.1 christos 3414 1.1 christos attributetype ( MSADat4:519 3415 1.1 christos NAME 'lastBackupRestorationTime' 3416 1.1 christos SYNTAX 'MSADlargeInteger' 3417 1.1 christos SINGLE-VALUE ) 3418 1.1 christos 3419 1.1 christos attributetype ( MSADat4:873 3420 1.1 christos NAME 'fRSControlOutboundBacklog' 3421 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3422 1.1 christos SINGLE-VALUE ) 3423 1.1 christos 3424 1.1 christos attributetype ( MSADat4:255 3425 1.1 christos NAME 'vendor' 3426 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3427 1.1 christos SINGLE-VALUE ) 3428 1.1 christos 3429 1.1 christos attributetype ( MSADat4:891 3430 1.1 christos NAME 'gPLink' 3431 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3432 1.1 christos SINGLE-VALUE ) 3433 1.1 christos 3434 1.1 christos attributetype ( MSADat2:214 3435 1.1 christos NAME 'originalDisplayTableMSDOS' 3436 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3437 1.1 christos SINGLE-VALUE ) 3438 1.1 christos 3439 1.1 christos # NO-USER-MODIFICATION 3440 1.1 christos attributetype ( MSADat2:50 3441 1.1 christos NAME 'linkID' 3442 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3443 1.1 christos SINGLE-VALUE ) 3444 1.1 christos 3445 1.1 christos attributetype ( MSADat4:1130 3446 1.1 christos NAME 'msNPSavedCallingStationID' 3447 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' ) 3448 1.1 christos 3449 1.1 christos # NO-USER-MODIFICATION 3450 1.1 christos attributetype ( MSADat2:49 3451 1.1 christos NAME 'mAPIID' 3452 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3453 1.1 christos SINGLE-VALUE ) 3454 1.1 christos 3455 1.1 christos attributetype ( MSADat4:510 3456 1.1 christos NAME 'serviceBindingInformation' 3457 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3458 1.1 christos 3459 1.1 christos # NO-USER-MODIFICATION 3460 1.1 christos attributetype ( MSADat2:16 3461 1.1 christos NAME 'nCName' 3462 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 3463 1.1 christos SINGLE-VALUE ) 3464 1.1 christos 3465 1.1 christos attributetype ( MSADat4:1303 3466 1.1 christos NAME 'tokenGroupsNoGCAcceptable' 3467 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 3468 1.1 christos 3469 1.1 christos attributetype ( MSADat4:1418 3470 1.1 christos NAME 'tokenGroupsGlobalAndUniversal' 3471 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 3472 1.1 christos 3473 1.1 christos attributetype ( MSADat4:1190 3474 1.1 christos NAME 'msRASSavedFramedIPAddress' 3475 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3476 1.1 christos SINGLE-VALUE ) 3477 1.1 christos 3478 1.1 christos attributetype ( MSADat4:766 3479 1.1 christos NAME 'aCSAllocableRSVPBandwidth' 3480 1.1 christos SYNTAX 'MSADlargeInteger' 3481 1.1 christos SINGLE-VALUE ) 3482 1.1 christos 3483 1.1 christos attributetype ( MSADat4:61 3484 1.1 christos NAME 'lockOutObservationWindow' 3485 1.1 christos SYNTAX 'MSADlargeInteger' 3486 1.1 christos SINGLE-VALUE ) 3487 1.1 christos 3488 1.1 christos attributetype ( MSADat4:857 3489 1.1 christos NAME 'netbootIntelliMirrorOSes' 3490 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3491 1.1 christos 3492 1.1 christos attributetype ( MSADat4:1320 3493 1.1 christos NAME 'aCSNonReservedMaxSDUSize' 3494 1.1 christos SYNTAX 'MSADlargeInteger' 3495 1.1 christos SINGLE-VALUE ) 3496 1.1 christos 3497 1.1 christos attributetype ( MSADat4:265 3498 1.1 christos NAME 'notes' 3499 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3500 1.1 christos SINGLE-VALUE ) 3501 1.1 christos 3502 1.1 christos # NO-USER-MODIFICATION 3503 1.1 christos attributetype ( MSADat4:673 3504 1.1 christos NAME 'retiredReplDSASignatures' 3505 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3506 1.1 christos SINGLE-VALUE ) 3507 1.1 christos 3508 1.1 christos attributetype ( MSADat4:1313 3509 1.1 christos NAME 'aCSMaxTokenBucketPerFlow' 3510 1.1 christos SYNTAX 'MSADlargeInteger' 3511 1.1 christos SINGLE-VALUE ) 3512 1.1 christos 3513 1.1 christos attributetype ( MSADat2:324 3514 1.1 christos NAME 'addressEntryDisplayTable' 3515 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3516 1.1 christos SINGLE-VALUE ) 3517 1.1 christos 3518 1.1 christos attributetype ( MSADat4:1317 3519 1.1 christos NAME 'aCSMinimumDelayVariation' 3520 1.1 christos SYNTAX 'MSADlargeInteger' 3521 1.1 christos SINGLE-VALUE ) 3522 1.1 christos 3523 1.1 christos attributetype ( MSADat4:872 3524 1.1 christos NAME 'fRSControlInboundBacklog' 3525 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3526 1.1 christos SINGLE-VALUE ) 3527 1.1 christos 3528 1.1 christos attributetype ( MSADat4:38 3529 1.1 christos NAME 'flags' 3530 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3531 1.1 christos SINGLE-VALUE ) 3532 1.1 christos 3533 1.1 christos attributetype ( MSADat4:1399 3534 1.1 christos NAME 'mS-SQL-LastDiagnosticDate' 3535 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3536 1.1 christos SINGLE-VALUE ) 3537 1.1 christos 3538 1.1 christos attributetype ( MSADat4:1348 3539 1.1 christos NAME 'gPCMachineExtensionNames' 3540 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3541 1.1 christos SINGLE-VALUE ) 3542 1.1 christos 3543 1.1 christos attributetype ( MSADat4:1411 3544 1.1 christos NAME 'ms-DS-MachineAccountQuota' 3545 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3546 1.1 christos SINGLE-VALUE ) 3547 1.1 christos 3548 1.1 christos attributetype ( MSADat2:325 3549 1.1 christos NAME 'perMsgDialogDisplayTable' 3550 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3551 1.1 christos SINGLE-VALUE ) 3552 1.1 christos 3553 1.1 christos attributetype ( MSADat4:57 3554 1.1 christos NAME 'defaultLocalPolicyObject' 3555 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 3556 1.1 christos SINGLE-VALUE ) 3557 1.1 christos 3558 1.1 christos attributetype ( MSADat4:1189 3559 1.1 christos NAME 'msRASSavedCallbackNumber' 3560 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' 3561 1.1 christos SINGLE-VALUE ) 3562 1.1 christos 3563 1.1 christos attributetype ( MSADat4:685 3564 1.1 christos NAME 'parentCACertificateChain' 3565 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3566 1.1 christos SINGLE-VALUE ) 3567 1.1 christos 3568 1.1 christos attributetype ( MSADat4:893 3569 1.1 christos NAME 'gPCFunctionalityVersion' 3570 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3571 1.1 christos SINGLE-VALUE ) 3572 1.1 christos 3573 1.1 christos attributetype ( MSADat4:879 3574 1.1 christos NAME 'fRSServiceCommandStatus' 3575 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3576 1.1 christos SINGLE-VALUE ) 3577 1.1 christos 3578 1.1 christos attributetype ( MSADat4:1319 3579 1.1 christos NAME 'aCSNonReservedTokenSize' 3580 1.1 christos SYNTAX 'MSADlargeInteger' 3581 1.1 christos SINGLE-VALUE ) 3582 1.1 christos 3583 1.1 christos attributetype ( MSADat4:775 3584 1.1 christos NAME 'aCSMaxSizeOfRSVPLogFile' 3585 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3586 1.1 christos SINGLE-VALUE ) 3587 1.1 christos 3588 1.1 christos attributetype ( MSADat2:135 3589 1.1 christos NAME 'cost' 3590 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3591 1.1 christos SINGLE-VALUE ) 3592 1.1 christos 3593 1.1 christos attributetype ( MSADat4:81 3594 1.1 christos NAME 'modifiedCountAtLastProm' 3595 1.1 christos SYNTAX 'MSADlargeInteger' 3596 1.1 christos SINGLE-VALUE ) 3597 1.1 christos 3598 1.1 christos attributetype ( MSADat4:773 3599 1.1 christos NAME 'aCSRSVPLogFilesLocation' 3600 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3601 1.1 christos SINGLE-VALUE ) 3602 1.1 christos 3603 1.1 christos #attributetype ( MSADat2:81 3604 1.1 christos # NAME 'info' 3605 1.1 christos # SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3606 1.1 christos # SINGLE-VALUE ) 3607 1.1 christos 3608 1.1 christos attributetype ( MSADat4:125 3609 1.1 christos NAME 'supplementalCredentials' 3610 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 3611 1.1 christos 3612 1.1 christos attributetype ( MSADat4:819 3613 1.1 christos NAME 'bridgeheadTransportList' 3614 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 3615 1.1 christos 3616 1.1 christos attributetype ( MSADat4:967 3617 1.1 christos NAME 'mSMQSignCertificatesMig' 3618 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3619 1.1 christos SINGLE-VALUE ) 3620 1.1 christos 3621 1.1 christos ## NO-USER-MODIFICATION 3622 1.1 christos #attributetype ( MSADat4:1 3623 1.1 christos # NAME 'name' 3624 1.1 christos # SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3625 1.1 christos # SINGLE-VALUE ) 3626 1.1 christos 3627 1.1 christos attributetype ( MSADat4:1153 3628 1.1 christos NAME 'msRADIUSFramedIPAddress' 3629 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3630 1.1 christos SINGLE-VALUE ) 3631 1.1 christos 3632 1.1 christos attributetype ( MSADat4:1408 3633 1.1 christos NAME 'mS-DS-ReplicatesNCReason' 3634 1.1 christos SYNTAX 'MSADdnWithOctetString' ) 3635 1.1 christos 3636 1.1 christos attributetype ( MSADat4:899 3637 1.1 christos NAME 'aCSEnableRSVPAccounting' 3638 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 3639 1.1 christos SINGLE-VALUE ) 3640 1.1 christos 3641 1.1 christos #attributetype ( MSADat4:881 3642 1.1 christos # NAME 'fRSTimeLastConfigChange' 3643 1.1 christos # SYNTAX '1.3.6.1.4.1.1466.115.121.1.53' 3644 1.1 christos # SINGLE-VALUE ) 3645 1.1 christos 3646 1.1 christos attributetype ( MSADat4:281 3647 1.1 christos NAME 'printStaplingSupported' 3648 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 3649 1.1 christos SINGLE-VALUE ) 3650 1.1 christos 3651 1.1 christos attributetype ( MSADat4:1247 3652 1.1 christos NAME 'interSiteTopologyRenew' 3653 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3654 1.1 christos SINGLE-VALUE ) 3655 1.1 christos 3656 1.1 christos attributetype ( MSADat4:364 3657 1.1 christos NAME 'operatingSystemVersion' 3658 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3659 1.1 christos SINGLE-VALUE ) 3660 1.1 christos 3661 1.1 christos attributetype ( MSADat4:91 3662 1.1 christos NAME 'otherLoginWorkstations' 3663 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3664 1.1 christos 3665 1.1 christos attributetype ( MSADat4:849 3666 1.1 christos NAME 'netbootAllowNewClients' 3667 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 3668 1.1 christos SINGLE-VALUE ) 3669 1.1 christos 3670 1.1 christos attributetype ( MSADat4:1372 3671 1.1 christos NAME 'mS-SQL-UnicodeSortOrder' 3672 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3673 1.1 christos SINGLE-VALUE ) 3674 1.1 christos 3675 1.1 christos attributetype ( MSADat4:749 3676 1.1 christos NAME 'url' 3677 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3678 1.1 christos 3679 1.1 christos attributetype ( MSADat4:206 3680 1.1 christos NAME 'pKT' 3681 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3682 1.1 christos SINGLE-VALUE ) 3683 1.1 christos 3684 1.1 christos attributetype ( MSADat4:199 3685 1.1 christos NAME 'serviceInstanceVersion' 3686 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3687 1.1 christos SINGLE-VALUE ) 3688 1.1 christos 3689 1.1 christos attributetype ( MSADat2:169 3690 1.1 christos NAME 'showInAdvancedViewOnly' 3691 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 3692 1.1 christos SINGLE-VALUE ) 3693 1.1 christos 3694 1.1 christos attributetype ( MSADat4:758 3695 1.1 christos NAME 'aCSMaxTokenRatePerFlow' 3696 1.1 christos SYNTAX 'MSADlargeInteger' 3697 1.1 christos SINGLE-VALUE ) 3698 1.1 christos 3699 1.1 christos attributetype ( MSADat4:868 3700 1.1 christos NAME 'isCriticalSystemObject' 3701 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 3702 1.1 christos SINGLE-VALUE ) 3703 1.1 christos 3704 1.1 christos attributetype ( MSADat4:576 3705 1.1 christos NAME 'meetingMaxParticipants' 3706 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3707 1.1 christos SINGLE-VALUE ) 3708 1.1 christos 3709 1.1 christos attributetype ( MSADat4:1208 3710 1.1 christos NAME 'aNR' 3711 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3712 1.1 christos SINGLE-VALUE ) 3713 1.1 christos 3714 1.1 christos attributetype ( MSADat4:153 3715 1.1 christos NAME 'rid' 3716 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3717 1.1 christos SINGLE-VALUE ) 3718 1.1 christos 3719 1.1 christos attributetype ( MSADat2:523 3720 1.1 christos NAME 'proxyGenerationEnabled' 3721 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 3722 1.1 christos SINGLE-VALUE ) 3723 1.1 christos 3724 1.1 christos attributetype ( MSADat4:871 3725 1.1 christos NAME 'fRSControlDataCreation' 3726 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3727 1.1 christos SINGLE-VALUE ) 3728 1.1 christos 3729 1.1 christos attributetype ( MSADat4:692 3730 1.1 christos NAME 'previousCACertificates' 3731 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3732 1.1 christos SINGLE-VALUE ) 3733 1.1 christos 3734 1.1 christos attributetype ( MSADat4:24 3735 1.1 christos NAME 'contentIndexingAllowed' 3736 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 3737 1.1 christos SINGLE-VALUE ) 3738 1.1 christos 3739 1.1 christos attributetype ( MSADat4:633 3740 1.1 christos NAME 'policyReplicationFlags' 3741 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3742 1.1 christos SINGLE-VALUE ) 3743 1.1 christos 3744 1.1 christos # NO-USER-MODIFICATION 3745 1.1 christos attributetype ( MSADat4:870 3746 1.1 christos NAME 'frsComputerReferenceBL' 3747 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 3748 1.1 christos 3749 1.1 christos attributetype ( MSADat4:1318 3750 1.1 christos NAME 'aCSNonReservedPeakRate' 3751 1.1 christos SYNTAX 'MSADlargeInteger' 3752 1.1 christos SINGLE-VALUE ) 3753 1.1 christos 3754 1.1 christos attributetype ( MSADat4:901 3755 1.1 christos NAME 'aCSMaxNoOfAccountFiles' 3756 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3757 1.1 christos SINGLE-VALUE ) 3758 1.1 christos 3759 1.1 christos attributetype ( MSADat4:514 3760 1.1 christos NAME 'physicalLocationObject' 3761 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 3762 1.1 christos SINGLE-VALUE ) 3763 1.1 christos 3764 1.1 christos attributetype ( MSADat4:928 3765 1.1 christos NAME 'mSMQOutRoutingServers' 3766 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 3767 1.1 christos 3768 1.1 christos # NO-USER-MODIFICATION 3769 1.1 christos attributetype ( MSADat4:820 3770 1.1 christos NAME 'bridgeheadServerListBL' 3771 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 3772 1.1 christos 3773 1.1 christos attributetype ( MSADat4:1145 3774 1.1 christos NAME 'msRADIUSCallbackNumber' 3775 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' 3776 1.1 christos SINGLE-VALUE ) 3777 1.1 christos 3778 1.1 christos attributetype ( MSADat4:361 3779 1.1 christos NAME 'netbootMachineFilePath' 3780 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3781 1.1 christos SINGLE-VALUE ) 3782 1.1 christos 3783 1.1 christos attributetype ( MSADat4:963 3784 1.1 christos NAME 'mSMQQueueJournalQuota' 3785 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3786 1.1 christos SINGLE-VALUE ) 3787 1.1 christos 3788 1.1 christos attributetype ( MSADat4:853 3789 1.1 christos NAME 'netbootAnswerRequests' 3790 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 3791 1.1 christos SINGLE-VALUE ) 3792 1.1 christos 3793 1.1 christos attributetype ( MSADat4:415 3794 1.1 christos NAME 'operatingSystemHotfix' 3795 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3796 1.1 christos SINGLE-VALUE ) 3797 1.1 christos 3798 1.1 christos attributetype ( MSADat4:149 3799 1.1 christos NAME 'attributeSecurityGUID' 3800 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3801 1.1 christos SINGLE-VALUE ) 3802 1.1 christos 3803 1.1 christos attributetype ( MSADat4:711 3804 1.1 christos NAME 'superScopeDescription' 3805 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3806 1.1 christos 3807 1.1 christos attributetype ( MSADat4:1359 3808 1.1 christos NAME 'otherWellKnownObjects' 3809 1.1 christos SYNTAX 'MSADdnWithOctetString' ) 3810 1.1 christos 3811 1.1 christos attributetype ( MSADat4:780 3812 1.1 christos NAME 'aCSNonReservedTxLimit' 3813 1.1 christos SYNTAX 'MSADlargeInteger' 3814 1.1 christos SINGLE-VALUE ) 3815 1.1 christos 3816 1.1 christos attributetype ( MSADat4:11 3817 1.1 christos NAME 'authenticationOptions' 3818 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3819 1.1 christos SINGLE-VALUE ) 3820 1.1 christos 3821 1.1 christos attributetype ( MSADat4:867 3822 1.1 christos NAME 'altSecurityIdentities' 3823 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3824 1.1 christos 3825 1.1 christos attributetype ( MSADat4:1349 3826 1.1 christos NAME 'gPCUserExtensionNames' 3827 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3828 1.1 christos SINGLE-VALUE ) 3829 1.1 christos 3830 1.1 christos attributetype ( MSADat4:358 3831 1.1 christos NAME 'netbootInitialization' 3832 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3833 1.1 christos SINGLE-VALUE ) 3834 1.1 christos 3835 1.1 christos attributetype ( MSADat4:1364 3836 1.1 christos NAME 'mS-SQL-RegisteredOwner' 3837 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3838 1.1 christos SINGLE-VALUE ) 3839 1.1 christos 3840 1.1 christos attributetype ( MSADat4:761 3841 1.1 christos NAME 'aCSMaxDurationPerFlow' 3842 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3843 1.1 christos SINGLE-VALUE ) 3844 1.1 christos 3845 1.1 christos attributetype ( MSADat4:1330 3846 1.1 christos NAME 'pKICriticalExtensions' 3847 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3848 1.1 christos 3849 1.1 christos attributetype ( MSADat4:748 3850 1.1 christos NAME 'attributeDisplayNames' 3851 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3852 1.1 christos 3853 1.1 christos attributetype ( MSADat4:1404 3854 1.1 christos NAME 'mS-SQL-AllowImmediateUpdatingSubscription' 3855 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 3856 1.1 christos SINGLE-VALUE ) 3857 1.1 christos 3858 1.1 christos attributetype ( MSADat4:1191 3859 1.1 christos NAME 'msRASSavedFramedRoute' 3860 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' ) 3861 1.1 christos 3862 1.1 christos attributetype ( MSADat4:752 3863 1.1 christos NAME 'userSharedFolderOther' 3864 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3865 1.1 christos 3866 1.1 christos #attributetype ( MSADat2:131 3867 1.1 christos # NAME 'co' 3868 1.1 christos # SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3869 1.1 christos # SINGLE-VALUE ) 3870 1.1 christos 3871 1.1 christos # NO-USER-MODIFICATION 3872 1.1 christos attributetype ( MSADat4:909 3873 1.1 christos NAME 'extendedAttributeInfo' 3874 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3875 1.1 christos 3876 1.1 christos attributetype ( MSADat4:1241 3877 1.1 christos NAME 'netbootMirrorDataFile' 3878 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3879 1.1 christos 3880 1.1 christos attributetype ( MSADat4:1315 3881 1.1 christos NAME 'aCSMinimumPolicedSize' 3882 1.1 christos SYNTAX 'MSADlargeInteger' 3883 1.1 christos SINGLE-VALUE ) 3884 1.1 christos 3885 1.1 christos attributetype ( MSADat4:1353 3886 1.1 christos NAME 'localizationDisplayId' 3887 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 3888 1.1 christos SINGLE-VALUE ) 3889 1.1 christos 3890 1.1 christos attributetype ( MSADat4:582 3891 1.1 christos NAME 'meetingAdvertiseScope' 3892 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3893 1.1 christos SINGLE-VALUE ) 3894 1.1 christos 3895 1.1 christos attributetype ( MSADat4:1343 3896 1.1 christos NAME 'dSUIAdminNotification' 3897 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 3898 1.1 christos 3899 1.1 christos attributetype ( MSADat4:1381 3900 1.1 christos NAME 'mS-SQL-LastUpdatedDate' 3901 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3902 1.1 christos SINGLE-VALUE ) 3903 1.1 christos 3904 1.1 christos # NO-USER-MODIFICATION 3905 1.1 christos attributetype ( MSADat4:1357 3906 1.1 christos NAME 'dSCorePropagationData' 3907 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.24' ) 3908 1.1 christos 3909 1.1 christos attributetype ( MSADat4:320 3910 1.1 christos NAME 'implementedCategories' 3911 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 3912 1.1 christos 3913 1.1 christos attributetype ( MSADat4:783 3914 1.1 christos NAME 'defaultObjectCategory' 3915 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 3916 1.1 christos SINGLE-VALUE ) 3917 1.1 christos 3918 1.1 christos attributetype ( MSADat4:422 3919 1.1 christos NAME 'domainPolicyReference' 3920 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 3921 1.1 christos SINGLE-VALUE ) 3922 1.1 christos 3923 1.1 christos attributetype ( MSADat4:929 3924 1.1 christos NAME 'mSMQInRoutingServers' 3925 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 3926 1.1 christos 3927 1.1 christos attributetype ( MSADat4:1311 3928 1.1 christos NAME 'printDuplexSupported' 3929 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 3930 1.1 christos SINGLE-VALUE ) 3931 1.1 christos 3932 1.1 christos attributetype ( MSADat4:693 3933 1.1 christos NAME 'pendingCACertificates' 3934 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3935 1.1 christos SINGLE-VALUE ) 3936 1.1 christos 3937 1.1 christos attributetype ( MSADat2:281 3938 1.1 christos NAME 'nTSecurityDescriptor' 3939 1.1 christos SYNTAX 'MSADsecDesc' 3940 1.1 christos SINGLE-VALUE ) 3941 1.1 christos 3942 1.1 christos # NO-USER-MODIFICATION 3943 1.1 christos attributetype ( MSADat4:198 3944 1.1 christos NAME 'systemAuxiliaryClass' 3945 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' ) 3946 1.1 christos 3947 1.1 christos attributetype ( MSADat4:898 3948 1.1 christos NAME 'aCSNonReservedTxSize' 3949 1.1 christos SYNTAX 'MSADlargeInteger' 3950 1.1 christos SINGLE-VALUE ) 3951 1.1 christos 3952 1.1 christos attributetype ( MSADat4:1382 3953 1.1 christos NAME 'mS-SQL-InformationURL' 3954 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3955 1.1 christos SINGLE-VALUE ) 3956 1.1 christos 3957 1.1 christos # NO-USER-MODIFICATION 3958 1.1 christos attributetype ( MSADat4:3 3959 1.1 christos NAME 'replPropertyMetaData' 3960 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3961 1.1 christos SINGLE-VALUE ) 3962 1.1 christos 3963 1.1 christos attributetype ( MSADat4:1384 3964 1.1 christos NAME 'mS-SQL-PublicationURL' 3965 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3966 1.1 christos SINGLE-VALUE ) 3967 1.1 christos 3968 1.1 christos attributetype ( MSADat4:275 3969 1.1 christos NAME 'printKeepPrintedJobs' 3970 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 3971 1.1 christos SINGLE-VALUE ) 3972 1.1 christos 3973 1.1 christos # NO-USER-MODIFICATION 3974 1.1 christos attributetype ( MSADat2:267 3975 1.1 christos NAME 'uSNDSALastObjRemoved' 3976 1.1 christos SYNTAX 'MSADlargeInteger' 3977 1.1 christos SINGLE-VALUE ) 3978 1.1 christos 3979 1.1 christos attributetype ( MSADat4:381 3980 1.1 christos NAME 'dnsNotifySecondaries' 3981 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' ) 3982 1.1 christos 3983 1.1 christos attributetype ( MSADat4:1360 3984 1.1 christos NAME 'mS-DS-ConsistencyGuid' 3985 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 3986 1.1 christos SINGLE-VALUE ) 3987 1.1 christos 3988 1.1 christos attributetype ( MSADat4:869 3989 1.1 christos NAME 'frsComputerReference' 3990 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 3991 1.1 christos SINGLE-VALUE ) 3992 1.1 christos 3993 1.1 christos attributetype ( MSADat4:1369 3994 1.1 christos NAME 'mS-SQL-ServiceAccount' 3995 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 3996 1.1 christos SINGLE-VALUE ) 3997 1.1 christos 3998 1.1 christos attributetype ( MSADat4:1124 3999 1.1 christos NAME 'msNPCallingStationID' 4000 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' ) 4001 1.1 christos 4002 1.1 christos attributetype ( MSADat4:947 4003 1.1 christos NAME 'mSMQSignCertificates' 4004 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 4005 1.1 christos SINGLE-VALUE ) 4006 1.1 christos 4007 1.1 christos attributetype ( MSADat4:624 4008 1.1 christos NAME 'ipsecOwnersReference' 4009 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 4010 1.1 christos 4011 1.1 christos attributetype ( MSADat4:14 4012 1.1 christos NAME 'builtinModifiedCount' 4013 1.1 christos SYNTAX 'MSADlargeInteger' 4014 1.1 christos SINGLE-VALUE ) 4015 1.1 christos 4016 1.1 christos attributetype ( MSADat4:634 4017 1.1 christos NAME 'privilegeDisplayName' 4018 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 4019 1.1 christos SINGLE-VALUE ) 4020 1.1 christos 4021 1.1 christos attributetype ( MSADat4:380 4022 1.1 christos NAME 'dnsSecureSecondaries' 4023 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' ) 4024 1.1 christos 4025 1.1 christos attributetype ( MSADat4:817 4026 1.1 christos NAME 'localizedDescription' 4027 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 4028 1.1 christos 4029 1.1 christos # NO-USER-MODIFICATION 4030 1.1 christos attributetype ( MSADat4:195 4031 1.1 christos NAME 'systemPossSuperiors' 4032 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.38' ) 4033 1.1 christos 4034 1.1 christos attributetype ( MSADat2:353 4035 1.1 christos NAME 'displayNamePrintable' 4036 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.44' 4037 1.1 christos SINGLE-VALUE ) 4038 1.1 christos 4039 1.1 christos attributetype ( MSADat4:771 4040 1.1 christos NAME 'servicePrincipalName' 4041 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 4042 1.1 christos 4043 1.1 christos attributetype ( MSADat4:866 4044 1.1 christos NAME 'pekKeyChangeInterval' 4045 1.1 christos SYNTAX 'MSADlargeInteger' 4046 1.1 christos SINGLE-VALUE ) 4047 1.1 christos 4048 1.1 christos attributetype ( MSADat2:445 4049 1.1 christos NAME 'originalDisplayTable' 4050 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 4051 1.1 christos SINGLE-VALUE ) 4052 1.1 christos 4053 1.1 christos attributetype ( MSADat4:1398 4054 1.1 christos NAME 'mS-SQL-LastBackupDate' 4055 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 4056 1.1 christos SINGLE-VALUE ) 4057 1.1 christos 4058 1.1 christos attributetype ( MSADat4:517 4059 1.1 christos NAME 'ipsecPolicyReference' 4060 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 4061 1.1 christos SINGLE-VALUE ) 4062 1.1 christos 4063 1.1 christos attributetype ( MSADat4:823 4064 1.1 christos NAME 'certificateTemplates' 4065 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 4066 1.1 christos 4067 1.1 christos # NO-USER-MODIFICATION 4068 1.1 christos attributetype ( MSADat2:15 4069 1.1 christos NAME 'hasPartialReplicaNCs' 4070 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 4071 1.1 christos 4072 1.1 christos attributetype ( MSADat4:457 4073 1.1 christos NAME 'localPolicyReference' 4074 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 4075 1.1 christos SINGLE-VALUE ) 4076 1.1 christos 4077 1.1 christos # NO-USER-MODIFICATION 4078 1.1 christos attributetype ( MSADat2:380 4079 1.1 christos NAME 'extendedCharsAllowed' 4080 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 4081 1.1 christos SINGLE-VALUE ) 4082 1.1 christos 4083 1.1 christos attributetype ( MSADat4:629 4084 1.1 christos NAME 'ipsecFilterReference' 4085 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 4086 1.1 christos 4087 1.1 christos attributetype ( MSADat4:626 4088 1.1 christos NAME 'ipsecISAKMPReference' 4089 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' 4090 1.1 christos SINGLE-VALUE ) 4091 1.1 christos 4092 1.1 christos # NO-USER-MODIFICATION 4093 1.1 christos attributetype ( MSADat4:876 4094 1.1 christos NAME 'fRSMemberReferenceBL' 4095 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 4096 1.1 christos 4097 1.1 christos attributetype ( MSADat4:314 4098 1.1 christos NAME 'rpcNsTransferSyntax' 4099 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 4100 1.1 christos SINGLE-VALUE ) 4101 1.1 christos 4102 1.1 christos attributetype ( MSADat4:1227 4103 1.1 christos NAME 'mSMQRoutingServices' 4104 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 4105 1.1 christos SINGLE-VALUE ) 4106 1.1 christos 4107 1.1 christos attributetype ( MSADat4:1375 4108 1.1 christos NAME 'mS-SQL-MultiProtocol' 4109 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 4110 1.1 christos SINGLE-VALUE ) 4111 1.1 christos 4112 1.1 christos attributetype ( MSADat4:825 4113 1.1 christos NAME 'enrollmentProviders' 4114 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 4115 1.1 christos SINGLE-VALUE ) 4116 1.1 christos 4117 1.1 christos attributetype ( MSADat4:287 4118 1.1 christos NAME 'printNetworkAddress' 4119 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 4120 1.1 christos SINGLE-VALUE ) 4121 1.1 christos 4122 1.1 christos attributetype ( MSADat4:1171 4123 1.1 christos NAME 'msRADIUSServiceType' 4124 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 4125 1.1 christos SINGLE-VALUE ) 4126 1.1 christos 4127 1.1 christos attributetype ( MSADat4:631 4128 1.1 christos NAME 'printPagesPerMinute' 4129 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 4130 1.1 christos SINGLE-VALUE ) 4131 1.1 christos 4132 1.1 christos attributetype ( MSADat4:299 4133 1.1 christos NAME 'printMediaSupported' 4134 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) 4135 1.1 christos 4136 1.1 christos attributetype ( MSADat4:824 4137 1.1 christos NAME 'signatureAlgorithms' 4138 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 4139 1.1 christos SINGLE-VALUE ) 4140 1.1 christos 4141 1.1 christos attributetype ( MSADat4:877 4142 1.1 christos NAME 'fRSPartnerAuthLevel' 4143 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 4144 1.1 christos SINGLE-VALUE ) 4145 1.1 christos 4146 1.1 christos attributetype ( MSADat4:636 4147 1.1 christos NAME 'privilegeAttributes' 4148 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' 4149 1.1 christos SINGLE-VALUE ) 4150 1.1 christos 4151 1.1 christos # NO-USER-MODIFICATION 4152 1.1 christos attributetype ( MSADat4:640 4153 1.1 christos NAME 'partialAttributeSet' 4154 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 4155 1.1 christos SINGLE-VALUE ) 4156 1.1 christos 4157 1.1 christos attributetype ( MSADat4:850 4158 1.1 christos NAME 'netbootLimitClients' 4159 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 4160 1.1 christos SINGLE-VALUE ) 4161 1.1 christos 4162 1.1 christos attributetype ( MSADat4:1383 4163 1.1 christos NAME 'mS-SQL-ConnectionURL' 4164 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 4165 1.1 christos SINGLE-VALUE ) 4166 1.1 christos 4167 1.1 christos attributetype ( MSADat4:1406 4168 1.1 christos NAME 'mS-SQL-AllowSnapshotFilesFTPDownloading' 4169 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.7' 4170 1.1 christos SINGLE-VALUE ) 4171 1.1 christos 4172 1.1 christos attributetype ( MSADat4:1331 4173 1.1 christos NAME 'pKIExpirationPeriod' 4174 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' 4175 1.1 christos SINGLE-VALUE ) 4176 1.1 christos 4177 1.1 christos # NO-USER-MODIFICATION 4178 1.1 christos attributetype ( MSADat4:531 4179 1.1 christos NAME 'nonSecurityMemberBL' 4180 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' ) 4181 1.1 christos 4182 1.1 christos attributetype ( MSADat4:540 4183 1.1 christos NAME 'initialAuthOutgoing' 4184 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' 4185 1.1 christos SINGLE-VALUE ) 4186 1.1 christos 4187 1.1 christos attributetype ( MSADat4:1158 4188 1.1 christos NAME 'msRADIUSFramedRoute' 4189 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' ) 4190 1.1 christos 4191 1.1 christos attributetype ( MSADat4:200 4192 1.1 christos NAME 'controlAccessRights' 4193 1.1 christos SYNTAX '1.3.6.1.4.1.1466.115.121.1.40' ) 4194 1.1 christos 4195 1.1 christos objectclass ( MSADoc5:0 NAME 'mstop' SUP top ABSTRACT 4196 1.1 christos MUST (objectClass $ instanceType 4197 1.1 christos $ nTSecurityDescriptor $ objectCategory ) MAY (cn $ description $ distinguishedName 4198 1.1 christos $ whenCreated $ whenChanged $ subRefs $ displayName $ uSNCreated $ isDeleted 4199 1.1 christos $ dSASignature $ objectVersion $ repsTo $ repsFrom $ memberOf $ ownerBL 4200 1.1 christos $ uSNChanged $ uSNLastObjRem $ showInAdvancedViewOnly $ adminDisplayName 4201 1.1 christos $ proxyAddresses $ adminDescription $ extensionName $ uSNDSALastObjRemoved 4202 1.1 christos $ displayNamePrintable $ directReports $ wWWHomePage $ USNIntersite $ name 4203 1.1 christos $ objectGUID $ replPropertyMetaData $ replUpToDateVector $ flags $ revision 4204 1.1 christos $ wbemPath $ fSMORoleOwner $ systemFlags $ siteObjectBL $ serverReferenceBL 4205 1.1 christos $ nonSecurityMemberBL $ queryPolicyBL $ wellKnownObjects $ isPrivilegeHolder 4206 1.1 christos $ partialAttributeSet $ managedObjects $ partialAttributeDeletionList $ url 4207 1.1 christos $ lastKnownParent $ bridgeheadServerListBL $ netbootSCPBL $ isCriticalSystemObject 4208 1.1 christos $ frsComputerReferenceBL $ fRSMemberReferenceBL $ uSNSource $ fromEntry 4209 1.1 christos $ allowedChildClasses $ allowedChildClassesEffective $ allowedAttributes 4210 1.1 christos $ allowedAttributesEffective $ possibleInferiors $ canonicalName $ proxiedObjectName 4211 1.1 christos $ sDRightsEffective $ dSCorePropagationData $ otherWellKnownObjects 4212 1.1 christos $ mS-DS-ConsistencyGuid $ mS-DS-ConsistencyChildCount $ masteredBy 4213 1.1 christos $ msCOM-PartitionSetLink $ msCOM-UserLink $ msDS-Approx-Immed-Subordinates 4214 1.1 christos $ msDS-NCReplCursors $ msDS-NCReplInboundNeighbors $ msDS-NCReplOutboundNeighbors 4215 1.1 christos $ msDS-ReplAttributeMetaData $ msDS-ReplValueMetaData $ msDS-NonMembersBL 4216 1.1 christos $ msDS-MembersForAzRoleBL $ msDS-OperationsForAzTaskBL $ msDS-TasksForAzTaskBL 4217 1.1 christos $ msDS-OperationsForAzRoleBL $ msDS-TasksForAzRoleBL $ msDs-masteredBy 4218 1.1 christos $ msDS-ObjectReferenceBL $ msDS-PrincipalName $ msDS-RevealedDSAs $ msDS-KrbTgtLinkBl 4219 1.1 christos $ msDS-IsFullReplicaFor $ msDS-IsDomainFor $ msDS-IsPartialReplicaFor 4220 1.1 christos $ msDS-AuthenticatedToAccountlist $ msDS-NC-RO-Replica-Locations-BL $ msDS-RevealedListBL 4221 1.1 christos $ msDS-PSOApplied $ msDS-NcType $ msDS-OIDToGroupLinkBl $ msDS-HostServiceAccountBL 4222 1.1 christos $ isRecycled $ msDS-LocalEffectiveDeletionTime $ msDS-LocalEffectiveRecycleTime 4223 1.1 christos $ msDS-LastKnownRDN $ msDS-EnabledFeatureBL $ msDS-ClaimSharesPossibleValuesWithBL 4224 1.1 christos $ msDS-MembersOfResourcePropertyListBL $ msDS-IsPrimaryComputerFor 4225 1.1 christos $ msDS-ValueTypeReferenceBL $ msDS-TDOIngressBL $ msDS-TDOEgressBL $ msDS-parentdistname 4226 1.1 christos $ msDS-ReplValueMetaDataExt $ msds-memberOfTransitive $ msds-memberTransitive 4227 1.1 christos $ msSFU30PosixMemberOf $ msDFSR-MemberReferenceBL $ msDFSR-ComputerReferenceBL ) ) 4228 1.1 christos objectclass ( MSADoc5:8 NAME 'group' SUP mstop STRUCTURAL 4229 1.1 christos MUST (groupType ) MAY (member $ nTGroupMembers $ operatorCount $ adminCount 4230 1.1 christos $ groupAttributes $ groupMembershipSAM $ controlAccessRights $ desktopProfile 4231 1.1 christos $ nonSecurityMember $ managedBy $ primaryGroupToken $ msDS-AzLDAPQuery 4232 1.1 christos $ msDS-NonMembers $ msDS-AzBizRule $ msDS-AzBizRuleLanguage $ msDS-AzLastImportedBizRulePath 4233 1.1 christos $ msDS-AzApplicationData $ msDS-AzObjectGuid $ msDS-AzGenericData 4234 1.1 christos $ msDS-PrimaryComputer $ mail $ msSFU30Name $ msSFU30NisDomain $ msSFU30PosixMember ) ) 4235 1.1 christos objectclass ( MSADoc5:9 NAME 'user' 4236 1.1 christos SUP ( mstop $ organizationalPerson ) STRUCTURAL 4237 1.1 christos MAY (o $ businessCategory $ userCertificate $ givenName $ initials 4238 1.1 christos $ x500uniqueIdentifier $ displayName $ networkAddress $ employeeNumber 4239 1.1 christos $ employeeType $ homePostalAddress $ userAccountControl $ badPwdCount 4240 1.1 christos $ codePage $ homeDirectory $ homeDrive $ badPasswordTime $ lastLogoff 4241 1.1 christos $ lastLogon $ dBCSPwd $ localeID $ scriptPath $ logonHours $ logonWorkstation 4242 1.1 christos $ maxStorage $ userWorkstations $ unicodePwd $ otherLoginWorkstations 4243 1.1 christos $ ntPwdHistory $ pwdLastSet $ preferredOU $ primaryGroupID $ userParameters 4244 1.1 christos $ profilePath $ operatorCount $ adminCount $ accountExpires $ lmPwdHistory 4245 1.1 christos $ groupMembershipSAM $ logonCount $ controlAccessRights $ defaultClassStore 4246 1.1 christos $ groupsToIgnore $ groupPriority $ desktopProfile $ dynamicLDAPServer 4247 1.1 christos $ userPrincipalName $ lockoutTime $ userSharedFolder $ userSharedFolderOther 4248 1.1 christos $ servicePrincipalName $ aCSPolicyName $ terminalServer $ mSMQSignCertificates 4249 1.1 christos $ mSMQDigests $ mSMQDigestsMig $ mSMQSignCertificatesMig $ msNPAllowDialin 4250 1.1 christos $ msNPCallingStationID $ msNPSavedCallingStationID $ msRADIUSCallbackNumber 4251 1.1 christos $ msRADIUSFramedIPAddress $ msRADIUSFramedRoute $ msRADIUSServiceType 4252 1.1 christos $ msRASSavedCallbackNumber $ msRASSavedFramedIPAddress 4253 1.1 christos $ msRASSavedFramedRoute $ mS-DS-CreatorSID $ msCOM-UserPartitionSetLink 4254 1.1 christos $ msDS-Cached-Membership $ msDS-Cached-Membership-Time-Stamp 4255 1.1 christos $ msDS-Site-Affinity $ msDS-User-Account-Control-Computed $ lastLogonTimestamp 4256 1.1 christos $ msIIS-FTPRoot $ msIIS-FTPDir $ msDRM-IdentityCertificate $ msDS-SourceObjectDN 4257 1.1 christos $ msPKIRoamingTimeStamp $ msPKIDPAPIMasterKeys $ msPKIAccountCredentials 4258 1.1 christos $ msRADIUS-FramedInterfaceId $ msRADIUS-SavedFramedInterfaceId $ msRADIUS-FramedIpv6Prefix 4259 1.1 christos $ msRADIUS-SavedFramedIpv6Prefix $ msRADIUS-FramedIpv6Route $ msRADIUS-SavedFramedIpv6Route 4260 1.1 christos $ msDS-SecondaryKrbTgtNumber $ msDS-AuthenticatedAtDC $ msDS-SupportedEncryptionTypes 4261 1.1 christos $ msDS-LastSuccessfulInteractiveLogonTime $ msDS-LastFailedInteractiveLogonTime 4262 1.1 christos $ msDS-FailedInteractiveLogonCount $ msDS-FailedInteractiveLogonCountAtLastSuccessfulLogon 4263 1.1 christos $ msTSProfilePath $ msTSHomeDirectory $ msTSHomeDrive $ msTSAllowLogon 4264 1.1 christos $ msTSRemoteControl $ msTSMaxDisconnectionTime $ msTSMaxConnectionTime 4265 1.1 christos $ msTSMaxIdleTime $ msTSReconnectionAction $ msTSBrokenConnectionAction 4266 1.1 christos $ msTSConnectClientDrives $ msTSConnectPrinterDrives $ msTSDefaultToMainPrinter 4267 1.1 christos $ msTSWorkDirectory $ msTSInitialProgram $ msTSProperty01 $ msTSProperty02 4268 1.1 christos $ msTSExpireDate $ msTSLicenseVersion $ msTSManagingLS 4269 1.1 christos $ msDS-UserPasswordExpiryTimeComputed $ msTSExpireDate2 $ msTSLicenseVersion2 4270 1.1 christos $ msTSManagingLS2 $ msTSExpireDate3 $ msTSLicenseVersion3 $ msTSManagingLS3 4271 1.1 christos $ msTSExpireDate4 $ msTSLicenseVersion4 $ msTSManagingLS4 $ msTSLSProperty01 4272 1.1 christos $ msTSLSProperty02 $ msDS-ResultantPSO $ msPKI-CredentialRoamingTokens 4273 1.1 christos $ msTSPrimaryDesktop $ msTSSecondaryDesktops $ msDS-PrimaryComputer $ msDS-SyncServerUrl 4274 1.1 christos $ msDS-AssignedAuthNPolicySilo $ msDS-AuthNPolicySiloMembersBL 4275 1.1 christos $ msDS-AssignedAuthNPolicy $ userSMIMECertificate $ uid $ mail $ roomNumber 4276 1.1 christos $ photo $ manager $ homePhone $ secretary $ mobile $ pager $ audio $ jpegPhoto 4277 1.1 christos $ carLicense $ departmentNumber $ preferredLanguage $ userPKCS12 $ labeledURI 4278 1.1 christos $ msSFU30Name $ msSFU30NisDomain ) ) 4279 1.1 christos #objectclass ( MSADoc3:23 NAME 'container' SUP mstop STRUCTURAL 4280 1.1 christos # MUST (cn ) MAY (schemaVersion $ defaultClassStore $ msDS-ObjectReference ) ) 4281 1.1 christos objectclass ( 1.2.840.113556.1.3.30 NAME 'computer' SUP user STRUCTURAL 4282 1.1 christos MAY (cn $ networkAddress $ localPolicyFlags $ defaultLocalPolicyObject $ machineRole 4283 1.1 christos $ location $ netbootInitialization $ netbootGUID $ netbootMachineFilePath 4284 1.1 christos $ siteGUID $ operatingSystem $ operatingSystemVersion $ operatingSystemServicePack 4285 1.1 christos $ operatingSystemHotfix $ volumeCount $ physicalLocationObject $ dNSHostName 4286 1.1 christos $ policyReplicationFlags $ managedBy $ rIDSetReferences $ catalogs 4287 1.1 christos $ netbootSIFFile $ netbootMirrorDataFile $ msDS-AdditionalDnsHostName 4288 1.1 christos $ msDS-AdditionalSamAccountName $ msDS-ExecuteScriptPassword $ msDS-KrbTgtLink 4289 1.1 christos $ msDS-RevealedUsers $ msDS-NeverRevealGroup $ msDS-RevealOnDemandGroup 4290 1.1 christos $ msDS-RevealedList $ msDS-AuthenticatedAtDC $ msDS-isGC $ msDS-isRODC $ msDS-SiteName 4291 1.1 christos $ msDS-PromotionSettings $ msTPM-OwnerInformation $ msTSProperty01 $ msTSProperty02 4292 1.1 christos $ msDS-IsUserCachableAtRodc $ msDS-HostServiceAccount $ msTSEndpointData 4293 1.1 christos $ msTSEndpointType $ msTSEndpointPlugin $ msTSPrimaryDesktopBL $ msTSSecondaryDesktopBL 4294 1.1 christos $ msTPM-TpmInformationForComputer $ msDS-GenerationId $ msImaging-ThumbprintHash 4295 1.1 christos $ msImaging-HashAlgorithm $ netbootDUID $ msSFU30Name $ msSFU30Aliases $ msSFU30NisDomain $ nisMapName ) ) 4296