Active Directory error: there is no editor registered to handle this attribute type

This error message occurs when trying to edit an attribute in the Active Directory Users and Computers snap-in on a Microsoft Windows Server. It means that the editor does not have a registered handler for the type of attribute you are trying to edit.

To resolve this issue, you can try the following steps:

  1. Make sure that you have the necessary permissions to edit the attribute.
  2. Check if the required schema extension has been made to support the attribute.
  3. If the schema extension is not present, you may need to extend the schema and register the attribute with the proper handler.
  4. If the schema extension is present, try restarting the Active Directory service or the entire server.

Resolution 2: You may need to add the attributes in order to be able to update them. This PowerShell Command will allow you to add the attributes and may prevent the error you’re seeing and therefore prevent you having to recreate the whole directory:

Set-ADGroup -Identity “test_authOrig” -Server dc.hepek.lab -Add @{authOrig=@(‘CN=TestUser,OU=User,OU=OfficeM,OU=HQ,DC=hepek,DC=lab’)}

Published by

Bob Lin

Bob Lin, Chicagotech-MVP, MCSE & CNE Data recovery, Windows OS Recovery, Networking, and Computer Troubleshooting on http://www.ChicagoTech.net How to Install and Configure Windows, VMware, Virtualization and Cisco on http://www.HowToNetworking.com

Leave a Reply