How can I move an object from one OU to another in Active Directory, using commandline from the Unix host?
VAS 3.3+ allows such changes through ldapmodify. An example is shown below (moving a user object from OU=Unix-Enabled-Users to OU=TestOU)
LDIF update statement format for moving and/or renaming an entry:
dn: the dn of the entry to rename or to move
changetype: modrdn
newrdn: the new relative distinguished name (rdn)
deleteoldrdn: 1 or 0
newsuperior: the parent rdn where to link the entry.
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center