Adding Attributes to the RODC Filtered Attribute Set
This topic includes procedures for adding an attribute to the filtered attribute set (FAS) for a read-only domain controller (RODC) and marking the attribute as confidential data. You can perform these procedures to exclude specific data from replicating to RODCs in the forest. Because the data is not replicated to any RODCs, you can be assured that the data will not be revealed to an attacker who manages to successfully compromise an RODC. In most cases, adding an attribute to the RODC FAS is completed by the developer of the application that added the attribute to the schema.
• |
Determine and then modify the current searchFlags value of the attribute |
• |
Verify that an attribute is added to the RODC filtered attribute set. |
Determine and then modify the current searchFlags value of an attribute
To add an attribute to an RODC FAS, you must first determine the current searchFlags value of the attribute that you want to add, and then set the following values for searchflags:
• |
To add the attribute to the RODC FAS, set the 10th bit to 0x200. |
• |
To mark the attribute as confidential, set the 7th bit to 0x080. |
For example, if the attribute that you want to add is indexed and no other bits are set, the current searchflags value is 0x001 (or 1, as stated in decimal format). If you set the 10th bit of the attribute to 0x200 (512) and the 7th bit to 0x080 (128), the new searchFlags value is 0x281 (or 641). In the following procedure, which uses a fictitious attribute named Contoso-App-Password, no other bits are set for searchFlags. Therefore, the current value is 0.
This example uses Ldifde.exe to determine the current searchFlags value and modify it. Ldifde.exe is a command-line tool that can create, modify, and delte directory objects. It is included in the Active Directory Domain Controller Tools. For more information about installing Active Directory Domain Controller Tools, see Installing Remote Server Administration Tools .
To perform the following procedure, you must be a member of the Schema Admins group.
Determine and then modify the current searchFlags value of an attribute | ||||||||||||||
|
Verify that an attribute is added to the RODC FAS
You can use this procedure to verify that an attribute is added to the RODC FAS.
To perform this procedure, you can be any authenticated user.
To verify that an attribute is added to the RODC FAS | ||||||||||||||
|