Search-Flags attribute
Applies to: desktop apps only
Contains a set of flags that specify search and indexing information for an attribute. See Remarks.
| CN | Search-Flags |
|---|---|
| Ldap-Display-Name | searchFlags |
| Size | - |
| Update Privilege | Schema administrator |
| Update Frequency | - |
| Attribute-Id | 1.2.840.113556.1.2.334 |
| System-Id-Guid | bf967a2d-0de6-11d0-a285-00aa003049e2 |
| Syntax | Enumeration |
Implementations
- Windows 2000 Server
- Windows Server 2003
- ADAM
- Windows Server 2003 R2
- Windows Server 2008
- Windows Server 2008 R2
- Windows Server 8 Beta
Windows 2000 Server
| Link-Id | - |
|---|---|
| MAPI-Id | 0x812D |
| System-Only | False |
| Is-Single-Valued | True |
| Is Indexed | False |
| In Global Catalog | False |
| NT-Security-Descriptor | O:BAG:BAD:S: |
| Range-Lower | - |
| Range-Upper | - |
| Search-Flags | 0x00000000 |
| System-Flags | 0x00000010 |
| Classes used in | Attribute-Schema |
Windows Server 2003
| Link-Id | - |
|---|---|
| MAPI-Id | 0x812D |
| System-Only | False |
| Is-Single-Valued | True |
| Is Indexed | False |
| In Global Catalog | False |
| NT-Security-Descriptor | O:BAG:BAD:S: |
| Range-Lower | - |
| Range-Upper | - |
| Search-Flags | 0x00000000 |
| System-Flags | 0x00000010 |
| Classes used in | Attribute-Schema |
ADAM
| Link-Id | - |
|---|---|
| MAPI-Id | 0x812D |
| System-Only | False |
| Is-Single-Valued | True |
| Is Indexed | False |
| In Global Catalog | False |
| NT-Security-Descriptor | O:BAG:BAD:S: |
| Range-Lower | - |
| Range-Upper | - |
| Search-Flags | 0x00000000 |
| System-Flags | 0x00000010 |
| Classes used in | Attribute-Schema |
Windows Server 2003 R2
| Link-Id | - |
|---|---|
| MAPI-Id | 0x812D |
| System-Only | False |
| Is-Single-Valued | True |
| Is Indexed | False |
| In Global Catalog | False |
| NT-Security-Descriptor | O:BAG:BAD:S: |
| Range-Lower | - |
| Range-Upper | - |
| Search-Flags | 0x00000000 |
| System-Flags | 0x00000010 |
| Classes used in | Attribute-Schema |
Windows Server 2008
| Link-Id | - |
|---|---|
| MAPI-Id | 0x812D |
| System-Only | False |
| Is-Single-Valued | True |
| Is Indexed | False |
| In Global Catalog | False |
| NT-Security-Descriptor | O:BAG:BAD:S: |
| Range-Lower | - |
| Range-Upper | - |
| Search-Flags | 0x00000000 |
| System-Flags | 0x00000010 |
| Classes used in | Attribute-Schema |
Windows Server 2008 R2
| Link-Id | - |
|---|---|
| MAPI-Id | 0x812D |
| System-Only | False |
| Is-Single-Valued | True |
| Is Indexed | False |
| In Global Catalog | False |
| NT-Security-Descriptor | O:BAG:BAD:S: |
| Range-Lower | - |
| Range-Upper | - |
| Search-Flags | 0x00000000 |
| System-Flags | 0x00000010 |
| Classes used in | Attribute-Schema |
Windows Server 8 Beta
| Link-Id | - |
|---|---|
| MAPI-Id | 0x812D |
| System-Only | False |
| Is-Single-Valued | True |
| Is Indexed | False |
| In Global Catalog | False |
| NT-Security-Descriptor | O:BAG:BAD:S: |
| Range-Lower | - |
| Range-Upper | - |
| Search-Flags | 0x00000000 |
| System-Flags | 0x00000010 |
| Classes used in | Attribute-Schema |
Remarks
This attribute can be zero or a combination of one or more of the following values.
| Value | Description |
|---|---|
| 1 (0x00000001) | Create an index for the attribute. |
| 2 (0x00000002) | Create an index for the attribute in each container. |
| 4 (0x00000004) | Add this attribute to the Ambiguous Name Resolution (ANR) set. This is used to assist in finding an object when only partial information is given. For example, if the LDAP filter is (ANR=JEFF), the search will find each object where the first name, last name, email address, or other ANR attribute is equal to JEFF. Bit 0 must be set for this index take affect. |
| 8 (0x00000008) | Preserve this attribute in the tombstone object for deleted objects. |
| 16 (0x00000010) | Copy the value for this attribute when the object is copied. |
| 32 (0x00000020) | Supported beginning with Windows Server 2003. Create a tuple index for the attribute. This will improve searches where the wildcard appears at the front of the search string. For example, (sn=*mith). |
| 64(0x00000040) | Supported beginning with ADAM. Creates an index to greatly help VLV performance on arbitrary attributes. |
Send comments about this topic to Microsoft
Build date: 2/3/2012
These attributes are NOT protected on Windows 2000 Server and Windows Server 2003 RTM.
Hex: 0x80 Decimal: 128 (CONFIDENTIAL)
Hex: 0x100 Decimal: 256 (NEVER_AUDIT_VALUE)
Include attribute in RODC-FAS (Windows Server 2008 and better) (PAS has been renamed to FAS --> "Filtered Attribute Set")
Almost ALL attributes, except the Bitlocker attributes, are NOT included in the RODC-FAS. To prevent replication of the attributevalue(s) to RODCs INCLUDE the attribute as a member of the RODC-FAS. Only attributes that DO NOT have "schemaFlagsEx" with 0x1 can be included in RODC-FAS
Hex: 0x200 Decimal: 512 (RODC_FILTERED)
- 6/22/2007
- Joe Richards - MVP
- 5/30/2008
- David Loder
- 4/21/2008
- bertold_kolics
Subtree Index
Value should be 0x40 or decimal 64.
- 6/22/2007
- Joe Richards - MVP