Moving Active Directory (AD) accounts between Organizational Units (OUs) using standard Identity Manager roles typically involves a delete and recreate operation. This process results in a new Security Identifier (SID) for the object, which can break existing permissions or resource access.
This article provides the procedure to move an account while preserving its original SID using the specialized ldapmodrdn.exe utility.
Identity Manager
To move an AD account without destroying its SID, use the special version of ldapmodrdn.exe included with the Identity Manager Provisioning Server.
Use the -s parameter to specify the new superior entry
Key Parameters:
-r: Remove old RDN (recommended).-s newsup: Specifies the New Superior entry (the target OU DN).-h / -p: Provisioning Server host and port (default 20389).-D / -w: Bind DN and password for an administrator.