[Fedora-directory-devel] Samba4 onto Fedora DS

Andrew Bartlett abartlet at samba.org
Tue Aug 22 11:33:14 UTC 2006


Many moons ago (November last year), I raised the idea that Samba4 might
some day back onto Fedora DS.  In the past few months, things have moved
on, and I've done some work to back Samba4 onto OpenLDAP (which now
works for a simple demo).  Now I'm trying the same trick with Fedora DS.

Now, I've managed to start the Fedora Directory server, and use the web
(but not Java, for the J word is evil) interface.  I'm happy with (and
in fact prefer) command line management at this point.

However, I'm now trying to load a schema into Fedora DS.  I'm using the
same schema that I've used with OpenLDAP, run though the
od-schema-migrate.pl script.  (Actually, I can also create the file
directly, but they are the same, except for the dividing lines).

Anyway, this is the error I get with the attached schema:

[abartlet at piglett source]$ sudo /opt/fedora-ds/slapd-piglett/start-slapd
Password:
[22/Aug/2006:21:03:47 +1000] dse - The entry cn=schema in
file /opt/fedora-ds/slapd-piglett/config/schema/01samba4.ldif is
invalid, error code 20 (Type or value exists) - attribute type
streetAddress: Does not match the OID "1.2.840.113556.1.2.256". Another
attribute type is already using the name or OID.
[22/Aug/2006:21:03:47 +1000] dse - Please edit the file to correct the
reported problems and then restart the server.

I can find no other reference (in the schema ldif files) to
streetAddress, or that OID.

Is there a list of builtin OIDs that I need to avoid conflicts with?  (I
had this trouble with OpenLDAP).

Currently I'm adding the schema to the directory, but I expect I'll need
to remove much of the Fedora DS schema.  What is safe/unsafe to remove?
Aside from things like the org chart not working, what else is likely to
break?

Andrew Bartlett
-- 
Andrew Bartlett                                http://samba.org/~abartlet/
Authentication Developer, Samba Team           http://samba.org
Samba Developer, Red Hat Inc.                  http://redhat.com
-------------- next part --------------
dn: cn=schema
attributeTypes: (
  1.2.840.113556.1.4.772
  NAME 'aCSPolicyName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.159
  NAME 'accountExpires'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1307
  NAME 'accountNameHistory'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.2.256
  NAME 'streetAddress'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.617
  NAME 'homePostalAddress'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.614
  NAME 'adminContextMenu'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.150
  NAME 'adminCount'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.226
  NAME 'adminDescription'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.194
  NAME 'adminDisplayName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1690
  NAME 'adminMultiselectPropertyPages'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.562
  NAME 'adminPropertyPages'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.913
  NAME 'allowedAttributes'
  EQUALITY objectIdentifierMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  )
attributeTypes: (
  1.2.840.113556.1.4.914
  NAME 'allowedAttributesEffective'
  EQUALITY objectIdentifierMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  )
attributeTypes: (
  1.2.840.113556.1.4.911
  NAME 'allowedChildClasses'
  EQUALITY objectIdentifierMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  )
attributeTypes: (
  1.2.840.113556.1.4.912
  NAME 'allowedChildClassesEffective'
  EQUALITY objectIdentifierMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  )
attributeTypes: (
  1.2.840.113556.1.4.867
  NAME 'altSecurityIdentities'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.218
  NAME 'applicationName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.652
  NAME 'assistant'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.748
  NAME 'attributeDisplayNames'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.202
  NAME 'auditingPolicy'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.351
  NAME 'auxiliaryClass'
  EQUALITY objectIdentifierMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  )
attributeTypes: (
  1.2.840.113556.1.4.49
  NAME 'badPasswordTime'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.12
  NAME 'badPwdCount'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.820
  NAME 'bridgeheadServerListBL'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.819
  NAME 'bridgeheadTransportList'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.13
  NAME 'builtinCreationTime'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.14
  NAME 'builtinModifiedCount'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  2.5.4.15
  NAME 'businessCategory'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  2.5.4.37
  NAME 'cACertificate'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.916
  NAME 'canonicalName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.675
  NAME 'catalogs'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.610
  NAME 'classDisplayName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.16
  NAME 'codePage'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.81
  NAME 'info'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.146
  NAME 'company'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.499
  NAME 'contextMenu'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.200
  NAME 'controlAccessRights'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.25
  NAME 'countryCode'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  2.5.4.6
  NAME 'c'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.810
  NAME 'createDialog'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.812
  NAME 'createWizardExt'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.26
  NAME 'creationTime'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.498
  NAME 'creationWizard'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.27
  NAME 'currentValue'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.55
  NAME 'dBCSPwd'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.36
  NAME 'dMDLocation'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.598
  NAME 'dmdName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1242
  NAME 'dNReferenceUpdate'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.619
  NAME 'dNSHostName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1357
  NAME 'dSCorePropagationData'
  EQUALITY generalizedTimeMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
  )
