Article ID: 296490 - Last Review: March 1, 2007 - Revision: 3.5 How to modify the filtered properties of an object
This article was previously published under Q296490 SUMMARY
This article describes how to modify the filtered properties of an object.
MORE INFORMATION
The Per-Property Permissions tab for a user object that you view through Active Directory Users and Computers may not display every property of the user object. This is because the user interface for access control filters out object and property types to make the list easier to
manage. While the properties of an object are defined in the schema, the list of filtered properties that are displayed is stored in the Dssec.dat file that is located in the %systemroot%\System32 folder on all domain controllers. You can edit the entries for an object in the file to display the filtered properties through the user interface. A filtered property looks like this in the Dssec.dat file:
[User]
To display the read and write permissions for a property of an object, you can edit the filter value to display one or both of the permissions. To display both the read and write permissions for a property, change the value to zero (0):
propertyname=7
[User]
To display only the write permission for a property, change the value to 1:
propertyname=0
[User]
To display only the read permissions for a property, change the value to 2:
propertyname=1
[User] Note After you edit the Dssec.dat file, you must quit and restart Active Directory Users and Computers to see the properties that are no longer filtered.
propertyname=2
| Other Resources Other Support Sites
CommunityArticle Translations
|






Windows Live
Facebook
Twitter
Linkedin
Digg it
Yahoo
Delicious
StumbleUpon
Yammer
Reddit
Technorati
FriendFeed
Email
Back to the top