attributeTypes: (
  1.2.840.113556.1.2.212
  NAME 'dSHeuristics'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.74
  NAME 'dSASignature'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.213
  NAME 'defaultClassStore'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.480
  NAME 'defaultGroup'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.518
  NAME 'defaultHidingValue'
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.57
  NAME 'defaultLocalPolicyObject'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.783
  NAME 'defaultObjectCategory'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.224
  NAME 'defaultSecurityDescriptor'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.141
  NAME 'department'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.346
  NAME 'desktopProfile'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  2.5.4.27
  NAME 'destinationIndicator'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
attributeTypes: (
  1.2.840.113556.1.2.13
  NAME 'displayName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.353
  NAME 'displayNamePrintable'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.261
  NAME 'division'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.28
  NAME 'dnsRoot'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  0.9.2342.19200300.100.1.25
  NAME 'dc'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.32
  NAME 'domainPolicyObject'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.158
  NAME 'domainReplica'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.537
  NAME 'dynamicLDAPServer'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  0.9.2342.19200300.100.1.3
  NAME 'mail'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.268
  NAME 'eFSPolicy'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.35
  NAME 'employeeID'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.610
  NAME 'employeeNumber'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.613
  NAME 'employeeType'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.557
  NAME 'Enabled'
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.909
  NAME 'extendedAttributeInfo'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.908
  NAME 'extendedClassInfo'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.2.227
  NAME 'extensionName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.1687
  NAME 'extraColumns'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.876
  NAME 'fRSMemberReferenceBL'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.487
  NAME 'fRSRootPath'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.369
  NAME 'fSMORoleOwner'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  2.5.4.23
  NAME 'facsimileTelephoneNumber'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.38
  NAME 'flags'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.39
  NAME 'forceLogoff'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.356
  NAME 'foreignIdentifier'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.910
  NAME 'fromEntry'
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  )
attributeTypes: (
  1.2.840.113556.1.4.870
  NAME 'frsComputerReferenceBL'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.891
  NAME 'gPLink'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.892
  NAME 'gPOptions'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.301
  NAME 'garbageCollPeriod'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  2.5.4.44
  NAME 'generationQualifier'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  2.5.4.42
  NAME 'givenName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.22
  NAME 'governsID'
  EQUALITY objectIdentifierMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.152
  NAME 'groupAttributes'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.166
  NAME 'groupMembershipSAM'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.345
  NAME 'groupPriority'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.750
  NAME 'groupType'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.344
  NAME 'groupsToIgnore'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.2.14
  NAME 'hasMasterNCs'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.2.15
  NAME 'hasPartialReplicaNCs'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.44
  NAME 'homeDirectory'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.45
  NAME 'homeDrive'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.219
  NAME 'iconPath'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  2.5.4.43
  NAME 'initials'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.1
  NAME 'instanceType'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  2.5.4.25
  NAME 'internationalISDNNumber'
  EQUALITY numericStringMatch
  SUBSTR numericStringSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.36
  )
attributeTypes: (
  1.2.840.113556.1.2.115
  NAME 'invocationId'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.868
  NAME 'isCriticalSystemObject'
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.661
  NAME 'isDefunct'
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.48
  NAME 'isDeleted'
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.102
  NAME 'memberOf'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.638
  NAME 'isPrivilegeHolder'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.2.460
  NAME 'lDAPDisplayName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.66
  NAME 'lSACreationTime'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.67
  NAME 'lSAModifiedCount'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.519
  NAME 'lastBackupRestorationTime'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.781
  NAME 'lastKnownParent'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.51
  NAME 'lastLogoff'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.52
  NAME 'lastLogon'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1696
  NAME 'lastLogonTimestamp'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.53
  NAME 'lastSetTime'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.655
  NAME 'legacyExchangeDN'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.44
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.160
  NAME 'lmPwdHistory'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.56
  NAME 'localPolicyFlags'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.58
  NAME 'localeID'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  )
attributeTypes: (
  2.5.4.7
  NAME 'l'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.222
  NAME 'location'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.61
  NAME 'lockOutObservationWindow'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.60
  NAME 'lockoutDuration'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.73
  NAME 'lockoutThreshold'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.662
  NAME 'lockoutTime'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  2.16.840.1.113730.3.1.36
  NAME 'thumbnailLogo'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.169
  NAME 'logonCount'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.64
  NAME 'logonHours'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.65
  NAME 'logonWorkstation'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.650
  NAME 'mhsORAddress'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.1843
  NAME 'msDRM-IdentityCertificate'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.1789
  NAME 'msDS-AllUsersTrustQuota'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1361
  NAME 'mS-DS-ConsistencyChildCount'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1360
  NAME 'mS-DS-ConsistencyGuid'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1410
  NAME 'mS-DS-CreatorSID'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1411
  NAME 'ms-DS-MachineAccountQuota'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1788
  NAME 'msDS-PerUserTrustQuota'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1790
  NAME 'msDS-PerUserTrustTombstonesQuota'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.948
  NAME 'mSMQDigests'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.966
  NAME 'mSMQDigestsMig'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.1308
  NAME 'mSMQInterval1'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1309
  NAME 'mSMQInterval2'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.960
  NAME 'mSMQNt4Stub'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  )
attributeTypes: (
  1.2.840.113556.1.4.947
  NAME 'mSMQSignCertificates'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.967
  NAME 'mSMQSignCertificatesMig'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.961
  NAME 'mSMQSiteForeign'
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  )
attributeTypes: (
  1.2.840.113556.1.4.953
  NAME 'mSMQSiteID'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.71
  NAME 'machineRole'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.653
  NAME 'managedBy'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.654
  NAME 'managedObjects'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  0.9.2342.19200300.100.1.10
  NAME 'manager'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1409
  NAME 'masteredBy'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.74
  NAME 'maxPwdAge'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.76
  NAME 'maxStorage'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.25
  NAME 'mayContain'
  EQUALITY objectIdentifierMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  )
attributeTypes: (
  2.5.4.31
  NAME 'member'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.78
  NAME 'minPwdAge'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.79
  NAME 'minPwdLength'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.168
  NAME 'modifiedCount'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.81
  NAME 'modifiedCountAtLastProm'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1305
  NAME 'moveTreeState'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.2.24
  NAME 'mustContain'
  EQUALITY objectIdentifierMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  )
attributeTypes: (
  1.2.840.113556.1.2.16
  NAME 'nCName'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.87
  NAME 'nETBIOSName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.89
  NAME 'nTGroupMembers'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.357
  NAME 'nTMixedDomain'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.281
  NAME 'nTSecurityDescriptor'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.359
  NAME 'netbootGUID'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.358
  NAME 'netbootInitialization'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.361
  NAME 'netbootMachineFilePath'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1241
  NAME 'netbootMirrorDataFile'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.1240
  NAME 'netbootSIFFile'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.2.459
  NAME 'networkAddress'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.44
  )
attributeTypes: (
  1.2.840.113556.1.4.88
  NAME 'nextRid'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.530
  NAME 'nonSecurityMember'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.531
  NAME 'nonSecurityMemberBL'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.303
  NAME 'notificationList'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.94
  NAME 'ntPwdHistory'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.151
  NAME 'oEMInformation'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.782
  NAME 'objectCategory'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.370
  NAME 'objectClassCategory'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.2
  NAME 'objectGUID'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.146
  NAME 'objectSid'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.76
  NAME 'objectVersion'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.363
  NAME 'operatingSystem'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.415
  NAME 'operatingSystemHotfix'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.365
  NAME 'operatingSystemServicePack'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.364
  NAME 'operatingSystemVersion'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.144
  NAME 'operatorCount'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.307
  NAME 'options'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  2.5.4.10
  NAME 'o'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  2.5.4.11
  NAME 'ou'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.91
  NAME 'otherLoginWorkstations'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.651
  NAME 'otherMailbox'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.3.6.1.4.1.7165.4.1.8
  NAME 'middleName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1359
  NAME 'otherWellKnownObjects'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.663
  NAME 'partialAttributeDeletionList'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.640
  NAME 'partialAttributeSet'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.866
  NAME 'pekKeyChangeInterval'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.865
  NAME 'pekList'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.615
  NAME 'personalTitle'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.646
  NAME 'otherFacsimileTelephoneNumber'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.2.277
  NAME 'otherHomePhone'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  0.9.2342.19200300.100.1.20
  NAME 'homePhone'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.649
  NAME 'primaryInternationalISDNNumber'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.722
  NAME 'otherIpPhone'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.721
  NAME 'ipPhone'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.647
  NAME 'otherMobile'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  0.9.2342.19200300.100.1.41
  NAME 'mobile'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.18
  NAME 'otherTelephone'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.2.118
  NAME 'otherPager'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  0.9.2342.19200300.100.1.42
  NAME 'pager'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  2.5.4.19
  NAME 'physicalDeliveryOfficeName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.514
  NAME 'physicalLocationObject'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  2.16.840.1.113730.3.1.35
  NAME 'thumbnailPhoto'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.633
  NAME 'policyReplicationFlags'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.8
  NAME 'possSuperiors'
  EQUALITY objectIdentifierMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  )
attributeTypes: (
  1.2.840.113556.1.4.915
  NAME 'possibleInferiors'
  EQUALITY objectIdentifierMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  )
attributeTypes: (
  2.5.4.18
  NAME 'postOfficeBox'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  2.5.4.16
  NAME 'postalAddress'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  2.5.4.17
  NAME 'postalCode'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  2.5.4.28
  NAME 'preferredDeliveryMethod'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  )
attributeTypes: (
  1.2.840.113556.1.4.97
  NAME 'preferredOU'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.538
  NAME 'prefixMap'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.98
  NAME 'primaryGroupID'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1412
  NAME 'primaryGroupToken'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.99
  NAME 'priorSetTime'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.100
  NAME 'priorValue'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.101
  NAME 'privateKey'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.139
  NAME 'profilePath'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1249
  NAME 'proxiedObjectName'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.210
  NAME 'proxyAddresses'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.95
  NAME 'pwdHistoryLength'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.96
  NAME 'pwdLastSet'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.93
  NAME 'pwdProperties'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1355
  NAME 'queryFilter'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.608
  NAME 'queryPolicyBL'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.607
  NAME 'queryPolicyObject'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.26
  NAME 'rDNAttID'
  EQUALITY objectIdentifierMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.370
  NAME 'rIDAvailablePool'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.368
  NAME 'rIDManagerReference'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.669
  NAME 'rIDSetReferences'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  2.5.4.26
  NAME 'registeredAddress'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.3
  NAME 'replPropertyMetaData'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.677
  NAME 'replTopologyStayOfExecution'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.4
  NAME 'replUpToDateVector'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.109
  NAME 'replicaSource'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.436
  NAME 'directReports'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.2.91
  NAME 'repsFrom'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.2.83
  NAME 'repsTo'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.673
  NAME 'retiredReplDSASignatures'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.145
  NAME 'revision'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.153
  NAME 'rid'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.674
  NAME 'rootTrust'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.221
  NAME 'sAMAccountName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.302
  NAME 'sAMAccountType'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1304
  NAME 'sDRightsEffective'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.609
  NAME 'sIDHistory'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.786
  NAME 'mailAddress'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1347
  NAME 'sPNMappings'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.120
  NAME 'schemaFlagsEx'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.148
  NAME 'schemaIDGUID'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1358
  NAME 'schemaInfo'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.481
  NAME 'schemaUpdate'
  EQUALITY generalizedTimeMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.471
  NAME 'schemaVersion'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  )
attributeTypes: (
  1.2.840.113556.1.4.1354
  NAME 'scopeFlags'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.62
  NAME 'scriptPath'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  2.5.4.14
  NAME 'searchGuide'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.121
  NAME 'securityIdentifier'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  2.5.4.5
  NAME 'serialNumber'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
attributeTypes: (
  1.2.840.113556.1.4.515
  NAME 'serverReference'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.516
  NAME 'serverReferenceBL'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.157
  NAME 'serverRole'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.154
  NAME 'serverState'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.771
  NAME 'servicePrincipalName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.615
  NAME 'shellContextMenu'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.563
  NAME 'shellPropertyPages'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.644
  NAME 'showInAddressBook'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.2.169
  NAME 'showInAdvancedViewOnly'
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.362
  NAME 'siteGUID'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.512
  NAME 'siteObject'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.513
  NAME 'siteObjectBL'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  2.5.4.8
  NAME 'st'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  2.5.4.9
  NAME 'street'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.21
  NAME 'subClassOf'
  EQUALITY objectIdentifierMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.7
  NAME 'subRefs'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.532
  NAME 'superiorDNSRoot'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.125
  NAME 'supplementalCredentials'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  2.5.4.4
  NAME 'sn'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.198
  NAME 'systemAuxiliaryClass'
  EQUALITY objectIdentifierMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  )
attributeTypes: (
  1.2.840.113556.1.4.375
  NAME 'systemFlags'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.196
  NAME 'systemMayContain'
  EQUALITY objectIdentifierMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  )
attributeTypes: (
  1.2.840.113556.1.4.197
  NAME 'systemMustContain'
  EQUALITY objectIdentifierMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  )
attributeTypes: (
  1.2.840.113556.1.4.170
  NAME 'systemOnly'
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.195
  NAME 'systemPossSuperiors'
  EQUALITY objectIdentifierMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  )
attributeTypes: (
  2.5.4.20
  NAME 'telephoneNumber'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  2.5.4.22
  NAME 'teletexTerminalIdentifier'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  2.5.4.21
  NAME 'telexNumber'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.648
  NAME 'primaryTelexNumber'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.885
  NAME 'terminalServer'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.131
  NAME 'co'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  0.9.2342.19200300.100.1.2
  NAME 'textEncodedORAddress'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  2.5.4.12
  NAME 'title'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1301
  NAME 'tokenGroups'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.1418
  NAME 'tokenGroupsGlobalAndUniversal'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.1303
  NAME 'tokenGroupsNoGCAcceptable'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.2.54
  NAME 'tombstoneLifetime'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.806
  NAME 'treatAsLeaf'
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.660
  NAME 'treeName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.471
  NAME 'trustParent'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.155
  NAME 'uASCompat'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.890
  NAME 'uPNSuffixes'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.2.120
  NAME 'uSNChanged'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.19
  NAME 'uSNCreated'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.267
  NAME 'uSNDSALastObjRemoved'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.469
  NAME 'USNIntersite'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.121
  NAME 'uSNLastObjRem'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.896
  NAME 'uSNSource'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.90
  NAME 'unicodePwd'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.8
  NAME 'userAccountControl'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.645
  NAME 'userCert'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.156
  NAME 'comment'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.138
  NAME 'userParameters'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.656
  NAME 'userPrincipalName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  2.16.840.1.113730.3.140
  NAME 'userSMIMECertificate'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.751
  NAME 'userSharedFolder'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.752
  NAME 'userSharedFolderOther'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.86
  NAME 'userWorkstations'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.507
  NAME 'volumeCount'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.464
  NAME 'wWWHomePage'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.749
  NAME 'url'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.301
  NAME 'wbemPath'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.618
  NAME 'wellKnownObjects'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.2.3
  NAME 'whenChanged'
  EQUALITY generalizedTimeMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.2
  NAME 'whenCreated'
  EQUALITY generalizedTimeMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
  SINGLE-VALUE
  )
attributeTypes: (
  2.5.4.24
  NAME 'x121Address'
  EQUALITY numericStringMatch
  SUBSTR numericStringSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.36
  )
attributeTypes: (
  2.5.4.36
  NAME 'userCertificate'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  2.5.4.58
  NAME 'attributeCertificateAttribute'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  0.9.2342.19200300.100.1.55
  NAME 'audio'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  2.16.840.1.113730.3.1.1
  NAME 'carLicense'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  2.16.840.1.113730.3.1.2
  NAME 'departmentNumber'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  2.5.4.51
  NAME 'houseIdentifier'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  0.9.2342.19200300.100.1.60
  NAME 'jpegPhoto'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.1424
  NAME 'msCOM-PartitionSetLink'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1425
  NAME 'msCOM-UserLink'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1426
  NAME 'msCOM-UserPartitionSetLink'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1717
  NAME 'msDS-AdditionalDnsHostName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.1718
  NAME 'msDS-AdditionalSamAccountName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.1710
  NAME 'msDS-AllowedDNSSuffixes'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.1787
  NAME 'msDS-AllowedToDelegateTo'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.1669
  NAME 'msDS-Approx-Immed-Subordinates'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1819
  NAME 'msDS-AzApplicationData'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1798
  NAME 'msDS-AzApplicationName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1817
  NAME 'msDS-AzApplicationVersion'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1816
  NAME 'msDS-AzClassId'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1795
  NAME 'msDS-AzDomainTimeout'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1805
  NAME 'msDS-AzGenerateAudits'
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1792
  NAME 'msDS-AzLDAPQuery'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1824
  NAME 'msDS-AzMajorVersion'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1825
  NAME 'msDS-AzMinorVersion'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1799
  NAME 'msDS-AzScopeName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1796
  NAME 'msDS-AzScriptEngineCacheMax'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1797
  NAME 'msDS-AzScriptTimeout'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1459
  NAME 'msDS-Behavior-Version'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1441
  NAME 'msDS-Cached-Membership'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1442
  NAME 'msDS-Cached-Membership-Time-Stamp'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1719
  NAME 'msDS-DnsRootAlias'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1783
  NAME 'msDS-ExecuteScriptPassword'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1820
  NAME 'msDS-HasDomainNCs'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1709
  NAME 'msDS-HasInstantiatedNCs'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1836
  NAME 'msDS-hasMasterNCs'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1716
  NAME 'msDS-IntId'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1782
  NAME 'msDS-KeyVersionNumber'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1784
  NAME 'msDS-LogonTimeSyncInterval'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1837
  NAME 'msDs-masteredBy'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1807
  NAME 'msDS-MembersForAzRoleBL'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1704
  NAME 'msDS-NCReplCursors'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.1705
  NAME 'msDS-NCReplInboundNeighbors'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.1706
  NAME 'msDS-NCReplOutboundNeighbors'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.1661
  NAME 'msDS-NC-Replica-Locations'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1793
  NAME 'msDS-NonMembers'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1794
  NAME 'msDS-NonMembersBL'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1840
  NAME 'msDS-ObjectReference'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1841
  NAME 'msDS-ObjectReferenceBL'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1813
  NAME 'msDS-OperationsForAzRoleBL'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1809
  NAME 'msDS-OperationsForAzTaskBL'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1621
  NAME 'msDS-Other-Settings'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.1707
  NAME 'msDS-ReplAttributeMetaData'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.1708
  NAME 'msDS-ReplValueMetaData'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.1663
  NAME 'msDS-Replication-Notify-First-DSA-Delay'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1664
  NAME 'msDS-Replication-Notify-Subsequent-DSA-Delay'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1720
  NAME 'msDS-ReplicationEpoch'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1826
  NAME 'msDS-RetiredReplNCSignatures'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1711
  NAME 'msDS-SDReferenceDomain'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1715
  NAME 'msDS-SPNSuffixes'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.1697
  NAME 'msDS-Settings'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.4.1443
  NAME 'msDS-Site-Affinity'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.1815
  NAME 'msDS-TasksForAzRoleBL'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1811
  NAME 'msDS-TasksForAzTaskBL'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1721
  NAME 'msDS-UpdateScript'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1460
  NAME 'msDS-User-Account-Control-Computed'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.444
  NAME 'msExchAssistantName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.596
  NAME 'msExchHouseIdentifier'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.2.593
  NAME 'msExchLabeledURI'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  1.2.840.113556.1.2.104
  NAME 'ownerBL'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.2.840.113556.1.4.1786
  NAME 'msIIS-FTPDir'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1785
  NAME 'msIIS-FTPRoot'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1440
  NAME 'msDs-Schema-Extensions'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.2.840.113556.1.4.1119
  NAME 'msNPAllowDialin'
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1124
  NAME 'msNPCallingStationID'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
attributeTypes: (
  1.2.840.113556.1.4.1130
  NAME 'msNPSavedCallingStationID'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
attributeTypes: (
  1.2.840.113556.1.4.1145
  NAME 'msRADIUSCallbackNumber'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1153
  NAME 'msRADIUSFramedIPAddress'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1158
  NAME 'msRADIUSFramedRoute'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
attributeTypes: (
  1.2.840.113556.1.4.1171
  NAME 'msRADIUSServiceType'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1189
  NAME 'msRASSavedCallbackNumber'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1190
  NAME 'msRASSavedFramedIPAddress'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
attributeTypes: (
  1.2.840.113556.1.4.1191
  NAME 'msRASSavedFramedRoute'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
attributeTypes: (
  1.2.840.113556.1.4.864
  NAME 'netbootSCPBL'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  0.9.2342.19200300.100.1.7
  NAME 'photo'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  2.16.840.1.113730.3.1.39
  NAME 'preferredLanguage'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
attributeTypes: (
  0.9.2342.19200300.100.1.6
  NAME 'roomNumber'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
attributeTypes: (
  0.9.2342.19200300.100.1.21
  NAME 'secretary'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
attributeTypes: (
  1.3.6.1.4.1.7165.4.1.9
  NAME 'unixName'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.44
  SINGLE-VALUE
  )
attributeTypes: (
  2.16.840.1.113730.3.1.216
  NAME 'userPKCS12'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  2.5.4.45
  NAME 'x500uniqueIdentifier'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.3.6.1.4.1.7165.4.1.6
  NAME 'dnsDomain'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.44
  )
attributeTypes: (
  1.3.6.1.4.1.5322.10.1.10
  NAME 'krb5Key'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.3.6.1.4.1.7165.4.1.2
  NAME 'lmpwdhash'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.3.6.1.4.1.7165.4.1.1
  NAME 'ntpwdhash'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.3.6.1.4.1.7165.4.1.7
  NAME 'privilege'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.44
  )
attributeTypes: (
  1.3.6.1.4.1.7165.4.1.4
  NAME 'sambaLmPwdHistory'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  )
attributeTypes: (
  1.3.6.1.4.1.7165.4.1.3
  NAME 'sambaNtPwdHistory'
  EQUALITY octetStringMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SINGLE-VALUE
  )
attributeTypes: (
  1.3.6.1.4.1.7165.4.1.5
  NAME 'sambaPassword'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
objectClasses: (
  1.2.840.113556.1.5.7000.49
  NAME 'applicationSettings'
  SUP top
  ABSTRACT
  MAY ( notificationList $ msDS-Settings $ applicationName )
  )
objectClasses: (
  1.2.840.113556.1.5.7000.47
  NAME 'nTDSDSA'
  SUP applicationSettings
  STRUCTURAL
  MAY ( serverReference $ msDS-RetiredReplNCSignatures $ retiredReplDSASignatures $ queryPolicyObject $ options $ networkAddress $ msDS-ReplicationEpoch $ msDS-HasInstantiatedNCs $ msDS-hasMasterNCs $ msDS-HasDomainNCs $ msDS-Behavior-Version $ managedBy $ lastBackupRestorationTime $ invocationId $ hasPartialReplicaNCs $ hasMasterNCs $ fRSRootPath $ dMDLocation )
  )
objectClasses: (
  1.2.840.113556.1.5.4
  NAME 'builtinDomain'
  SUP top
  STRUCTURAL
  )
objectClasses: (
  1.2.840.113556.1.3.13
  NAME 'classSchema'
  SUP top
  STRUCTURAL
  MUST ( subClassOf $ schemaIDGUID $ objectClassCategory $ governsID $ defaultObjectCategory $ cn )
  MAY ( systemPossSuperiors $ systemOnly $ systemMustContain $ systemMayContain $ systemAuxiliaryClass $ schemaFlagsEx $ rDNAttID $ possSuperiors $ mustContain $ msDs-Schema-Extensions $ msDS-IntId $ mayContain $ lDAPDisplayName $ isDefunct $ defaultSecurityDescriptor $ defaultHidingValue $ classDisplayName $ auxiliaryClass )
  )
objectClasses: (
  1.2.840.113556.1.5.12
  NAME 'configuration'
  SUP top
  STRUCTURAL
  MUST ( cn )
  MAY ( gPOptions $ gPLink )
  )
objectClasses: (
  1.2.840.113556.1.3.23
  NAME 'container'
  SUP top
  STRUCTURAL
  MUST ( cn )
  MAY ( msDS-ObjectReference $ schemaVersion $ defaultClassStore )
  )
objectClasses: (
  2.5.6.2
  NAME 'country'
  SUP top
  MUST ( c )
  MAY ( co $ searchGuide )
  )
objectClasses: (
  1.2.840.113556.1.3.11
  NAME 'crossRef'
  SUP top
  STRUCTURAL
  MUST ( nCName $ dnsRoot $ cn )
  MAY ( trustParent $ superiorDNSRoot $ rootTrust $ nTMixedDomain $ nETBIOSName $ Enabled $ msDS-SDReferenceDomain $ msDS-Replication-Notify-Subsequent-DSA-Delay $ msDS-Replication-Notify-First-DSA-Delay $ msDS-NC-Replica-Locations $ msDS-DnsRootAlias $ msDS-Behavior-Version )
  )
objectClasses: (
  1.2.840.113556.1.5.7000.53
  NAME 'crossRefContainer'
  SUP top
  STRUCTURAL
  MAY ( msDS-SPNSuffixes $ uPNSuffixes $ msDS-UpdateScript $ msDS-ExecuteScriptPassword $ msDS-Behavior-Version )
  )
objectClasses: (
  1.2.840.113556.1.3.9
  NAME 'dMD'
  SUP top
  STRUCTURAL
  MUST ( cn )
  MAY ( schemaUpdate $ schemaInfo $ prefixMap $ msDs-Schema-Extensions $ msDS-IntId $ dmdName )
  )
objectClasses: (
  1.2.840.113556.1.5.84
  NAME 'displaySpecifier'
  SUP top
  STRUCTURAL
  MAY ( treatAsLeaf $ shellPropertyPages $ shellContextMenu $ scopeFlags $ queryFilter $ iconPath $ extraColumns $ creationWizard $ createWizardExt $ createDialog $ contextMenu $ classDisplayName $ attributeDisplayNames $ adminPropertyPages $ adminMultiselectPropertyPages $ adminContextMenu )
  )
objectClasses: (
  1.2.840.113556.1.5.66
  NAME 'domain'
  SUP top
  ABSTRACT
  MUST ( dc )
  )
objectClasses: (
  1.2.840.113556.1.5.67
  NAME 'domainDNS'
  SUP domain
  STRUCTURAL
  MAY ( msDS-Behavior-Version $ msDS-AllowedDNSSuffixes $ managedBy )
  )
objectClasses: (
  1.2.840.113556.1.5.76
  NAME 'foreignSecurityPrincipal'
  SUP top
  STRUCTURAL
  MUST ( objectSid )
  MAY ( foreignIdentifier )
  )
objectClasses: (
  1.2.840.113556.1.5.8
  NAME 'group'
  SUP top
  STRUCTURAL
  MUST ( groupType )
  MAY ( primaryGroupToken $ operatorCount $ nTGroupMembers $ nonSecurityMember $ msDS-NonMembers $ msDS-AzLDAPQuery $ member $ managedBy $ groupMembershipSAM $ groupAttributes $ mail $ desktopProfile $ controlAccessRights $ adminCount )
  )
objectClasses: (
  1.2.840.113556.1.5.175
  NAME 'infrastructureUpdate'
  SUP top
  STRUCTURAL
  MAY ( dNReferenceUpdate )
  )
objectClasses: (
  1.2.840.113556.1.5.20
  NAME 'leaf'
  SUP top
  ABSTRACT
  )
objectClasses: (
  1.2.840.113556.1.5.28
  NAME 'secret'
  SUP leaf
  STRUCTURAL
  MAY ( priorValue $ priorSetTime $ lastSetTime $ currentValue )
  )
objectClasses: (
  2.5.6.3
  NAME 'locality'
  SUP top
  STRUCTURAL
  MUST ( l )
  MAY ( street $ st $ seeAlso $ searchGuide )
  )
objectClasses: (
  1.2.840.113556.1.5.139
  NAME 'lostAndFound'
  SUP top
  STRUCTURAL
  MAY ( moveTreeState )
  )
objectClasses: (
  1.2.840.113556.1.3.46
  NAME 'mailRecipient'
  SUP top
  AUXILIARY
  MUST ( cn )
  MAY ( userSMIMECertificate $ secretary $ msExchLabeledURI $ msExchAssistantName $ labeledURI $ userCertificate $ userCert $ textEncodedORAddress $ telephoneNumber $ showInAddressBook $ legacyExchangeDN $ garbageCollPeriod $ info )
  )
objectClasses: (
  1.2.840.113556.1.5.72
  NAME 'nTDSService'
  SUP top
  STRUCTURAL
  MAY ( tombstoneLifetime $ sPNMappings $ replTopologyStayOfExecution $ msDS-Other-Settings $ garbageCollPeriod $ dSHeuristics )
  )
objectClasses: (
  2.5.6.4
  NAME 'organization'
  SUP top
  STRUCTURAL
  MUST ( o )
  MAY ( x121Address $ userPassword $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ street $ st $ seeAlso $ searchGuide $ registeredAddress $ preferredDeliveryMethod $ postalCode $ postalAddress $ postOfficeBox $ physicalDeliveryOfficeName $ l $ internationalISDNNumber $ facsimileTelephoneNumber $ destinationIndicator $ businessCategory )
  )
objectClasses: (
  2.5.6.5
  NAME 'organizationalUnit'
  SUP top
  STRUCTURAL
  MUST ( ou )
  MAY ( x121Address $ userPassword $ uPNSuffixes $ co $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ street $ st $ seeAlso $ searchGuide $ registeredAddress $ preferredDeliveryMethod $ postalCode $ postalAddress $ postOfficeBox $ physicalDeliveryOfficeName $ msCOM-UserPartitionSetLink $ managedBy $ thumbnailLogo $ l $ internationalISDNNumber $ gPOptions $ gPLink $ facsimileTelephoneNumber $ destinationIndicator $ desktopProfile $ defaultGroup $ countryCode $ c $ businessCategory )
  )
objectClasses: (
  2.5.6.6
  NAME 'person'
  SUP top
  MUST ( cn )
  MAY ( attributeCertificateAttribute $ userPassword $ telephoneNumber $ sn $ serialNumber $ seeAlso )
  )
objectClasses: (
  2.5.6.7
  NAME 'organizationalPerson'
  SUP person
  MAY ( houseIdentifier $ msExchHouseIdentifier $ homePostalAddress $ x121Address $ comment $ title $ co $ primaryTelexNumber $ telexNumber $ teletexTerminalIdentifier $ street $ st $ registeredAddress $ preferredDeliveryMethod $ postalCode $ postalAddress $ postOfficeBox $ thumbnailPhoto $ physicalDeliveryOfficeName $ pager $ otherPager $ otherTelephone $ mobile $ otherMobile $ primaryInternationalISDNNumber $ ipPhone $ otherIpPhone $ otherHomePhone $ homePhone $ otherFacsimileTelephoneNumber $ personalTitle $ middleName $ otherMailbox $ ou $ o $ mhsORAddress $ msDS-AllowedToDelegateTo $ manager $ thumbnailLogo $ l $ internationalISDNNumber $ initials $ givenName $ generationQualifier $ facsimileTelephoneNumber $ employeeID $ mail $ division $ destinationIndicator $ department $ c $ countryCode $ company $ assistant $ streetAddress )
  )
objectClasses: (
  1.2.840.113556.1.5.9
  NAME 'user'
  SUP organizationalPerson
  STRUCTURAL
  MAY ( x500uniqueIdentifier $ userSMIMECertificate $ userPKCS12 $ uid $ secretary $ roomNumber $ preferredLanguage $ photo $ labeledURI $ jpegPhoto $ homePostalAddress $ givenName $ employeeType $ employeeNumber $ displayName $ departmentNumber $ carLicense $ audio $ pager $ o $ mobile $ manager $ mail $ initials $ homePhone $ businessCategory $ userCertificate $ userWorkstations $ userSharedFolderOther $ userSharedFolder $ userPrincipalName $ userParameters $ userAccountControl $ unicodePwd $ terminalServer $ servicePrincipalName $ scriptPath $ pwdLastSet $ profilePath $ primaryGroupID $ preferredOU $ otherLoginWorkstations $ operatorCount $ ntPwdHistory $ networkAddress $ msRASSavedFramedRoute $ msRASSavedFramedIPAddress $ msRASSavedCallbackNumber $ msRADIUSServiceType $ msRADIUSFramedRoute $ msRADIUSFramedIPAddress $ msRADIUSCallbackNumber $ msNPSavedCallingStationID $ msNPCallingStationID $ msNPAllowDialin $ mSMQSignCertificatesMig $ mSMQSignCertificates $ mSMQDigestsMig $ mSMQDigests $ msIIS-FTPRoot $ msIIS-FTPDir $ msDS-User-Account-Control-Computed $ msDS-Site-Affinity $ mS-DS-CreatorSID $ msDS-Cached-Membership-Time-Stamp $ msDS-Cached-Membership $ msDRM-IdentityCertificate $ msCOM-UserPartitionSetLink $ maxStorage $ logonWorkstation $ logonHours $ logonCount $ lockoutTime $ localeID $ lmPwdHistory $ lastLogonTimestamp $ lastLogon $ lastLogoff $ homeDrive $ homeDirectory $ groupsToIgnore $ groupPriority $ groupMembershipSAM $ dynamicLDAPServer $ desktopProfile $ defaultClassStore $ dBCSPwd $ controlAccessRights $ codePage $ badPwdCount $ badPasswordTime $ adminCount $ aCSPolicyName $ accountExpires )
  )
objectClasses: (
  1.2.840.113556.1.3.30
  NAME 'computer'
  SUP user
  STRUCTURAL
  MAY ( volumeCount $ siteGUID $ rIDSetReferences $ policyReplicationFlags $ physicalLocationObject $ operatingSystemVersion $ operatingSystemServicePack $ operatingSystemHotfix $ operatingSystem $ networkAddress $ netbootSIFFile $ netbootMirrorDataFile $ netbootMachineFilePath $ netbootInitialization $ netbootGUID $ msDS-AdditionalSamAccountName $ msDS-AdditionalDnsHostName $ managedBy $ machineRole $ location $ localPolicyFlags $ dNSHostName $ defaultLocalPolicyObject $ cn $ catalogs )
  )
objectClasses: (
  1.2.840.113556.1.5.83
  NAME 'rIDManager'
  SUP top
  STRUCTURAL
  MUST ( rIDAvailablePool )
  )
objectClasses: (
  1.2.840.113556.1.5.3
  NAME 'samDomain'
  SUP top
  AUXILIARY
  MAY ( treeName $ rIDManagerReference $ replicaSource $ pwdProperties $ pwdHistoryLength $ privateKey $ pekList $ pekKeyChangeInterval $ nTMixedDomain $ nextRid $ nETBIOSName $ msDS-PerUserTrustTombstonesQuota $ msDS-PerUserTrustQuota $ ms-DS-MachineAccountQuota $ msDS-LogonTimeSyncInterval $ msDS-AllUsersTrustQuota $ modifiedCountAtLastProm $ minPwdLength $ minPwdAge $ maxPwdAge $ lSAModifiedCount $ lSACreationTime $ lockoutThreshold $ lockoutDuration $ lockOutObservationWindow $ gPOptions $ gPLink $ eFSPolicy $ domainPolicyObject $ desktopProfile $ description $ defaultLocalPolicyObject $ creationTime $ controlAccessRights $ cACertificate $ builtinModifiedCount $ builtinCreationTime $ auditingPolicy )
  )
objectClasses: (
  1.2.840.113556.1.5.2
  NAME 'samDomainBase'
  SUP top
  AUXILIARY
  MAY ( uASCompat $ serverState $ serverRole $ revision $ pwdProperties $ pwdHistoryLength $ oEMInformation $ objectSid $ nTSecurityDescriptor $ nextRid $ modifiedCountAtLastProm $ modifiedCount $ minPwdLength $ minPwdAge $ maxPwdAge $ lockoutThreshold $ lockoutDuration $ lockOutObservationWindow $ forceLogoff $ domainReplica $ creationTime )
  )
objectClasses: (
  1.2.840.113556.1.5.6
  NAME 'securityPrincipal'
  SUP top
  AUXILIARY
  MUST ( sAMAccountName $ objectSid )
  MAY ( supplementalCredentials $ sIDHistory $ securityIdentifier $ sAMAccountType $ rid $ tokenGroupsNoGCAcceptable $ tokenGroupsGlobalAndUniversal $ tokenGroups $ nTSecurityDescriptor $ msDS-KeyVersionNumber $ altSecurityIdentities $ accountNameHistory )
  )
objectClasses: (
  1.2.840.113556.1.5.17
  NAME 'server'
  SUP top
  STRUCTURAL
  MAY ( mailAddress $ serverReference $ serialNumber $ managedBy $ dNSHostName $ bridgeheadTransportList )
  )
objectClasses: (
  1.2.840.113556.1.5.7000.48
  NAME 'serversContainer'
  SUP top
  STRUCTURAL
  )
objectClasses: (
  1.2.840.113556.1.5.31
  NAME 'site'
  SUP top
  STRUCTURAL
  MAY ( notificationList $ mSMQSiteID $ mSMQSiteForeign $ mSMQNt4Stub $ mSMQInterval2 $ mSMQInterval1 $ managedBy $ location $ gPOptions $ gPLink )
  )
objectClasses: (
  1.2.840.113556.1.5.107
  NAME 'sitesContainer'
  SUP top
  STRUCTURAL
  )
objectClasses: (
  1.2.840.113556.1.5.96
  NAME 'subnet'
  SUP top
  STRUCTURAL
  MAY ( siteObject $ physicalLocationObject $ location )
  )
objectClasses: (
  1.2.840.113556.1.5.95
  NAME 'subnetContainer'
  SUP top
  STRUCTURAL
  )
objectClasses: (
  1.2.840.113556.1.5.234
  NAME 'msDS-AzAdminManager'
  SUP top
  STRUCTURAL
  MAY ( msDS-AzMinorVersion $ msDS-AzMajorVersion $ msDS-AzApplicationData $ msDS-AzGenerateAudits $ msDS-AzScriptTimeout $ msDS-AzScriptEngineCacheMax $ msDS-AzDomainTimeout $ description )
  )
objectClasses: (
  1.2.840.113556.1.5.235
  NAME 'msDS-AzApplication'
  SUP top
  STRUCTURAL
  MAY ( msDS-AzApplicationData $ msDS-AzGenerateAudits $ msDS-AzApplicationVersion $ msDS-AzClassId $ msDS-AzApplicationName $ description )
  )
objectClasses: (
  1.2.840.113556.1.5.237
  NAME 'msDS-AzScope'
  SUP top
  STRUCTURAL
  MUST ( msDS-AzScopeName )
  MAY ( msDS-AzApplicationData $ description )
  )
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-directory-devel/attachments/20060822/7adc4c11/attachment.sig>


More information about the Fedora-directory-devel mailing list